Kafka Consumer
Consuming Apache Kafka messages and forwarding them to ilert as events or heartbeats.
Last updated
Was this helpful?
Was this helpful?
docker run --restart always ilert/ilagent daemon \
--kafka_brokers localhost:9092 --kafka_group_id ilagent \
-e 'events-topic'{
"integrationKey": "il1api123...",
"eventType": "ALERT",
"summary": "Hey from Kafka"
}{
"integrationKey": "il1hbt123..."
}ilagent daemon -v -v \
--kafka_brokers localhost:9092 \
--kafka_group_id ilagent \
-e 'events-topic' -r 'heartbeats-topic'