How do I check if my Wazuh Filebeat is corrrectly sending logs to my Security Onion Logstash and if my Logstash is sending the info to Elastic Search? #14195
Replies: 1 comment 3 replies
-
If you run Did you also add |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I am currently setting up Filebeat from Wazuh to forward logs to Logstash in my Security Onion setup. I have configured Filebeat with the following settings in the filebeat.yml file:
Logstash is configured to receive logs from Filebeat on port 5044 as per the configuration in /opt/so/conf/logstash/custom/1100_preprocess_wazuh.conf. However, I am not sure how to confirm that Filebeat is actually connecting to Logstash and forwarding the logs.
Could someone guide me on how to verify that the connection between Filebeat and Logstash is successful? Specifically:
How do I check that Filebeat is running and sending logs to Logstash?
What logs or outputs should I check to confirm that Filebeat is properly connected to Logstash?
Any help or pointers would be greatly appreciated!
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions