diff --git a/openmetadata-docs/content/v1.6.x/deployment/bare-metal/index.md b/openmetadata-docs/content/v1.6.x/deployment/bare-metal/index.md index a58ba61700c..1b577673e1e 100644 --- a/openmetadata-docs/content/v1.6.x/deployment/bare-metal/index.md +++ b/openmetadata-docs/content/v1.6.x/deployment/bare-metal/index.md @@ -220,6 +220,7 @@ ELASTICSEARCH_SCHEME='https' ELASTICSEARCH_BATCH_SIZE='10' ELASTICSEARCH_HOST='vpc-..es.amazonaws.com' ELASTICSEARCH_PASSWORD='' +ELASTICSEARCH_CLUSTER_ALIAS='' ``` ### Configure OpenSearch @@ -231,9 +232,15 @@ ELASTICSEARCH_PORT="" ELASTICSEARCH_SCHEME="" ELASTICSEARCH_USER="" ELASTICSEARCH_PASSWORD="" -... +ELASTICSEARCH_CLUSTER_ALIAS="" ``` +{% note %} + +If you want to separate indexes for production and non-production environments, you can set the `clusterAlias` in the configuration file. + +{% /note %} + ### Configure Ingestion ``` diff --git a/openmetadata-docs/content/v1.6.x/deployment/docker/index.md b/openmetadata-docs/content/v1.6.x/deployment/docker/index.md index 5f48ef2d3b0..29bb959aff5 100644 --- a/openmetadata-docs/content/v1.6.x/deployment/docker/index.md +++ b/openmetadata-docs/content/v1.6.x/deployment/docker/index.md @@ -123,7 +123,6 @@ DB_USER_PASSWORD="" DB_HOST="" DB_PORT="" OM_DATABASE="" -... ``` For ElasticSearch Configurations, update the below environment variables - @@ -136,7 +135,7 @@ ELASTICSEARCH_PORT="" ELASTICSEARCH_SCHEME="" ELASTICSEARCH_USER="" ELASTICSEARCH_PASSWORD="" -... +ELASTICSEARCH_CLUSTER_ALIAS="" ``` For OpenSearch Configurations, update the below environment variables - @@ -149,8 +148,13 @@ ELASTICSEARCH_PORT="" ELASTICSEARCH_SCHEME="" ELASTICSEARCH_USER="" ELASTICSEARCH_PASSWORD="" -... +ELASTICSEARCH_CLUSTER_ALIAS="" ``` +{% note %} + +If you want to separate indexes for production and non-production environments, you can set the `clusterAlias` in the configuration file. + +{% /note %} For Ingestion Configurations, update the below environment variables - @@ -273,6 +277,7 @@ ELASTICSEARCH_SCHEME='https' ELASTICSEARCH_BATCH_SIZE='10' ELASTICSEARCH_HOST='' ELASTICSEARCH_PASSWORD='' +ELASTICSEARCH_CLUSTER_ALIAS='' ``` Replace the environment variables values with the RDS and OpenSearch Service ones and then provide this environment variable file as part of docker compose command. diff --git a/openmetadata-docs/content/v1.7.x/deployment/bare-metal/index.md b/openmetadata-docs/content/v1.7.x/deployment/bare-metal/index.md index a58ba61700c..9692f7c04fd 100644 --- a/openmetadata-docs/content/v1.7.x/deployment/bare-metal/index.md +++ b/openmetadata-docs/content/v1.7.x/deployment/bare-metal/index.md @@ -220,6 +220,7 @@ ELASTICSEARCH_SCHEME='https' ELASTICSEARCH_BATCH_SIZE='10' ELASTICSEARCH_HOST='vpc-..es.amazonaws.com' ELASTICSEARCH_PASSWORD='' +ELASTICSEARCH_CLUSTER_ALIAS='' ``` ### Configure OpenSearch @@ -231,8 +232,13 @@ ELASTICSEARCH_PORT="" ELASTICSEARCH_SCHEME="" ELASTICSEARCH_USER="" ELASTICSEARCH_PASSWORD="" -... +ELASTICSEARCH_CLUSTER_ALIAS="" ``` +{% note %} + +If you want to separate indexes for production and non-production environments, you can set the `clusterAlias` in the configuration file. + +{% /note %} ### Configure Ingestion diff --git a/openmetadata-docs/content/v1.7.x/deployment/docker/index.md b/openmetadata-docs/content/v1.7.x/deployment/docker/index.md index a6d975fc1a0..de297d79ae0 100644 --- a/openmetadata-docs/content/v1.7.x/deployment/docker/index.md +++ b/openmetadata-docs/content/v1.7.x/deployment/docker/index.md @@ -123,7 +123,6 @@ DB_USER_PASSWORD="" DB_HOST="" DB_PORT="" OM_DATABASE="" -... ``` For ElasticSearch Configurations, update the below environment variables - @@ -136,7 +135,7 @@ ELASTICSEARCH_PORT="" ELASTICSEARCH_SCHEME="" ELASTICSEARCH_USER="" ELASTICSEARCH_PASSWORD="" -... +ELASTICSEARCH_CLUSTER_ALIAS="" ``` For OpenSearch Configurations, update the below environment variables - @@ -149,9 +148,15 @@ ELASTICSEARCH_PORT="" ELASTICSEARCH_SCHEME="" ELASTICSEARCH_USER="" ELASTICSEARCH_PASSWORD="" -... +ELASTICSEARCH_CLUSTER_ALIAS="" ``` +{% note %} + +If you want to separate indexes for production and non-production environments, you can set the `clusterAlias` in the configuration file. + +{% /note %} + For Ingestion Configurations, update the below environment variables - ```bash @@ -273,6 +278,7 @@ ELASTICSEARCH_SCHEME='https' ELASTICSEARCH_BATCH_SIZE='10' ELASTICSEARCH_HOST='' ELASTICSEARCH_PASSWORD='' +ELASTICSEARCH_CLUSTER_ALIAS='' ``` Replace the environment variables values with the RDS and OpenSearch Service ones and then provide this environment variable file as part of docker compose command. diff --git a/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/bare-metal/index.md b/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/bare-metal/index.md index a58ba61700c..1b577673e1e 100644 --- a/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/bare-metal/index.md +++ b/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/bare-metal/index.md @@ -220,6 +220,7 @@ ELASTICSEARCH_SCHEME='https' ELASTICSEARCH_BATCH_SIZE='10' ELASTICSEARCH_HOST='vpc-..es.amazonaws.com' ELASTICSEARCH_PASSWORD='' +ELASTICSEARCH_CLUSTER_ALIAS='' ``` ### Configure OpenSearch @@ -231,9 +232,15 @@ ELASTICSEARCH_PORT="" ELASTICSEARCH_SCHEME="" ELASTICSEARCH_USER="" ELASTICSEARCH_PASSWORD="" -... +ELASTICSEARCH_CLUSTER_ALIAS="" ``` +{% note %} + +If you want to separate indexes for production and non-production environments, you can set the `clusterAlias` in the configuration file. + +{% /note %} + ### Configure Ingestion ``` diff --git a/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/docker/index.md b/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/docker/index.md index dac713861f1..da9daaa5e30 100644 --- a/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/docker/index.md +++ b/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/docker/index.md @@ -123,7 +123,6 @@ DB_USER_PASSWORD="" DB_HOST="" DB_PORT="" OM_DATABASE="" -... ``` For ElasticSearch Configurations, update the below environment variables - @@ -136,7 +135,7 @@ ELASTICSEARCH_PORT="" ELASTICSEARCH_SCHEME="" ELASTICSEARCH_USER="" ELASTICSEARCH_PASSWORD="" -... +ELASTICSEARCH_CLUSTER_ALIAS="" ``` For OpenSearch Configurations, update the below environment variables - @@ -149,9 +148,15 @@ ELASTICSEARCH_PORT="" ELASTICSEARCH_SCHEME="" ELASTICSEARCH_USER="" ELASTICSEARCH_PASSWORD="" -... +ELASTICSEARCH_CLUSTER_ALIAS="" ``` +{% note %} + +If you want to separate indexes for production and non-production environments, you can set the `clusterAlias` in the configuration file. + +{% /note %} + For Ingestion Configurations, update the below environment variables - ```bash @@ -273,6 +278,7 @@ ELASTICSEARCH_SCHEME='https' ELASTICSEARCH_BATCH_SIZE='10' ELASTICSEARCH_HOST='' ELASTICSEARCH_PASSWORD='' +ELASTICSEARCH_CLUSTER_ALIAS='' ``` Replace the environment variables values with the RDS and OpenSearch Service ones and then provide this environment variable file as part of docker compose command.