From c74ac89592b2278b4997214f9947cc015dc54005 Mon Sep 17 00:00:00 2001 From: havidarou Date: Wed, 14 Aug 2019 21:17:38 +0200 Subject: [PATCH] Fixing ELASTICSEARCH_URL sed for filebeat --- wazuh/config/filebeat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wazuh/config/filebeat.yml b/wazuh/config/filebeat.yml index 706dabfd..0c86939b 100644 --- a/wazuh/config/filebeat.yml +++ b/wazuh/config/filebeat.yml @@ -47,7 +47,7 @@ processors: data.win.eventdata.ipAddress: \b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\b output.elasticsearch: - hosts: ['https://elasticsearch:9200'] + hosts: ['http://elasticsearch:9200'] #pipeline: geoip indices: - index: 'wazuh-alerts-3.x-%{+yyyy.MM.dd}'