Update defaults.yaml

This commit is contained in:
Josh Patterson
2023-10-25 16:16:01 -04:00
committed by GitHub
parent d1170cb69f
commit 5f168a33ed

View File

@@ -4922,6 +4922,7 @@ elasticsearch:
allow_custom_routing: false
so_roles:
so-manager:
config:
node:
roles:
- master
@@ -4929,23 +4930,27 @@ elasticsearch:
- remote_cluster_client
- transform
so-managersearch:
config:
node:
roles:
- master
- data_hot
- remote_cluster_client
so-standalone:
config:
node:
roles:
- master
- data_hot
- remote_cluster_client
so-searchnode:
config:
node:
roles:
- data_hot
- ingest
so-heavynode:
config:
node:
roles:
- master
@@ -4953,8 +4958,10 @@ elasticsearch:
- remote_cluster_client
- ingest
so-eval:
config:
node:
roles: []
so-import:
config:
node:
roles: []