Redaction
By default all row data is redacted to prevent sensitive data from being included in
Kudu server logs or in the web UI. You can turn disable this feature using the
--redact
or the --webserver_enabled
flag.
Log redaction
To prevent sensitive data from being included in Kudu server logs, all row data is
redacted. You can turn off log redaction using the --redact
flag.
Web UI redaction
To prevent sensitive data from being included in the web UI, all row data is redacted.
Table metadata, such as table names, column names, and partitioning information is not
redacted. Alternatively, you can choose to completely disable the web UI by setting the
--webserver_enabled
flag to false
on the Kudu servers.