Skip to content

Commit

Permalink
Merge pull request #11661 from Security-Onion-Solutions/fix/elastic_e…
Browse files Browse the repository at this point in the history
…val_roles

Add roles for eval mode
  • Loading branch information
jertel authored Oct 31, 2023
2 parents 1b99d50 + ed6473a commit db0d687
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion salt/elasticsearch/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9088,7 +9088,13 @@ elasticsearch:
so-eval:
config:
node:
roles: []
roles:
- master
- data
- data_hot
- ingest
- transform
- remote_cluster_client
so-heavynode:
config:
node:
Expand Down

0 comments on commit db0d687

Please sign in to comment.