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

Move pipeline loading to filebeat setup #6808

Closed
kvch opened this issue Apr 9, 2018 · 0 comments
Closed

Move pipeline loading to filebeat setup #6808

kvch opened this issue Apr 9, 2018 · 0 comments
Assignees

Comments

@kvch
Copy link
Contributor

kvch commented Apr 9, 2018

Have

  • Ingest pipelines are loaded right before messages are sent to ES.
  • Pipelines are never updated by default.
  • A yet unreleased flag --update-pipelines forces Filebeat to update pipelines

Wanted

  • Have setup command load the pipelines.
  • Pipelines are updated every time setup is called.
  • When calling run, pipelines are loaded before messages are sent.
  • Make --update-pipelines a config file option, so users do not have to edit their init scripts if they want to use this option or update the pipeline when e.g convert_timezone option has changed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant