From aed55d0921f74e32067b75f99af71ddf7c51c69c Mon Sep 17 00:00:00 2001 From: Giuseppe Di Piazza <41148801+dipiazzg@users.noreply.github.com> Date: Thu, 2 Apr 2020 16:33:18 +0100 Subject: [PATCH] [FIX] Fix Beats endpoint definition (#50) --- config/templates/etc/filebeat/filebeat.yml.j2 | 2 +- config/templates/etc/metricbeat/metricbeat.yml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/templates/etc/filebeat/filebeat.yml.j2 b/config/templates/etc/filebeat/filebeat.yml.j2 index e223659d..c3aeb696 100644 --- a/config/templates/etc/filebeat/filebeat.yml.j2 +++ b/config/templates/etc/filebeat/filebeat.yml.j2 @@ -162,7 +162,7 @@ setup.kibana: #----------------------------- Logstash output -------------------------------- output.logstash: # The Logstash hosts - hosts: "{{ beats_target_hosts }}" + hosts: {{ beats_target_hosts }} # Optional SSL. By default is off. # List of root certificates for HTTPS server verifications diff --git a/config/templates/etc/metricbeat/metricbeat.yml.j2 b/config/templates/etc/metricbeat/metricbeat.yml.j2 index 48b384e5..c638af61 100644 --- a/config/templates/etc/metricbeat/metricbeat.yml.j2 +++ b/config/templates/etc/metricbeat/metricbeat.yml.j2 @@ -102,7 +102,7 @@ setup.kibana: #----------------------------- Logstash output -------------------------------- output.logstash: # The Logstash hosts - hosts: "{{ beats_target_hosts }}" + hosts: {{ beats_target_hosts }} # Optional SSL. By default is off. # List of root certificates for HTTPS server verifications