add variable filebeat_auth_enabled for possibility to disable sending auth logs
Change-Id: I2cc2f2c4bdebbdec1fab835e9c0df1f165b5fc9d
This commit is contained in:
parent
551f75c425
commit
b5fba6cf35
@ -28,7 +28,7 @@ filebeat.modules:
|
|||||||
|
|
||||||
# Authorization logs
|
# Authorization logs
|
||||||
auth:
|
auth:
|
||||||
enabled: true
|
enabled: {{ filebeat_auth_enabled | default(true) | lower }}
|
||||||
|
|
||||||
# Set custom paths for the log files. If left empty,
|
# Set custom paths for the log files. If left empty,
|
||||||
# Filebeat will choose the paths depending on your OS.
|
# Filebeat will choose the paths depending on your OS.
|
||||||
|
Loading…
Reference in New Issue
Block a user