Skip to content

Commit

Permalink
Updates from review
Browse files Browse the repository at this point in the history
  • Loading branch information
kenrowland committed Dec 9, 2024
1 parent 6566d44 commit a90db54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/examples/metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Add the following to the environment.xml configuration file (note that some valu
<metrics name="mymetricsconfig">
<sinks name="myelasticsink" type="elastic">
<settings period="30" ignoreZeroMetrics="1">
<host domain="<domainname>" port="<port>" protocol="http|htps">
<host domain="<domainname>" port="<port>" protocol="http|https">
<authentication type="basic" username="<username>" password="<password>"/>
</host>
<index name="<index>"/>
Expand Down
4 changes: 2 additions & 2 deletions helm/examples/metrics/elasticsearch_metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# settings.host.authentication - authentication settings if authentication is enabled (optional)
# settings.host.authentication.type - authentication type (determines remaining settings) (only 'basic' is supported)
# settings.host.authentication.username - username for basic authentication (if not stored in a secret)
# settings.host.authentication.password - password for basic authentication (if not stored in a secret)
# settings.host.authentication.password - encrypted password for basic authentication (if not stored in a secret)
# settings.host.authentication.credentialsSecret - name of secret containing username and password for basic authentication
# settings.host.authentication.credentialsVaultId - vault id for secret containing username password for basic authentication
# settings.host.authentication.credentialsVaultId - optional vault id for secret containing username password for basic authentication
# settings.index - ElasticSearch index settings
# settings.index.name - index name
#
Expand Down

0 comments on commit a90db54

Please sign in to comment.