How to generate a metric index from a Nginx log(or similar) index?

Hi there,
I have an index which store Nginx access log. I am able to create a Kibana dashboard to visualize the response time, 4XX, 5XX and other KPIs for a website. A dashboard visualization can do the aggregation like count/sum/avg on an index field such as response status code. It's fine for monitoring.

My need is to generate multi new index to store each aggregated data(metrics) from origin access log index, thus I can config alert rule from Grafana(our company standard) by using ES datasource. How can I achieve this?
In another word, how can I store a dashboard visualization's data into an index?
Does any native function, module, plugins or 3rd party component can do that? Or must needs Java, Python or any other code development?

From Elastic Search to Elasticsearch

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.