From 8ee6bd6690f1c0e702b80f413ad8ff1ef26e0b9b Mon Sep 17 00:00:00 2001 From: Johan Forssell Date: Wed, 8 Feb 2023 15:17:37 +0100 Subject: [PATCH] Config Template support for 'secondary_visibility' PR #2359 added support for dual write to different ES indices. There was no change to the config template to enable this feature. --- docker/config_template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/config_template.yaml b/docker/config_template.yaml index 8a7c747d8c27..48579090839d 100644 --- a/docker/config_template.yaml +++ b/docker/config_template.yaml @@ -184,6 +184,7 @@ persistence: password: "{{ default .Env.ES_PWD "" }}" indices: visibility: "{{ default .Env.ES_VIS_INDEX "temporal_visibility_v1_dev" }}" + secondary_visibility: "{{ default .Env.ES_SEC_VIS_INDEX "temporal_secondary_visibility_v1_dev" }}" {{- end }} global: