Dear developers,
I am new in Elastic stack. I have some monitoring metrics in ganglia and would like to automatically detect anomalies in them. The solution, which came to my mind is to use these two plugins together, i.e. output ganglia data to elastic search and them perform analysis with machine learning anomaly detection tool.
Does anybody know if it is possible to use these two plugins together?
https://www.elastic.co/de/videos/automated-anomaly-detection-with-elasticsearch-using-machine-learning
https://www.elastic.co/guide/en/logstash/current/plugins-inputs-ganglia.html
The problem which I see here is that ganglia averages historical data, which is most probably not intended to be inputed as input data for the second plugin.