---
sourceDocument: Australia IT Operations Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/it-operations-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# Enable Apache Kafka health monitoring

# Enable Apache Kafka health monitoring {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Set configurations in the Apache HTTP server application to enable the Agent Client Collector to perform Apache Kafka HTTP server monitoring.

## Vorbereitungen

* Enable Java Management Extensions (JMX) for Kafka metric collection by running the following command:

      Environment="JMX_PORT=9999"

* Role required: agent_client_collector_admin
{#enable-kafka-metrics__ul_qmc_vfc_1gc}

## Prozedur

1. Enable collecting Apache Kafka performance metrics using Java Management Extensions (JMX) by running the following command:  

       JMX_PORT=9999 bin/kafka-server-start.sh config/server.properties

2. Configure the admin server port by modifying the port number of the admin.serverPort property in the zookeeper.properties file.  
   The default port is 8080.

