Fix Filebeat/Auditbeat conflict
The default Filebeat prospectors currently look for all log files in /var/log/. This can cause conflicts with auditbeat, which also monitors audit log files in /var/log and can fail to get a lock on the appropriate log files, subsequently failing. This commit explicitly removes audit log files from the Filebeat prospector path to remove this conflict. Change-Id: I2146bd6f4980610f32d27896406167458e08dffe
This commit is contained in:
parent
0d3c20580f
commit
df54d05bb8
@ -265,7 +265,7 @@ filebeat_prospectors:
|
||||
enabled: "{{ filebeat_system_enabled | default(true) }}"
|
||||
paths:
|
||||
- /openstack/log/ansible-logging/*.log
|
||||
- /var/log/*.log
|
||||
- /var/log/!(auth*).log
|
||||
- /var/log/libvirt/*.log
|
||||
- /var/log/libvirt/*/*.log
|
||||
- /var/log/lxc/*.log
|
||||
|
Loading…
Reference in New Issue
Block a user