Is it possible to drive a kibana dashboard with custom filters ?
I mean like have a set of checkboxes which i can select/unselect to change the display results ?
My example is this ..
I want to create kibana dashboard with 4 pie charts …
each of them is querying the same dataset but representing different perspectives
I want to add a filter facility that will allow people to select/unselect checkboxes that change all the 4 graphs
The content of the filters is one of the fields that is part of the dataset that is represented in the graph
Concrete Example :
Visualize the content of a directory with 100 folders
Graph 1 : Distribution of extensions as piechart
Graph 2 : Distribution of extensions and file sizes
Filter : Show list of top level directories which show all as selected and when they unselect a directory , Graph1 and Graph 2 updates to exclude the datasets that reflect that.