mirror of
https://github.com/socfortress/Wazuh-Rules.git
synced 2025-10-23 00:02:11 +00:00
Create config.yml
This commit is contained in:
committed by
GitHub
parent
e711b221b7
commit
59f0340b13
28
config.yml
Normal file
28
config.yml
Normal 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*
|
Reference in New Issue
Block a user