Fixing ELASTICSEARCH_URL sed for filebeat

This commit is contained in:
havidarou
2019-08-14 21:17:38 +02:00
parent d47009f8dc
commit c74ac89592
+1 -1
View File
@@ -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}'