Create graph for a specific parameter from message against time stamp

In the message field, i have lot of info - one is "responsetime" I want to do how to create a graph of responsetime value against timestamp . cna somebody shed some light on this

"statusCode":200,"pid":16,"responseTime":2056,"

Thanks!

How are the messages stored in Elasticsearch? Is responseTime its own field? If so, you can create a veritical bar visualization. Set the x-axis aggregation to date histogram. Configure the y-axis aggregation to Average and set the field to responseTime. https://www.elastic.co/guide/en/kibana/5.6/xy-chart.html provides more details about creating bar charts

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