Hi All,
-
I needed to install logstash -6.3 in my centos 7 VM.
-
I have downloaded the setup (logstash-6.3.0.rpm) from https://www.elastic.co/downloads/past-releases/logstash-6-3-0 location.
-
I have used the following command to install the package
sudo rpm -i logstash-6.3.0.rpm
-
I have added my config file to the "/etc/logstash/conf.d" location
-
When starting for the first time it is not starting properly. No log file is created in the "/var/log/logstash" location and the service status shows as follow.
[igwstuser@analytics pack]$ sudo systemctl status logstash
? logstash.service - logstash
Loaded: loaded (/etc/systemd/system/logstash.service; disabled; vendor preset: disabled)
Active: failed (Result: start-limit) since Fri 2019-01-18 15:02:40 +08; 1s ago
Process: 13861 ExecStart=/usr/share/logstash/bin/logstash --path.settings /etc/logstash (code=exited, status=1/FAILURE)
Main PID: 13861 (code=exited, status=1/FAILURE)Jan 18 15:02:40 analytics.apistg.celcom.com.my systemd[1]: Unit logstash.service entered failed state.
Jan 18 15:02:40 analytics.apistg.celcom.com.my systemd[1]: logstash.service failed.
Jan 18 15:02:40 analytics.apistg.celcom.com.my systemd[1]: logstash.service holdoff time over, scheduling restart.
Jan 18 15:02:40 analytics.apistg.celcom.com.my systemd[1]: start request repeated too quickly for logstash.service
Jan 18 15:02:40 analytics.apistg.celcom.com.my systemd[1]: Failed to start logstash.
Jan 18 15:02:40 analytics.apistg.celcom.com.my systemd[1]: Unit logstash.service entered failed state.
Jan 18 15:02:40 analytics.apistg.celcom.com.my systemd[1]: logstash.service failed.
Please help me to find out the cause for this.
Am I missing any step?
Thanks