Logstash zeek event failure #678
-
Describe the bug To Reproduce Expected behavior **Screenshots and/or Logs ** Could not index event to OpenSearch. Malcolm Version:
How are you running Malcolm? Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There's really only one way around this, and that is to enable JSON mode for your zeek logs:
By telling Hedgehog's Zeek logs to be JSON, Malcolm doesn't have to rely on the field order being consistent. The corresponding setting in Malcolm, should you desire to set it (although in this case the issue is hedgehog being a different version so it doesn't make much difference) is in |
Beta Was this translation helpful? Give feedback.
There's really only one way around this, and that is to enable JSON mode for your zeek logs:
ZEEK_JSON=true
in/opt/sensor/sensor_ctl/control_vars.conf
on Hedgehog and restart the servicesBy telling Hedgehog's Zeek logs to be JSON, Malcolm doesn't have to rely on the field order being consistent.
The corresponding setting in Malcolm, should you desire to set it (although in this case the issue is hedgehog being a different version so it doesn't make much difference) is in
./config/zeek.env