In my index, There are one number field and one date field which can be used to create a line graph with time along the X-axis and average of the number field on the Y-axis.
I also have a text type field which has multiple distinct values. I want to have one line graph for each of the distinct values.
For example, if the distinct values are "frontend", "backend" and "database". I want one graph for "frontend", one for "backend" and one for "database".
How can I achieve this in Kibana ?