Can I add ingest pipelines to Elasticsearch with a config file as with Logstash?

Pretty basic question regarding ingest pipelines. I've used Logstash in the past and used pipeline files to create the grok pipelines. I do not see how to do this with Elasticsearch ingest pipelines. I have only been able to add them in Kibana's DevTools with a nice PUT statement, which works but is not so simple to version control with git. I would like to use a pipeline file similar to Logstash. Possible?

I am running Filebeat-Elasticsearch-Kibana 7.10.2 in docker containers

Thank you!

This is exactly what a filebeat module is doing
You put the ingest pipeline in a yml file..
Think about packaging a filebeat module

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.