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!