What Grafana version and what operating system are you using?
8.3.4
What are you trying to achieve?
Trying to make a pie chart with values coming from a certain field.
How are you trying to achieve it?
I’m sending a log from elasticsearch with the field failure: [“Test failed”,“Test failed”]
What happened?
The pie chart only shows one count of “Test failed” even though it should show two. It is removing the duplicate. The log comes from a pipeline that does two tests concurrently.
What did you expect to happen?
Pie chart showing two counts of “test failed”. If I were to send for eg. field failure: [“Test failed”,“Failed to reserve resources”]. I would correctly show one count of “Test failed” and one count of “Failed to reserve resources”.
So basically I’m asking is how do I get Grafana to not remove duplicates.