From 0d423fe85b3b137d4d7b06f03b974d86c4edf24a Mon Sep 17 00:00:00 2001 From: Rehan Pasha Date: Fri, 31 May 2024 19:06:12 +0530 Subject: [PATCH] Update cloud.auth credentials in monitoring and output-cloud configuration files --- auditbeat/auditbeat.reference.yml | 4 ++-- auditbeat/auditbeat.yml | 2 +- deploy/cloudfoundry/filebeat/filebeat.yml | 2 +- deploy/cloudfoundry/metricbeat/metricbeat.yml | 2 +- .../packaging/files/ironbank/auditbeat/config/auditbeat.yml | 2 +- filebeat/filebeat.reference.yml | 4 ++-- filebeat/filebeat.yml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/auditbeat/auditbeat.reference.yml b/auditbeat/auditbeat.reference.yml index 8f684d78d038..5927a95f067f 100644 --- a/auditbeat/auditbeat.reference.yml +++ b/auditbeat/auditbeat.reference.yml @@ -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. @@ -1405,7 +1405,7 @@ setup.kibana: # Optional protocol and basic auth credentials. #protocol: "https" - #username: "elastic" + #username: "username" #password: "changeme" # Optional HTTP path diff --git a/auditbeat/auditbeat.yml b/auditbeat/auditbeat.yml index eb87fec7e7e8..50dc18f2df21 100644 --- a/auditbeat/auditbeat.yml +++ b/auditbeat/auditbeat.yml @@ -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 ------------------------------- diff --git a/deploy/cloudfoundry/filebeat/filebeat.yml b/deploy/cloudfoundry/filebeat/filebeat.yml index f3d58f079a1c..e203e5a23f11 100644 --- a/deploy/cloudfoundry/filebeat/filebeat.yml +++ b/deploy/cloudfoundry/filebeat/filebeat.yml @@ -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 ---------------------------------- diff --git a/deploy/cloudfoundry/metricbeat/metricbeat.yml b/deploy/cloudfoundry/metricbeat/metricbeat.yml index 12cfee75f006..47fe03f87518 100644 --- a/deploy/cloudfoundry/metricbeat/metricbeat.yml +++ b/deploy/cloudfoundry/metricbeat/metricbeat.yml @@ -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 ---------------------------------- diff --git a/dev-tools/packaging/files/ironbank/auditbeat/config/auditbeat.yml b/dev-tools/packaging/files/ironbank/auditbeat/config/auditbeat.yml index 5e18b623d324..741f3dc7b0ea 100644 --- a/dev-tools/packaging/files/ironbank/auditbeat/config/auditbeat.yml +++ b/dev-tools/packaging/files/ironbank/auditbeat/config/auditbeat.yml @@ -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 ------------------------------- diff --git a/filebeat/filebeat.reference.yml b/filebeat/filebeat.reference.yml index 55b0290e21ca..9c987680eaff 100644 --- a/filebeat/filebeat.reference.yml +++ b/filebeat/filebeat.reference.yml @@ -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. @@ -2495,7 +2495,7 @@ setup.kibana: # Optional protocol and basic auth credentials. #protocol: "https" - #username: "elastic" + #username: "username" #password: "changeme" # Optional HTTP path diff --git a/filebeat/filebeat.yml b/filebeat/filebeat.yml index aa50779b9221..5824b80ed379 100644 --- a/filebeat/filebeat.yml +++ b/filebeat/filebeat.yml @@ -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 -------------------------------