Skip to content

Commit

Permalink
Update cloud.auth credentials in monitoring and output-cloud configur…
Browse files Browse the repository at this point in the history
…ation files
  • Loading branch information
rehanpfmr committed Sep 10, 2024
1 parent a0ff1dc commit 0d423fe
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions auditbeat/auditbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ output.elasticsearch:

# Authentication credentials - either API key or username/password.
#api_key: "id:api_key"
#username: "elastic"
#username: "username"
#password: "changeme"

# Dictionary of HTTP parameters to pass within the URL with index operations.
Expand Down Expand Up @@ -1405,7 +1405,7 @@ setup.kibana:

# Optional protocol and basic auth credentials.
#protocol: "https"
#username: "elastic"
#username: "username"
#password: "changeme"

# Optional HTTP path
Expand Down
2 changes: 1 addition & 1 deletion auditbeat/auditbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ output.elasticsearch:

# Authentication credentials - either API key or username/password.
#api_key: "id:api_key"
#username: "elastic"
#username: "username"
#password: "changeme"

# ------------------------------ Logstash Output -------------------------------
Expand Down
2 changes: 1 addition & 1 deletion deploy/cloudfoundry/filebeat/filebeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ output.elasticsearch:

# Authentication credentials - either API key or username/password.
#api_key: "id:api_key"
#username: "elastic"
#username: "username"
#password: "changeme"

#----------------------------- Elastic Cloud ----------------------------------
Expand Down
2 changes: 1 addition & 1 deletion deploy/cloudfoundry/metricbeat/metricbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ output.elasticsearch:

# Authentication credentials - either API key or username/password.
#api_key: "id:api_key"
#username: "elastic"
#username: "username"
#password: "changeme"

#----------------------------- Elastic Cloud ----------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ output.elasticsearch:

# Authentication credentials - either API key or username/password.
#api_key: "id:api_key"
#username: "elastic"
#username: "username"
#password: "changeme"

# ------------------------------ Logstash Output -------------------------------
Expand Down
4 changes: 2 additions & 2 deletions filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@ output.elasticsearch:

# Authentication credentials - either API key or username/password.
#api_key: "id:api_key"
#username: "elastic"
#username: "username"
#password: "changeme"

# Dictionary of HTTP parameters to pass within the URL with index operations.
Expand Down Expand Up @@ -2495,7 +2495,7 @@ setup.kibana:

# Optional protocol and basic auth credentials.
#protocol: "https"
#username: "elastic"
#username: "username"
#password: "changeme"

# Optional HTTP path
Expand Down
2 changes: 1 addition & 1 deletion filebeat/filebeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ output.elasticsearch:

# Authentication credentials - either API key or username/password.
#api_key: "id:api_key"
#username: "elastic"
#username: "username"
#password: "changeme"

# ------------------------------ Logstash Output -------------------------------
Expand Down

0 comments on commit 0d423fe

Please sign in to comment.