From a31f5e466dcec2089d5aeb8ef58118cb09980404 Mon Sep 17 00:00:00 2001 From: ai-dev Date: Sun, 21 Sep 2025 19:54:51 +0200 Subject: [PATCH] add password --- opensearch-coord1/config.json | 2 +- opensearch-coord2/config.json | 2 +- opensearch-data1/config.json | 2 +- opensearch-data2/config.json | 2 +- opensearch-master/config.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/opensearch-coord1/config.json b/opensearch-coord1/config.json index 5fa873e..fc29683 100644 --- a/opensearch-coord1/config.json +++ b/opensearch-coord1/config.json @@ -72,6 +72,6 @@ }, "environment": { "OPENSEARCH_JAVA_OPTS": "-Xms${options[opensearch_heap]} -Xmx${options[opensearch_heap]}", - "OPENSEARCH_INITIAL_ADMIN_PASSWORD": "%%admin_password%%" + "OPENSEARCH_INITIAL_ADMIN_PASSWORD": "MyOpenSearch25!!" } } \ No newline at end of file diff --git a/opensearch-coord2/config.json b/opensearch-coord2/config.json index 1da6023..a18c264 100644 --- a/opensearch-coord2/config.json +++ b/opensearch-coord2/config.json @@ -72,6 +72,6 @@ }, "environment": { "OPENSEARCH_JAVA_OPTS": "-Xms${options[opensearch_heap]} -Xmx${options[opensearch_heap]}", - "OPENSEARCH_INITIAL_ADMIN_PASSWORD": "%%admin_password%%" + "OPENSEARCH_INITIAL_ADMIN_PASSWORD": "MyOpenSearch25!!" } } \ No newline at end of file diff --git a/opensearch-data1/config.json b/opensearch-data1/config.json index 45dae4f..536634f 100644 --- a/opensearch-data1/config.json +++ b/opensearch-data1/config.json @@ -73,6 +73,6 @@ }, "environment": { "OPENSEARCH_JAVA_OPTS": "-Xms${options[opensearch_heap]} -Xmx${options[opensearch_heap]}", - "OPENSEARCH_INITIAL_ADMIN_PASSWORD": "%%admin_password%%" + "OPENSEARCH_INITIAL_ADMIN_PASSWORD": "MyOpenSearch25!!" } } \ No newline at end of file diff --git a/opensearch-data2/config.json b/opensearch-data2/config.json index 7f38608..09b4e41 100644 --- a/opensearch-data2/config.json +++ b/opensearch-data2/config.json @@ -73,6 +73,6 @@ }, "environment": { "OPENSEARCH_JAVA_OPTS": "-Xms${options[opensearch_heap]} -Xmx${options[opensearch_heap]}", - "OPENSEARCH_INITIAL_ADMIN_PASSWORD": "%%admin_password%%" + "OPENSEARCH_INITIAL_ADMIN_PASSWORD": "MyOpenSearch25!!" } } \ No newline at end of file diff --git a/opensearch-master/config.json b/opensearch-master/config.json index 0f5e5f1..e7a7db6 100644 --- a/opensearch-master/config.json +++ b/opensearch-master/config.json @@ -72,6 +72,6 @@ }, "environment": { "OPENSEARCH_JAVA_OPTS": "-Xms${options[opensearch_heap]} -Xmx${options[opensearch_heap]}", - "OPENSEARCH_INITIAL_ADMIN_PASSWORD": "%%admin_password%%" + "OPENSEARCH_INITIAL_ADMIN_PASSWORD": "MyOpenSearch25!!" } } \ No newline at end of file