Skip to content
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

Closed
nokute78 opened this issue Feb 6, 2017 · 5 comments
Closed

Some input plugins don't support filter plugin #173

nokute78 opened this issue Feb 6, 2017 · 5 comments

Comments

@nokute78
Copy link
Collaborator

nokute78 commented Feb 6, 2017

We should add flb_input_buf_write_start() and flb_input_buf_write_end() at packing.
It needs to call the filter handler.

nokute78 added a commit to nokute78/fluent-bit that referenced this issue Feb 6, 2017
nokute78 added a commit to nokute78/fluent-bit that referenced this issue Feb 6, 2017
nokute78 added a commit to nokute78/fluent-bit that referenced this issue Feb 6, 2017
nokute78 added a commit to nokute78/fluent-bit that referenced this issue Feb 6, 2017
nokute78 added a commit to nokute78/fluent-bit that referenced this issue Feb 6, 2017
nokute78 added a commit to nokute78/fluent-bit that referenced this issue Feb 6, 2017
nokute78 added a commit to nokute78/fluent-bit that referenced this issue Feb 6, 2017
@nokute78
Copy link
Collaborator Author

nokute78 commented Feb 6, 2017

Rest of input plugins are

  • in_forward
  • in_http
  • in_kmsg
  • in_serial
  • in_stdin
  • in_tcp
  • in_xbee

edsiper added a commit that referenced this issue Feb 6, 2017
in_lib: filter plugin support (#173)
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_proc: filter plugin support (#173)
edsiper added a commit that referenced this issue Feb 6, 2017
in_health: filter plugin support (#173)
edsiper added a commit that referenced this issue Feb 6, 2017
in_head: filter plugin support (#173)
edsiper added a commit that referenced this issue Feb 6, 2017
in_disk: filter plugin support (#173)
edsiper added a commit that referenced this issue Feb 6, 2017
in_mem: filter plugin support (#173)
@edsiper
Copy link
Member

edsiper commented Feb 6, 2017

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
edsiper added a commit that referenced this issue Feb 6, 2017
edsiper added a commit that referenced this issue Feb 6, 2017
edsiper added a commit that referenced this issue Feb 6, 2017
edsiper added a commit that referenced this issue Feb 6, 2017
@edsiper
Copy link
Member

edsiper commented Feb 6, 2017

Updates:

  • in_forward: pending until filtering support for dyntag plugins is added.
  • in_http: this plugin is not functional yet
  • in_kmsg: fixed.
  • in_serial: fixed.
  • in_stdin: fixed.
  • in_tcp: fixed.
  • in_xbee: should this plugin be deprecated ? (ref: in_xbee: should be deprecated ? #181)

@nokute78
Copy link
Collaborator Author

nokute78 commented Feb 7, 2017

Thank you for fixing.
A little bit more!

@nokute78 nokute78 changed the title Some input plugins doesn't support filter plugin Some input plugins don't support filter plugin Feb 7, 2017
@edsiper
Copy link
Member

edsiper commented Feb 13, 2017

closing this issue, remaining ones are:

@edsiper edsiper closed this as completed Feb 13, 2017
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants