I would like to plot a chart between time and Flow (from a flow meter) which is updated every 5 milliseconds.
Is this possible? How should I go about doing this?
I would like to plot a chart between time and Flow (from a flow meter) which is updated every 5 milliseconds.
Is this possible? How should I go about doing this?
Sounds like you're asking for a polling functionality? Kibana can do this, but the smallest refresh time is set to 5 seconds.
To do it.
Sorry about the confusion. What I intend to display is a line chart between time and Flow. I tried using timelion but the results were not as expected.
I also tried.es(q='Flow', metric='avg:Flow'), but I am not interested in the average, but just a line chart between time and Flow (where Flow resolution is 5 millisecond). It is like stock price display but the time resolution is at 5 millisecond. The total duration is not more than 2 minutes.
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.