Hi.
Elasticsearch 5.0.0
Grafana 4.4.1
I need to create a graph with string values on X-axis for example SystemName. For all of them i want to have stacked values for counts of SUCCESS,WARNING and ERROR.
Something like on picture below but stacked (I made that using grouping by term twice)
I think it requires histogram for non-numeric values functionality. I mean non-date histogram.
Is it possible to achieve this in any way ?
Thanks !