From db7dcd76cdd969ce00ec3a6077a20407b0fdf8d2 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 13 Apr 2021 20:21:32 -0400 Subject: [PATCH] Add hostname to the listener --- salt/filebeat/etc/filebeat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/filebeat/etc/filebeat.yml b/salt/filebeat/etc/filebeat.yml index f6d3c5334..ecb16ac06 100644 --- a/salt/filebeat/etc/filebeat.yml +++ b/salt/filebeat/etc/filebeat.yml @@ -496,7 +496,7 @@ setup.template.enabled: false http.enabled: true # The HTTP endpoint will bind to this hostname or IP address. It is recommended to use only localhost. -http.host: localhost +http.host: {{ HOSTNAME }} # Port on which the HTTP endpoint will bind. Default is 5066. http.port: 5066