Skip to content

Commit 882a0f2

Browse files
committed
config: change format of supplying auditlog config
this is done to be able to add auditlog filters
1 parent a79083b commit 882a0f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

defaults/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ mongo_operationprofiling:
158158
mode: "{{ mongodb_operation_profiling_mode }}"
159159

160160
mongo_auditlog:
161-
destination: file
161+
destination: "{{ mongodb_auditlog_destination }}"
162162
format: "{{ mongodb_auditlog_format }}"
163163
path: "{{ mongodb_auditlog_path }}"
164+
filter: "{{ mongodb_auditlog_filter }}"

0 commit comments

Comments
 (0)