AWS Discussion Forum
Working on creating an ELK Stack - Printable Version

+- AWS Discussion Forum (https://letstalkaws.com)
+-- Forum: Core AWS (https://letstalkaws.com/forum-4.html)
+--- Forum: DevOps (https://letstalkaws.com/forum-5.html)
+--- Thread: Working on creating an ELK Stack (/thread-77.html)



Working on creating an ELK Stack - semajlions - 20-09-2022

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.


RE: Working on creating an ELK Stack - fzs - 29-09-2022

(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{}