Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to draw multi-lines from multiple queries in Kibana

I am new to Kibana and need some help.

I can draw this line chart for a single query (java):

enter image description here

Now I would like to another line for another query (for example python) in the same chart. I am not so sure how to do that. Also "Markdown widget" is the way to add a legend?

Any help would be appreciated.

like image 743
kee Avatar asked Dec 03 '16 20:12

kee


1 Answers

It is possible by adding the followings:

  • X-Axis -> Split Lines -> Sub Aggregation -> Filters

In the filters, you can add multiple ones such as query:java, query:react and so on.

enter image description here

like image 195
kee Avatar answered Sep 23 '22 15:09

kee