NETWAYS / ansible-collection-elasticstack

A collection to install and manage the Elastic Stack
GNU General Public License v3.0
10 stars 8 forks source link

Support Logstash pipelines with custom patterns #237

Closed widhalmt closed 1 year ago

widhalmt commented 1 year ago

We have a schema for pipelines. If you build your pipeline according to it and host it in a Git repository, we can automatically pull your code and use it as a Logstash pipeline.

This option lacks support for custom patterns. We need a way of incorporating files or directories with custom patterns. We can give policies for file naming or directory layout so we can automatically fetch them.

widhalmt commented 1 year ago

@Saeid-Abadi and @tbumke I guess this is especially intersting for you...

widhalmt commented 1 year ago

Update (and close): Providing a path to custom patterns can now be handled within grok Filter definition. So we don't need any changes in the collection.