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
Hello everyone,
I am configuring Alert for ELK specifically ElastAlert2,
Because I have a push notification system that will read logs from the kafka topic.
My goal: Want to install ElastAlert2, configure to push error log to kafka topic. Then my push notification system will read Kafka to send Alerts to my workchat.
I'm getting the error:
I want to know if ElastAlert2 supports Kafka?
In the requirements.txt file, the kafka-python package is not found.
I am getting an error when running the command
python3.9 -m elastalert.elastalert --verbose --rule rules/example_frequency.yaml
Not sure where the error is. Can anyone help me with this problem? I will send detailed error information
Thanks team!
The text was updated successfully, but these errors were encountered:
Hello everyone,
I am configuring Alert for ELK specifically ElastAlert2,
Because I have a push notification system that will read logs from the kafka topic.
My goal: Want to install ElastAlert2, configure to push error log to kafka topic. Then my push notification system will read Kafka to send Alerts to my workchat.
I'm getting the error:
In the requirements.txt file, the kafka-python package is not found.
python3.9 -m elastalert.elastalert --verbose --rule rules/example_frequency.yaml
Not sure where the error is. Can anyone help me with this problem? I will send detailed error information
Thanks team!
The text was updated successfully, but these errors were encountered: