Not all filebeat logs are showing up in manager-search #4596
-
Hello team/community, I have some trouble getting Zeek logs transported from our sensor to manager-search node. In Kibana some logs get through, but only on the hour. From my understanding the logs should be shipped with filebeat. All machines are running 2.3.52 from ISO. Zeek is used for metadata and Suricata and ossec events are showing up in SOC Console. Sensor logs
Manager-search logs
Logstash and Elastic logs don't seem to contain relevant errors. sudo so-redis-count cat /opt/so/log/redis/redis-server.log
sudo salt * state.highstate I have tried to troubleshoot with tips from the disccusion boards and documentation.
Can someone point me in the right direction here? Could it have to do with resources? Mem/CPU seems fine. Or certificates? Where can I easily disable SSL for the filebeat part for testing purposes? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Still struggling with this.
Next step could be debugging the Filebeat network (container), I'll have to look into that. Does anyone have tips? Jay |
Beta Was this translation helpful? Give feedback.
-
Seems the following did the trick in the sensor sls file: filebeat: Thanks to #4796 First I was getting ~8k Zeek events per minute, now it is ~150k. I will look further into tuning it even better, but maybe this already helps others. Jay |
Beta Was this translation helpful? Give feedback.
Seems the following did the trick in the sensor sls file:
filebeat:
ls_bulk_max_size: 4096
ls_workers: 12
mem_events: 81920
mem_flush_min_events: 2048
Thanks to #4796
First I was getting ~8k Zeek events per minute, now it is ~150k. I will look further into tuning it even better, but maybe this already helps others.
Jay