maytasm commented on a change in pull request #11078:
URL: https://github.com/apache/druid/pull/11078#discussion_r611100753
##########
File path: docs/configuration/index.md
##########
@@ -338,8 +338,8 @@ Coordinator and Overlord log changes to lookups, segment
load/drop rules, dynami
|--------|-----------|-------|
|`druid.audit.manager.auditHistoryMillis`|Default duration for querying audit
history.|1 week|
|`druid.audit.manager.includePayloadAsDimensionInMetric`|Boolean flag on
whether to add `payload` column in service metric.|false|
-|`druid.audit.manager.maxPayloadSizeBytes`|The maximum size of audit payload,
in bytes, to store in Druid's metadata store audit table. If the size of audit
payload exceed this value, the audit log would be stored with a messaging
indicating that the payload was omitted instead. Setting `maxPayloadSizeBytes`
to -1 (default value) disables this check, meaning Druid will always store
audit payload regardless of it's size.|-1|
-
+|`druid.audit.manager.maxPayloadSizeBytes`|The maximum size of audit payload,
in bytes, to store in Druid's metadata store audit table. If the size of audit
payload exceed this value, the audit log would be stored with a messaging
indicating that the payload was omitted instead. Setting `maxPayloadSizeBytes`
to -1 (default value) disables this check, meaning Druid will always store
audit payload regardless of it's size. Human-readable format is supported, see
[here](human-readable-byte.md). |-1|
+|`druid.audit.manager.skipNullField`|If true, the audit payload stored in
metadata store will be exclude any field with null value. |false|
Review comment:
Done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]