Kibana graph for Datapower with latency (on Y axis) and URI over @timestamp (X-Axis)

I have extracted fields (latency, @timestamp and URI) from datapower through logstash. Now I'm trying to create a bar chart or timelion with latency on Y axis (instead of default count on y-axis) and URI/@timestamp on X-axis. Is this possible?

sample entries in index are as following:

     Time 	                                                      uri 	                                               latency 

March 14th 2018, 01:00:29.008	   apprequest/getrequeststatustotals	264
March 14th 2018, 01:00:28.640	   apprequest/getrequest	                        1,609
March 14th 2018, 01:00:17.673	   apprequest/getrequeststatustotals	182
March 14th 2018, 01:00:17.415	   apprequest/getrequest	                        1,571
March 14th 2018, 01:00:11.769	   contextmenu/v1/account	                524
March 14th 2018, 00:57:18.343	   contextmenu/v1/request	                441
March 14th 2018, 00:57:11.126	   contextmenu/v1/request	                467
March 14th 2018, 00:57:07.191	   apprequest/getrequest	                        953

@thomasneirynck/@timroes any ideas?

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