I'm trying to link filebeat with logstash, but filebeat suddenly stopped working.
When I try systemctl start filebeat
, it does not start.
If I run systemctl status filebeat
, I get the following message.
● filebeat.service - Filebeat sends log files to Logstash or directly to Elasticsearch.
Loaded: loaded (/usr/lib/systemd/system/filebeat.service; disabled; vendor preset: disabled)
Active: failed (Result: start-limit) since 月 2021-03-01 19:58:49 JST; 13h ago
Docs: https://www.elastic.co/products/beats/filebeat
Process: 7200 ExecStart=/usr/share/filebeat/bin/filebeat --environment systemd $BEAT_LOG_OPTS $BEAT_CONFIG_OPTS $BEAT_PATH_OPTS (code=exited, status=1/FAILURE)
Main PID: 7200 (code=exited, status=1/FAILURE)
3月 01 19:58:49 ITS-ELS-01 filebeat[7200]: runtime.goexit
3月 01 19:58:49 ITS-ELS-01 filebeat[7200]: /usr/local/go/src/runtime/asm_amd64.s:1373
3月 01 19:58:49 ITS-ELS-01 systemd[1]: Unit filebeat.service entered failed state.
3月 01 19:58:49 ITS-ELS-01 systemd[1]: filebeat.service failed.
3月 01 19:58:49 ITS-ELS-01 systemd[1]: filebeat.service holdoff time over, scheduling restart.
3月 01 19:58:49 ITS-ELS-01 systemd[1]: Stopped Filebeat sends log files to Logstash or directly to Elasticsearch..
3月 01 19:58:49 ITS-ELS-01 systemd[1]: start request repeated too quickly for filebeat.service
3月 01 19:58:49 ITS-ELS-01 systemd[1]: Failed to start Filebeat sends log files to Logstash or directly to Elasticsearch..
3月 01 19:58:49 ITS-ELS-01 systemd[1]: Unit filebeat.service entered failed state.
3月 01 19:58:49 ITS-ELS-01 systemd[1]: filebeat.service failed.
"start request repeated too quickly for filebeat.service".
I have restarted the service overnight, but the situation remains the same.
What do I need to do?