13 lines
347 B
YAML
13 lines
347 B
YAML
# Module: kibana
|
|
# Docs: https://www.elastic.co/guide/en/beats/filebeat/7.5/filebeat-module-kibana.html
|
|
# Ansible managed
|
|
|
|
- module: kibana
|
|
# All logs
|
|
log:
|
|
enabled: true
|
|
|
|
# Set custom paths for the log files. If left empty,
|
|
# Filebeat will choose the paths depending on your OS.
|
|
var.paths:
|
|
- '/var/log/kibana/kibana.log'
|