

I recently uninstalled/reinstalled elasticsearch, filebeat & kibana on the SIEM. Installation was successful on all 3. I restarted the SIEM and the filebeat service still fails to start. I went through all three yml config file and confirmed that those cert entries are there and correct.
[root@SIEM ~]# systemctl status filebeat.service
× filebeat.service - Filebeat sends log files to Logstash or directly to Elasticsearch.
Loaded: loaded (/usr/lib/systemd/system/filebeat.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2021-11-24 10:36:11 EST; 7s ago
Docs: https://www.elastic.co/products/beats/filebeat
Process: 15249 ExecStart=/usr/share/filebeat/bin/filebeat --environment systemd $BEAT_LOG_OPTS $BEAT_CONFIG_OPTS $BEAT_PATH_OPTS (code=exited, status=2)
Main PID: 15249 (code=exited, status=2)
CPU: 106ms
Nov 24 10:36:11 SIEM systemd[1]: filebeat.service: Scheduled restart job, restart counter is at 5.
Nov 24 10:36:11 SIEM systemd[1]: Stopped Filebeat sends log files to Logstash or directly to Elasticsearch..
Nov 24 10:36:11 SIEM systemd[1]: filebeat.service: Start request repeated too quickly.
Nov 24 10:36:11 SIEM systemd[1]: filebeat.service: Failed with result 'exit-code'.
Nov 24 10:36:11 SIEM systemd[1]: Failed to start Filebeat sends log files to Logstash or directly to Elasticsearch..