Hi below are the description on the setup.
Under /usr/share/logstash/config, located pipelines.yml.
5 - pipeline.id: logstash_main
6 path.config: "/usr/share/logstash/logstash.conf"
7
8 - pipeline.id: Inputs
9 path.config: "/etc/logstash/conf.d/01-wazuh.conf"
10
11 - pipeline.id: Beats
12 path.config: "/etc/logstash/conf.d/02-beats-input.conf"
13
14 - pipeline.id: Filebeat_output
15 path.config: "/etc/logstash/conf.d/03-filebeat-output.conf"
16
17 - pipeline.id: Nginx_filter
18 path.config: "/etc/logstash/conf.d/09-filter-nginx.conf"
19
20 - pipeline.id: Syslog
21 path.config: "/etc/logstash/conf.d/10-syslog-filter.conf"
22
23 - pipeline.id: Nginx_conf
24 path.config: "/etc/logstash/conf.d/11-nginx-filter.conf"
25
26 - pipeline.id: Nginx_logstash
27 path.config: "/etc/logstash/conf.d/logstash-nginx-es.conf"
28
29 - pipeline.id: Nginx_logstash2
30 path.config: "/etc/logstash/conf.d/nginx_logstash.conf"
But when I go to Kibana, >> Logstash >> Pipeline, I can only see one "main" which is listed there ?
How can I ensure the data are passed correctly? Thanks