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
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
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.
Regards,
Daniel Folch

Reply all
Reply to author
Forward
0 new messages