-
Notifications
You must be signed in to change notification settings - Fork 2
5.1 FileBeat Modules
Alexandre Guth edited this page Feb 7, 2018
·
1 revision
- FileBeat installed
- Output configured
- ELK up and running
- Beats plugins installed in Elasticsearch
- Beats plugins installed in Logstash
sudo filebeat modules list
filebeat modules enable apache2 mysql
filebeat -e --modules nginx -M "nginx.access.var.paths=[/var/log/nginx/access.log*]"
- module: nginx
access:
var.paths: ["/var/log/nginx/access.log*"]
Path
${path.config}/modules.d/*.yml
You can find useful configuration files templates on the Filebeat directory of this Github: https://github.com/Alexandre-Guth/Elastic-Stack-FileBeat-Logspout/tree/master/FileBeat
Source:
https://www.elastic.co/guide/en/beats/filebeat/current/configuration-filebeat-options.html