Production Installation of WAZUH,

180 views
Skip to first unread message

Enekupe Lelevaga

unread,
Oct 19, 2022, 7:48:31 PM10/19/22
to Wazuh mailing list
Can someone help me install Wazuh in the production environment? 

The way I wanted it to have 3 servers. One for the indexer, one for the dashboard, and one for the manager. I'm sure it is possible, but I just need guidance. 

Cheers

David José Iglesias Lopez

unread,
Oct 20, 2022, 2:00:14 AM10/20/22
to Wazuh mailing list
Hello enetupevaga,

The easiest way to achieve that architecture is to follow the Installation assistant.

If you follow the Wazuh indexer, Wazuh server and Wazuh dashboard installation assistant guides you will quickly achieve the setup you mention.

When attempting initial configuration, use a single-node for indexer and server, something like:

nodes:
  # Wazuh indexer nodes
  indexer:
    - name: node-1
      ip: <indexer-node-ip>

  # Wazuh server nodes
  # Use node_type only with more than one Wazuh manager
  server:
    - name: wazuh-1
      ip: <wazuh-manager-ip>

  # Wazuh dashboard node
  dashboard:
    - name: dashboard
      ip: <dashboard-node-ip>
Reply all
Reply to author
Forward
0 new messages