Hi,
I want to be able to create visualizations(graphs) on the fly on my kibana dashboards by selecting the fields in the data table.
For eg:
On clicking on a value in the 1mA CPU and Avg DeltaRecUpd column above, I want a line graph to get generated with those two fields for that component like below
Is this possible in Kibana? Will I have to write scripts which make json requests to create new visualizations to achieve this?
This is a major requirement for my project. Any help would be greatly appreciated.
Thanks