Multiple pipeline configuration on logstash configuration

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.

Your logstash.yml is at /etc/logstash/logstash.yaml ?

In this file you defined a different location than /etc/logstash/pipelines.yml for your pipelines.yaml?

can you show us logstash's logs?

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