Hello Kibana experts,
I have field called http response_time in elastic search, so now I want to create line graph on response_time in last 1 hr window to understand how was the response trend.
Thanks in advance!
Thanks
Chandra
Hello Kibana experts,
I have field called http response_time in elastic search, so now I want to create line graph on response_time in last 1 hr window to understand how was the response trend.
Thanks in advance!
Thanks
Chandra
You should go to the Visualize tab,
create a new Line Chart,
select your index pattern name,
In the Metric section change the aggregation from Count
to Max or Average, and select your response_time,
below that in the Buckets section select X-axis
,
select Date Histogram
aggregation,
click the Play button.
Adjust your timepicker in the upper-right corner to select Last 1 hr
Regards,
Lee
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.