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

Implement pipeline conditional match in output.elasticsearch #95

Closed
cristianocasella opened this issue Mar 24, 2017 · 0 comments
Closed

Comments

@cristianocasella
Copy link
Contributor

cristianocasella commented Mar 24, 2017

Like described here:

https://www.elastic.co/guide/en/beats/filebeat/current/elasticsearch-output.html#_pipelines

Filebeat support the ability to split in different pipelines depending, as a sample, to a field match (field 'type' in the example).

In your module this condition is not supported.

From templates/filebeat5.yml.erb (@103-105):

 <%- if @filebeat_config['output']['elasticsearch']['pipeline'] != nil -%>
  pipeline: "<%= @filebeat_config['output']['elasticsearch']['pipeline'] %>"
  <%- end -%>

the support for an array 'pipelines' containing for each pipeline a condition could be implemented.

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

2 participants