Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated files for metricbeat and filebeat
Browse files Browse the repository at this point in the history
alexarobu committed Mar 31, 2023
1 parent 97ba1d5 commit fb6f51b
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions filebeat/filebeat.yml
Original file line number Diff line number Diff line change
@@ -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-*"
6 changes: 3 additions & 3 deletions metricbeat/metricbeat.yml
Original file line number Diff line number Diff line change
@@ -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-*"

0 comments on commit fb6f51b

Please sign in to comment.