Este commit está contenido en:
Your Name
2020-05-27 17:46:42 +00:00
padre d5a1551995
commit cc05427130
Se han modificado 5 ficheros con 290 adiciones y 0 borrados

19
production/elk/filebeat.yml Archivo normal
Ver fichero

@@ -0,0 +1,19 @@
prospectors:
- paths:
- /access.log
tags: [apache_access]
filebeat.inputs:
- type: log
paths:
- /access.log
# tail_files: true
filebeat.modules:
- module: apache
access:
enabled: true
var.paths: ["/access.log"]
output.logstash:
hosts: ["logstash:5044"]