IGNORED_KEYS

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 []

Functions

Link copied to clipboard
fun get(): String?
Link copied to clipboard
fun getOrDefault(): String
Link copied to clipboard
fun require(fallback: String = default ?: ""): String
Link copied to clipboard
fun requireIf(condition: Boolean, fallback: String = default ?: ""): String

Properties

Link copied to clipboard
val default: String? = null

The default value.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int