Create one graphs for each unique values of a text type field

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 ?

You can split the graph with a terms aggregation.

16

Thanks.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.