From abab79a32fccf472b5067c2b791e4c0057ee1a7c Mon Sep 17 00:00:00 2001 From: ncomandini Date: Tue, 30 Aug 2022 10:55:37 +0200 Subject: [PATCH] Fix usage of beat login/password --- APIM/Helmchart/CHANGELOG.md | 2 +- APIM/Helmchart/values.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/APIM/Helmchart/CHANGELOG.md b/APIM/Helmchart/CHANGELOG.md index 40c54b8..cf0d4ee 100644 --- a/APIM/Helmchart/CHANGELOG.md +++ b/APIM/Helmchart/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. # [2.11.1] 2022-08-29 ### Fixed -- Add beats system login/paswword environment variables on filebeat container +- Add beats system login/paswword environment variables on filebeat container. ## [2.11.0] 2022-08-17 diff --git a/APIM/Helmchart/values.yaml b/APIM/Helmchart/values.yaml index 5daac20..f90e131 100644 --- a/APIM/Helmchart/values.yaml +++ b/APIM/Helmchart/values.yaml @@ -1608,6 +1608,7 @@ filebeat: # which is referenced below. # You may use your own secret and reference it here. # See templates/elasticApimKibana/filebeat-secret.yaml for the required environment variable names + # Disable the filebeatSecrets to use existing secret. Add custom values in extraEnvs section. filebeatSecrets: enabled: true beatsSystemUsername: "beats_system" @@ -1668,7 +1669,7 @@ filebeat: # readOnly: true # Environment variables can be added for custom configuration. - # Add the Logstash login/password secrets + # The following example add Logstash login/password secrets from an existing secret. extraEnvs: [] # - name: BEATS_SYSTEM_USERNAME # valueFrom: