I am making a dashboard in which I want to include a widget with a message search represented in a bar chart.
I want to show the search count for three different messages and right now I have three different widgets, one for each message.
Can I show everything in a single widget? If I use for example “message:ssh OR message:login OR message:error” the count of all the messages that match is shown but I want to show it separately, one bar for “login”, another for “ssh” and another for " error", showing the different bars distinguished by colors and note it in the legend. Is this possible?
So you should be able to do a group by and get this, however you cannot do an aggregation on the message field, if the data is in another field that should be fine, but the message field is a special field type.