add variable filebeat_auth_enabled for possibility to disable sending auth logs

Change-Id: I2cc2f2c4bdebbdec1fab835e9c0df1f165b5fc9d
This commit is contained in:
Rishat Azizov 2024-11-27 12:13:16 +05:00
parent 551f75c425
commit b5fba6cf35

View File

@ -28,7 +28,7 @@ filebeat.modules:
# Authorization logs
auth:
enabled: true
enabled: {{ filebeat_auth_enabled | default(true) | lower }}
# Set custom paths for the log files. If left empty,
# Filebeat will choose the paths depending on your OS.