Hi Team,
I have nginx log which contains request time and response time. I have configured Filebeat which sends the nginx logs to logstash and logstash parse the log and stores in Elasticsearch,
I want to create a Line Chart visualization which displays the request and response time as Y axis and timestamp as X-axis. The Line chart should contain only the values read from Nginx, not the Aggregated value(average,sum or count)
Hi, you can make a scripted field that gives the sum of request + response time, and make a visualization. For the Y-Axis, choose max of that scripted field, and it will plot the max value per time bucket.
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.