|
@@ -162,7 +162,11 @@ For example, if you want to use an environment variable to set the `name` parame
|
|
|
|
|
|
|Name |Description
|
|
|Name |Description
|
|
|-----------------------|-------------------------------
|
|
|-----------------------|-------------------------------
|
|
-|`SERVER_SERVLET_CONTEXT_PATH` | URI basePath
|
|
|
|
|
|
+|`SERVER_SERVLET_CONTEXT_PATH` | URI basePath
|
|
|
|
+|`LOGGING_LEVEL_ROOT` | Setting log level (trace, debug, info, warn, error, fatal, off). Default: debug
|
|
|
|
+|`LOGGING_LEVEL_COM_PROVECTUS` |Setting log level (trace, debug, info, warn, error, fatal, off). Default: debug
|
|
|
|
+|`SERVER_PORT` |Port for the embedded server. Default: `8080`
|
|
|
|
+|`KAFKA_ADMIN-CLIENT-TIMEOUT` | Kafka API timeout in ms. Default: `30000`
|
|
|`KAFKA_CLUSTERS_0_NAME` | Cluster name
|
|
|`KAFKA_CLUSTERS_0_NAME` | Cluster name
|
|
|`KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS` |Address where to connect
|
|
|`KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS` |Address where to connect
|
|
|`KAFKA_CLUSTERS_0_ZOOKEEPER` | Zookeeper service address
|
|
|`KAFKA_CLUSTERS_0_ZOOKEEPER` | Zookeeper service address
|
|
@@ -177,9 +181,6 @@ For example, if you want to use an environment variable to set the `name` parame
|
|
|`KAFKA_CLUSTERS_0_DISABLELOGDIRSCOLLECTION` |Disable collecting segments information. It should be true for confluent cloud. Default: false
|
|
|`KAFKA_CLUSTERS_0_DISABLELOGDIRSCOLLECTION` |Disable collecting segments information. It should be true for confluent cloud. Default: false
|
|
|`KAFKA_CLUSTERS_0_KAFKACONNECT_0_NAME` |Given name for the Kafka Connect cluster
|
|
|`KAFKA_CLUSTERS_0_KAFKACONNECT_0_NAME` |Given name for the Kafka Connect cluster
|
|
|`KAFKA_CLUSTERS_0_KAFKACONNECT_0_ADDRESS` |Address of the Kafka Connect service endpoint
|
|
|`KAFKA_CLUSTERS_0_KAFKACONNECT_0_ADDRESS` |Address of the Kafka Connect service endpoint
|
|
-|`LOGGING_LEVEL_ROOT` | Setting log level (trace, debug, info, warn, error, fatal, off). Default: debug
|
|
|
|
-|`LOGGING_LEVEL_COM_PROVECTUS` |Setting log level (trace, debug, info, warn, error, fatal, off). Default: debug
|
|
|
|
-|`SERVER_PORT` |Port for the embedded server. Default `8080`
|
|
|
|
|`KAFKA_CLUSTERS_0_JMXSSL` |Enable SSL for JMX? `true` or `false`. For advanced setup, see `kafka-ui-jmx-secured.yml`
|
|
|`KAFKA_CLUSTERS_0_JMXSSL` |Enable SSL for JMX? `true` or `false`. For advanced setup, see `kafka-ui-jmx-secured.yml`
|
|
|`KAFKA_CLUSTERS_0_JMXUSERNAME` |Username for JMX authentication
|
|
|`KAFKA_CLUSTERS_0_JMXUSERNAME` |Username for JMX authentication
|
|
|`KAFKA_CLUSTERS_0_JMXPASSWORD` |Password for JMX authentication
|
|
|`KAFKA_CLUSTERS_0_JMXPASSWORD` |Password for JMX authentication
|