1.4.0 install logstash crashing [SOLVED]
Posted: Thu Jan 07, 2016 6:22 am
Hi,
I have installed NLS 1.4.0 from the tarball. Everything looks ok, but logstash keeps crashing. Its complaining about missing configuration files:
The directory is indeed empty:
I have attached the installation log file for further details.
Any ideas?
I have installed NLS 1.4.0 from the tarball. Everything looks ok, but logstash keeps crashing. Its complaining about missing configuration files:
Code: Select all
{:timestamp=>"2016-01-07T12:15:22.012000+0100", :message=>"Error: No config files found: /usr/local/nagioslogserver/logstash/etc/conf.d/*\nCan you make sure this path is a logstash config file?"}
{:timestamp=>"2016-01-07T12:15:22.017000+0100", :message=>"You may be interested in the '--configtest' flag which you can\nuse to validate logstash's configuration before you choose\nto restart a running system."}
Code: Select all
[root@opermon ~]# ls -ltr /usr/local/nagioslogserver/logstash/etc/conf.d/
total 0
[root@opermon ~]#
Any ideas?