We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wazuh.manager.name
1 parent c00a878 commit 5c867a3Copy full SHA for 5c867a3
ecs/vulnerability-detector/event-generator/event_generator.py
@@ -173,6 +173,9 @@ def generate_random_wazuh():
173
'cluster': {
174
'name': f'wazuh-cluster-{random.randint(0,10)}',
175
'node': f'wazuh-cluster-node-{random.randint(0,10)}'
176
+ },
177
+ 'manager': {
178
+ 'name': f'wazuh-manager-{random.randint(0,10)}'
179
}
180
181
return wazuh
ecs/vulnerability-detector/fields/custom/wazuh.yml
@@ -13,4 +13,9 @@
13
type: keyword
14
level: custom
15
description: >
16
- Wazuh cluster node name.
+ Wazuh cluster node name.
17
+ - name: manager.name
18
+ type: keyword
19
+ level: custom
20
+ description: >
21
+ Wazuh manager name. Used by dashboards to filter results on single node deployments.
0 commit comments