I’m new with Grafana and I need some help with creating a table that could show me counts of state codes occured on different endpoints. It could look something like the table below but it’s not a condition.
I have the data parsed in elasticsearch and in Grafana I can group them by endpoint and state code…
The first row could be both hardcoded or fetch. I mean I parse the log message for state code and end point so I can see which endpoint has which state code…
Are you really bound to elasticsearch only? It looks like to be a little bit tricky then. In that case, I would personally think of setting up a small API fetching the data from elasticsearch, transforming it to the form you want to display and then responding with json having that structure. On the Grafana side, you can use a simpleJson datasource plugin then.