Configuration reference for the application.properties file

The application.properties file is optional and applies to both batch mode and stream mode. It defines the application-related configurations such as log level properties, the Data Collector settings, and Apache Kafka client Transport Layer Security (TLS) settings.

Log level properties

logging.level.com.ibm.zmanage.cdpz.collection
Defines the log level for the code that is related to the Data Collector only. Change the value of this parameter only affects the log level for phases including collection, parse, and Apache Kafka client. Allowed values are ERROR, WARN, INFO, DEBUG, and TRACE. The default value is INFO.

Data Collector setting properties

dc.pk-level
The level of Apache Kafka producer key.
dc.topic-partition-num
The default number of partitions to create new topics.
dc.topic-replica-factor
The default number of replica-factor to create new topics.