I have an ES6.4 Cluster with Kibana.
I have created a Vertical Bar chart with a split series grouped by name so I get something like:
AB B
BAACBC y = count of events
AAAAAB
x = timestamp
When I click on one of the columns I get "Apply these filters?" with 2 options. e.g. Filter by "name is A" or filter by selected time. I un-select the time (the time filter works) and leave the name filter, then "Apply Now". I get "No results found". The same happens if I add the filter manually either the name or name.keyword. What really confused me was if I invert the match then it does exclude that name and show all the others.
The raw data table below the chart is filtered correctly in all cases.
Why does the filter "name is A" exclude all the data? Have I used the wrong chart?