pipeline did work perfectly. Then I copied content of my pipeline
to ./config/logstash/pipeline/logstash.conf. Deleted the pipeline I created in Kibana. Did docker-compose up -d
and my pipeline started to work perfectly fine.
What do I need to do to make additional pipelines to work except the main one? Ideally I need to make multiple files ./config/logstash/pipeline/logstash.conf as I want it to be configured just from the docker-compose and avoid as much as possible manual configuration.
Hi I added netflow pipeline in Kibana Management -> Logstash -> Pipelines
and it did not work, but the main
pipeline did work perfectly. Then I copied content of my pipeline to
./config/logstash/pipeline/logstash.conf
. Deleted the pipeline I created in Kibana. Diddocker-compose up -d
and my pipeline started to work perfectly fine.What do I need to do to make additional pipelines to work except the main one? Ideally I need to make multiple files
./config/logstash/pipeline/logstash.conf
as I want it to be configured just from the docker-compose and avoid as much as possible manual configuration.