Logstash SSL Error #680
-
Having issues with Logstash crashing and not running correctly. Ive attempted to re-run the config and auth scripts, remove volumes and have yet to find a solution. Malcolm is running fine with one Hedgehog VM. running gives this output :
any assistance, suggestions is greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hmmm, I haven't seen that exact error before. Let's double check a few things. Run these commands in the Malcolm installation directory:
Then run If you just want to "get things working" here's what I'd suggest to just regenerate the certs for logstash/filebeat and re-sync them up:
Let me know how it goes. |
Beta Was this translation helpful? Give feedback.
Hmmm, I haven't seen that exact error before. Let's double check a few things. Run these commands in the Malcolm installation directory:
grep BEATS_SSL config/beats-common.env
ls -l ./logstash/certs/ ./filebeat/certs/
file ./logstash/certs/* ./filebeat/certs/*
md5sum ./filebeat/certs/*
Then run
md5sum /opt/sensor/sensor_ctl/logstash-client-certificates/*
on the hedgehog and compare the values of those three files with the md5sums from the last command, and see if they match? Also, on the hedgehog, rungrep BEAT_LS /opt/sensor/sensor_ctl/control_vars.conf
and make sure those values are the three filenames within/opt/sensor/sensor_ctl/logstash-client-certificates/
.If you just want to "g…