HI ,
I have configured multiple pipeline configuration in logstash (version 6.3) in the pipeline.yml file.
My pipeline configure is given below.
- pipeline.id: logstash
path.config: "/etc/logstash/conf.d/logstash.conf"
pipeline.workers: 2 - pipeline.id: dev2_nginx
path.config: "/etc/logstash/conf.d/dev2_nginx.conf"
pipeline.workers: 2
and i configured my pipeline path configuration in the logstash.yml file.
all pipeline configuration are saved in the " /etc/logstash/conf.d/*.conf" location.
Problem:
when i am trying to run logstash ny using the command " systemctl start logstash" observed only one pipline was running and showing in the kibana dash board.
can you help me how to run multiple pipeline configuration at a time in the logstash 6.3 version.
Thanks in advance.