I need to convert my PromQL query from my Grafana dashboard into Elasticsearch supported Lucene's query. Currently, there is no such function that can be used as rate() function. Is there any way to implement rate() functionality of Prometheus DS into Elasticsearch.
PromQL query for reference:
sum (rate (container_cpu_system_seconds_total{namespace=~"$Namespace"}[5m]))
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.