AWS Discussion Forum

Full Version: Working on creating an ELK Stack
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Any ideas as to what may cause this Logstash error?

Error occurs after running this command


Code:
# /usr/share/logstash/bin/logstash -f /etc/logstash --config.test_and_exit

[2022-09-20T19:41:49,063][FATAL][logstash.runner          ] The given configuration is invalid. Reasod one of [ \t\r\n], "#", "input", "filter", "output" at line 6, column 1 (byte 132) after

[2022-09-20T19:41:49,066][FATAL][org.logstash.Logstash    ] Logstash stopped processing because of anystemExit) exit


I've modified line 6 numerous times and even eliminated the filter, same error.
(20-09-2022, 07:53 PM)semajlions Wrote: [ -> ]Any ideas as to what may cause this Logstash error?

Error occurs after running this command

I've modified line 6 numerous times and even eliminated the filter, same error.

Please post a copy of your pipeline config file which contains the input{}, filter{} and output{}