You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module is tested with Kafka 0.10.2.1, 1.1.0, 2.1.1, and 2.2.2.
38
+
This module is tested with Kafka 0.10.2.1, 1.1.0, 2.1.1, 2.2.2 and 3.6.0.
39
39
40
40
The Broker, Producer, Consumer metricsets require <<metricbeat-module-jolokia,Jolokia>> to fetch JMX metrics. Refer to the link for Jolokia's compatibility notes.
So here in this example the host we should in the module's config is `localhost:32778`.
42
-
Note that this is different between MAC and Linux machines. The above is the case for the MAC machine, and here is how
42
+
Note that this is different between MAC and Linux machines. The above is the case for the MAC machine, and here is how
43
43
the respective address for a LINUX machine should look like:
44
44
45
45
```console
@@ -60,7 +60,7 @@ This was needed before moving the metricbeat docker used in CI to host network,
60
60
61
61
#### Configuring Kafka module
62
62
In order to configure the Module we will use the advertised addressed to connect to the broker and the credentials
63
-
that are also used for the tests
63
+
that are also used for the tests
64
64
(see [test config](https://github.com/elastic/beats/blob/6c279ebf2789655725889f37820c959a8f2ea969/metricbeat/module/kafka/consumergroup/consumergroup_integration_test.go#L39)).
65
65
Here is how the config should look like (in a MAC):
This module is tested with Kafka 0.10.2.1, 1.1.0, 2.1.1, and 2.2.2.
27
+
This module is tested with Kafka 0.10.2.1, 1.1.0, 2.1.1, 2.2.2 and 3.6.0.
28
28
29
29
The Broker, Producer, Consumer metricsets require <<metricbeat-module-jolokia,Jolokia>> to fetch JMX metrics. Refer to the link for Jolokia's compatibility notes.
0 commit comments