Create config.yml

This commit is contained in:
taylor_socfortress
2023-04-25 15:12:15 -05:00
committed by GitHub
parent e711b221b7
commit 59f0340b13

28
config.yml Normal file
View File

@@ -0,0 +1,28 @@
nodes:
# Wazuh indexer nodes
indexer:
- name: *your_hostname*
ip: *your_ip*
#- name: node-2
# ip: <indexer-node-ip>
#- name: node-3
# ip: <indexer-node-ip>
# Wazuh server nodes
# If there is more than one Wazuh server
# node, each one must have a node_type
server:
- name: *your_hostname*
ip: *your_ip*
# node_type: master
#- name: wazuh-2
# ip: <wazuh-manager-ip>
# node_type: worker
#- name: wazuh-3
# ip: <wazuh-manager-ip>
# node_type: worker
# Wazuh dashboard nodes
dashboard:
- name: *your_hostname*
ip: *your_ip*