Error : [LogStash::Runner] multilocal - Ignoring the 'pipelines.yml' file because modules or command line options are specified [FATAL] 2022-02-18 16:47:25.987 [LogStash::Runner] runner - The given configuration is invalid

I am getting this error

Could not find log4j2 configuration at path /usr/share/logstash/config/log4j2.properties. Using default config which logs errors to the console
[WARN ] 2022-02-18 16:47:25.536 [LogStash::Runner] multilocal - Ignoring the 'pipelines.yml' file because modules or command line options are specified
[FATAL] 2022-02-18 16:47:25.987 [LogStash::Runner] runner - The given configuration is invalid. Reason: Expected one of #, input, filter, output at line 88, column 1 (byte 88) after

I am checking it with
sudo bin/logstash --config.test_and_exit -f /etc/logstash/conf.d

I am able to see latest data in kibana as well, But don't know why this error is coming.

How i can find the place where i am getting this error and how to fix this .....?

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