-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some input plugins don't support filter plugin #173
Comments
nokute78
added a commit
to nokute78/fluent-bit
that referenced
this issue
Feb 6, 2017
Signed-off-by: Takahiro YAMASHITA <[email protected]>
nokute78
added a commit
to nokute78/fluent-bit
that referenced
this issue
Feb 6, 2017
Signed-off-by: Takahiro YAMASHITA <[email protected]>
nokute78
added a commit
to nokute78/fluent-bit
that referenced
this issue
Feb 6, 2017
Signed-off-by: Takahiro YAMASHITA <[email protected]>
nokute78
added a commit
to nokute78/fluent-bit
that referenced
this issue
Feb 6, 2017
Signed-off-by: Takahiro YAMASHITA <[email protected]>
nokute78
added a commit
to nokute78/fluent-bit
that referenced
this issue
Feb 6, 2017
Signed-off-by: Takahiro YAMASHITA <[email protected]>
nokute78
added a commit
to nokute78/fluent-bit
that referenced
this issue
Feb 6, 2017
Signed-off-by: Takahiro YAMASHITA <[email protected]>
nokute78
added a commit
to nokute78/fluent-bit
that referenced
this issue
Feb 6, 2017
Signed-off-by: Takahiro YAMASHITA <[email protected]>
Rest of input plugins are
|
edsiper
added a commit
that referenced
this issue
Feb 6, 2017
in_random: filter plugin support (#173)
edsiper
added a commit
that referenced
this issue
Feb 6, 2017
in_health: filter plugin support (#173)
thanks for the patches! I will keep this open until we fix all of them. note: in_forward use 'dyntag' mechanism, I need to add filter support for that ingestion method. |
edsiper
added a commit
that referenced
this issue
Feb 6, 2017
Signed-off-by: Eduardo Silva <[email protected]>
edsiper
added a commit
that referenced
this issue
Feb 6, 2017
Signed-off-by: Eduardo Silva <[email protected]>
edsiper
added a commit
that referenced
this issue
Feb 6, 2017
Signed-off-by: Eduardo Silva <[email protected]>
edsiper
added a commit
that referenced
this issue
Feb 6, 2017
Signed-off-by: Eduardo Silva <[email protected]>
edsiper
added a commit
that referenced
this issue
Feb 6, 2017
Signed-off-by: Eduardo Silva <[email protected]>
Updates:
|
Thank you for fixing. |
nokute78
changed the title
Some input plugins doesn't support filter plugin
Some input plugins don't support filter plugin
Feb 7, 2017
Closed
closing this issue, remaining ones are:
|
fujimotos
pushed a commit
to fujimotos/fluent-bit
that referenced
this issue
Jul 22, 2019
…[FILTER]. Preserved_Key only works if Reserved_Key On (fluent#173) Signed-off-by: Cédric Da Fonseca <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should add
flb_input_buf_write_start()
andflb_input_buf_write_end()
at packing.It needs to call the filter handler.
The text was updated successfully, but these errors were encountered: