Commit 12b8f77e2d4a68f2aa63af5e46db804c033126e3
1 parent
4ef97a40
Added elastic sink. audit log service
Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -318,9 +318,9 @@ audit_log: |
318 | 318 | "rule": "${AUDIT_LOG_MASK_RULE:W}" |
319 | 319 | "plugin": "${AUDIT_LOG_MASK_PLUGIN:W}" |
320 | 320 | sink: |
321 | - # type of external sink. possible options: none, elasticsearch | |
321 | + # Type of external sink. possible options: none, elasticsearch | |
322 | 322 | type: "${AUDIT_LOG_SINK_TYPE:none}" |
323 | - # name of the index where audit logs stored | |
323 | + # Name of the index where audit logs stored | |
324 | 324 | # Index name could contain next placeholders (not mandatory): |
325 | 325 | # @{TENANT} - substituted by tenant ID |
326 | 326 | # @{DATE} - substituted by current date in YYYY.MM.DD format | ... | ... |