Update defaults.yaml

This commit is contained in:
Mike Reeves
2023-10-26 12:37:55 -04:00
committed by GitHub
parent 891ea997e7
commit 2e0100fd35

View File

@@ -9193,6 +9193,8 @@ elasticsearch:
roles:
- master
- data_hot
- ingest
- transform
- remote_cluster_client
so-searchnode:
config:
@@ -9200,10 +9202,13 @@ elasticsearch:
roles:
- data_hot
- ingest
- transform
so-standalone:
config:
node:
roles:
- master
- data_hot
- ingest
- transform
- remote_cluster_client