From fb6f51bb678398ea15a88d72b6eb51ecf08287ef Mon Sep 17 00:00:00 2001 From: Elena Robu Date: Fri, 31 Mar 2023 11:45:22 +0000 Subject: [PATCH] updated files for metricbeat and filebeat --- filebeat/filebeat.yml | 6 +++--- metricbeat/metricbeat.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/filebeat/filebeat.yml b/filebeat/filebeat.yml index 705aa27..e2c9660 100644 --- a/filebeat/filebeat.yml +++ b/filebeat/filebeat.yml @@ -7,11 +7,11 @@ setup.template.settings: index.codec: best_compression setup.kibana: - host: "${NGINX_HOST}:80" + host: "${NGINX_HOST}" path: "/geonetwork/dashboards" space.id: catalogue-monitor - username: admin - password: admin + username: ${METRIC_GN_USER} + password: ${METRIC_GN_PASSWORD} setup.dashboards: index: "gn-logs-*" diff --git a/metricbeat/metricbeat.yml b/metricbeat/metricbeat.yml index 3930639..72c998e 100644 --- a/metricbeat/metricbeat.yml +++ b/metricbeat/metricbeat.yml @@ -7,11 +7,11 @@ setup.template.settings: index.codec: best_compression setup.kibana: - host: "${NGINX_HOST}:80" + host: "${NGINX_HOST}" path: "/geonetwork/dashboards" space.id: catalogue-monitor - username: admin - password: admin + username: ${METRIC_GN_USER} + password: ${METRIC_GN_PASSWORD} setup.dashboards: index: "gn-metrics-*"