IGNORED_KEYS
Content copied to clipboard
A JSON list of keys that should be ignored when logging. If any of the columns of data messages match these keys then they won't be logged. Useful to avoid having to strip out data as a preprocessing step. If the container is running in Kafka mode then you can use this to avoid having to strip keys out of messages. If you're using the REST interface then any of the columns in the single or multiple will be dropped if they match any of the ones in here.
Defaults to []