Hello all,
Currently, I am using filebeat, elastic search 7.9.1 version and I have added the custom Ingest pipeline to push the logs but still, filebeat creates a new Ingest pipeline as filebeat-7.9.1-haproxy-log-pipeline. But whenever filebeat pushes the logs I want it to push the pipeline I have mentioned in the configuration, can someone help, please?
filebeat.yml
output.elasticsearch:
hosts: ['localhost:9200']
username: 'abc'
password: 'abc'
index: "mytestindex-%{[agent.version]}-%{+yyyy.MM.dd}"
pipeline: "my_test_pipeline"
Here I am expecting it should use my_test_pipeline to push the logs instead of filebeat-7.9.1-haproxy-log-pipeline
Regards,
Mahesh