You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I cannot change the pipeline by uncommenting the last line.
Describe a specific use case for the enhancement or feature:
The Apache module comes with support for specific access log formats. If sth changes slightly, the module fails. For instance, changing the timestamp to unix millisecond time breaks the module:
It would be great to be able to override the shipped pipeline. This way, one could copy the pipeline, fix the patterns and be done. The fields and anything else would be the same.
As it stands now, one has to either:
manually copy/insert the fields spec, create a new input, load kibana dashboards, etc, or
enable the module, use filebeat setup to do all the above, disable the module, create a new input
With support for pipeline as in the snippet above, one would just specify a different pipeline, insert it into elasticsearch and ... done.
The text was updated successfully, but these errors were encountered:
Describe the enhancement:
In the apache module config file, it says:
This means that I can add
log
input options (since the apache module uses that input) to further configure the module.Indeed, if I configure the apache module as:
I can see the new field in Kibana.
However, I cannot change the pipeline by uncommenting the last line.
Describe a specific use case for the enhancement or feature:
The Apache module comes with support for specific access log formats. If sth changes slightly, the module fails. For instance, changing the timestamp to unix millisecond time breaks the module:
It would be great to be able to override the shipped pipeline. This way, one could copy the pipeline, fix the patterns and be done. The fields and anything else would be the same.
As it stands now, one has to either:
filebeat setup
to do all the above, disable the module, create a new inputWith support for
pipeline
as in the snippet above, one would just specify a different pipeline, insert it into elasticsearch and ... done.The text was updated successfully, but these errors were encountered: