mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #11661 from Security-Onion-Solutions/fix/elastic_eval_roles
Add roles for eval mode
This commit is contained in:
@@ -9088,7 +9088,13 @@ elasticsearch:
|
|||||||
so-eval:
|
so-eval:
|
||||||
config:
|
config:
|
||||||
node:
|
node:
|
||||||
roles: []
|
roles:
|
||||||
|
- master
|
||||||
|
- data
|
||||||
|
- data_hot
|
||||||
|
- ingest
|
||||||
|
- transform
|
||||||
|
- remote_cluster_client
|
||||||
so-heavynode:
|
so-heavynode:
|
||||||
config:
|
config:
|
||||||
node:
|
node:
|
||||||
|
|||||||
Reference in New Issue
Block a user