Hi, We would like to build some visualizations in Kibana that are split by a field the user can select (ie: split series bar chart where the split series is dynamic based on a dropdown of fields the user can select). Any ideas?
I was thinking of pivoting the data but unsure of the lift required on the data end.
Hi @Jay_Farias and welcome to the community!
The only way that comes to my mind is to use Vega visualization but it's not trivial. Here's how you can bind a parameter that can be later used in the chart: Binding a Parameter | Vega-Lite (neither example shows your usecase, like changing split series, but it should work analogically).