Skip to content

Commit b5fba6c

Browse files
committed
add variable filebeat_auth_enabled for possibility to disable sending auth logs
Change-Id: I2cc2f2c4bdebbdec1fab835e9c0df1f165b5fc9d
1 parent 551f75c commit b5fba6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elk_metrics_7x/roles/elastic_filebeat/templates/filebeat.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ filebeat.modules:
2828

2929
# Authorization logs
3030
auth:
31-
enabled: true
31+
enabled: {{ filebeat_auth_enabled | default(true) | lower }}
3232

3333
# Set custom paths for the log files. If left empty,
3434
# Filebeat will choose the paths depending on your OS.

0 commit comments

Comments
 (0)