Skip to content

Commit

Permalink
Fix usage of beat login/password
Browse files Browse the repository at this point in the history
  • Loading branch information
NComandini committed Aug 30, 2022
1 parent bf756e4 commit abab79a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion APIM/Helmchart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion APIM/Helmchart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit abab79a

Please sign in to comment.