How to configure the Auditbeat, Metricbeat, ....etc on Server and clients side? For expample I have one server and I would like to manage others client.
230 views
Skip to first unread message
Bona Puthtann
unread,
Sep 24, 2019, 11:13:37 PM9/24/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh mailing list
How to configure the Auditbeat, Metricbeat, ....etc on Server and clients side? For expample I have one server and I would like to manage others client.
Please help me.
Daniel Folch
unread,
Sep 25, 2019, 3:12:28 AM9/25/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh mailing list
Hello Bona,
First, you have to configure your Elasticsearch to hear in the right network interface (not the IP of the Beat you want to hear) by editing the /etc/elasticsearch.yml file:
network.host: ["<network_interface_IP"]
After this, you have to set the same IP you have used before in the Beat .yml configuration file:
output.elasticsearch: # Array of hosts to connect to. hosts: ["http://<network_interface_IP:9200"]
And to see the events on kibana you will need to configure the indexes for your beats.