Audit log
Kafbat-UI allows you to log all operations to your kafka clusters done within kafbat-ui itself.
Logging can be done to either kafka topic and/or console.
See all the available configuration properties:
Note
If you create the audit topic manually, it should not be compacted, as the audit documents do not have a key, which is required for Kafka topic compaction.
Other than compaction, the Kafka UI does not expect specific requirements for additional topic properties. However, as always, consider configuring the following:
Retention period How long the data should be stored in Kafka.
Number of partitions This affects parallelism and how the data will be consumed.
Last updated
Was this helpful?