I have searched but was not able to find the answer or i just didnt see it!
I have data like:
BookTitle | Author | Category
A | Writer1 | Thriller
A | Writer1 | Action
B | Writer1 | Science fiction
B | Writer1 | Fantasy
A | Writer1 | Horror
A | Writer1 | Thriller
Which i hope to represent in a dashboard as such in a data table
BookTitle | Author | Category
A | Writer1 | Thriller, Action, Horror
B | Writer1 | Science fiction, Fantasy
Now i have tried the top hit metric, which works, until we have double categories recorded.
Is there a way to do this currently in kibana?