From 5fe32ded8e577ab68577549e1b36ce16218c8978 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 1 Jan 2018 14:42:32 +0200 Subject: [PATCH] Specify the Logstash API port, now metricbeat correctly collects the stats. --- metricbeat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metricbeat.yml b/metricbeat.yml index 8bc2899..03afd4a 100644 --- a/metricbeat.yml +++ b/metricbeat.yml @@ -42,7 +42,7 @@ metricbeat: - node - node_stats hosts: - - "${LOGSTASH_HOST}" + - "${LOGSTASH_HOST}:9600" output: elasticsearch: hosts: -- GitLab