I'm researching options how to get some analytics, for instance, I want to look into ERRORs in log_level column, and if its amount increases drastically, I want to receive an alert. There should be many such cases and it would be preferable to see such details in kibana as well (but not mandatory). I'm thinking to write for this purpose some python app, but a bit struggling regarding starting point. Probably you could guide me from what should I start? Already checked
- lib elasticsearch-py
- async-searches in elastic Long-running searches | Elasticsearch Guide [8.9] | Elastic
- anomaly detection Anomaly detection | Kibana Guide [8.9] | Elastic
Any advice regarding enhanced analytics and alertins would be helpful.