Skip to content

Commit

Permalink
Update event generator tool
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Jan 23, 2024
1 parent be84ada commit 918c959
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ def generate_random_vulnerability():
def generate_random_wazuh():
wazuh = {
'cluster': {
'name': f'wazuh-cluster-{random.randint(0,10)}'
'name': f'wazuh-cluster-{random.randint(0,10)}',
'node': f'wazuh-cluster-node-{random.randint(0,10)}'
}
}
return wazuh
Expand Down

0 comments on commit 918c959

Please sign in to comment.