blob: e3164a56f7d9f7d5c07a149d84923e673adf3819 [file] [log] [blame]
# Loggy Jr configuration file.
analyzer:
# This is the paths that will be (recursively) checked.
# /var/log would also check /var/log/tomcat/ for instance.
paths:
- /var/log/
- /x1/log/
tags:
# Primary and secondary JSON receiver.
elasticsearch:
hosts:
- http://localhost:9200/
rawfields:
# Fields that, in each document type, should be treated as non-analyzed strings.
httpd_access: uri,clientip,remote_user,vhost,geo_city,geo_country,geo_combo,geo_coords,geo_lat,geo_long
apache_access: url,client_ip,remote_user