I've encountered strange behavior of Lostash. I have a configuration that reads files locally on the server, then analyzes them and then poisons them into elastic. When I test the config everything works for me
/usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/pipelines/cdr-cucm/cdr_cucm_sec.conf --verbose
but once i use this config in /etc/logstash/pipelines.yml
- pipeline.id: cdr-cucm-sec-pipe
path.config: "/etc/logstash/conf.d/pipelines/cdr-cucm/cdr_cucm_sec.conf"
he feels like he's being ignored.
Please help me figure this out, thanks in advance.