diff --git a/wazuh/config/filebeat.yml b/wazuh/config/filebeat.yml index 628e4479..706dabfd 100644 --- a/wazuh/config/filebeat.yml +++ b/wazuh/config/filebeat.yml @@ -47,7 +47,12 @@ processors: data.win.eventdata.ipAddress: \b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\b output.elasticsearch: - hosts: ['http://elasticsearch:9200'] + hosts: ['https://elasticsearch:9200'] #pipeline: geoip indices: - index: 'wazuh-alerts-3.x-%{+yyyy.MM.dd}' + #ssl.certificate_authorities: + #ssl.certificate: + #ssl.key: + #username: + #password: \ No newline at end of file