Skip to content

Commit

Permalink
update system indices
Browse files Browse the repository at this point in the history
Signed-off-by: Tao Liu <[email protected]>
  • Loading branch information
Flyingliuhub committed Oct 5, 2023
1 parent e3aafa4 commit 8383f8a
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions config/playground/helm/searchapps/helm-opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ config:
cluster.name: opensearch-cluster
# Bind to all interfaces because we don't know what IP address Docker will assign to us.
network.host: 0.0.0.0
# Enable search pipeline
opensearch.experimental.feature.search_pipeline.enabled: true
# # minimum_master_nodes need to be explicitly set when bound on a public IP
# # set to 1 to allow single node clusters
# discovery.zen.minimum_master_nodes: 1
Expand Down Expand Up @@ -66,16 +64,25 @@ config:
enabled: true
indices:
[
".plugins-ml-config",
".plugins-ml-connector",
".plugins-ml-model-group",
".plugins-ml-model",
".plugins-ml-task",
".opendistro-alerting-config",
".opendistro-alerting-alert*",
".opendistro-anomaly-results*",
".opendistro-anomaly-detector*",
".opendistro-anomaly-checkpoints",
".opendistro-anomaly-detection-state",
".opendistro-reports-*",
".opendistro-notifications-*",
".opendistro-notebooks",
".opensearch-notifications-*",
".opensearch-notebooks",
".opensearch-observability",
".ql-datasources",
".opendistro-asynchronous-search-response*",
".replication-metadata-store",
".opensearch-knn-models",
]
# Extra environment variables to append to this nodeGroup.
Expand Down

0 comments on commit 8383f8a

Please sign in to comment.