Kafka Consumer
Consuming Apache Kafka messages and forwarding them to ilert as events or heartbeats.
Connection
ilagent daemon --kafka_brokers localhost:9092 --kafka_group_id ilagent \
-e 'events-topic' -r 'heartbeats-topic'Flag
Description
Default
At least once delivery
docker run --restart always ilert/ilagent daemon \
--kafka_brokers localhost:9092 --kafka_group_id ilagent \
-e 'events-topic'Payload format
Sample command
Last updated
Was this helpful?