Hi!!:
I want to compare a data set from the last 15 min with the total mean accumulated over time.
How could i do this in kibana?
I have tried as TSVB and Timelion and cannot get the desired result.
Can anybody help me?
Thanks.
Hi!!:
I want to compare a data set from the last 15 min with the total mean accumulated over time.
How could i do this in kibana?
I have tried as TSVB and Timelion and cannot get the desired result.
Can anybody help me?
Thanks.
Hey there, you could use Lens and filters aggregation:
All records
, one with the timespan you need (here last hour, change 60 to 15 to get 15 minutes)@timestamp >= "now-60m/m" and @timestamp <= "now/m"
Here's the result:
It doesn't have to be a datatable, choose whatever chart type you find fit.
Hi Marta and thanks!!
I do not have Lens in my kibana, how could I do the same but without Lens, because I have tried and I do not get the same result.
Thank you very much for your time and I await an answer.
Greetings
You can do the same thing in any Visualize editor, for example Vertical Chart or Datatable. Here's the configuration for the similar example:
HI!!
I can't leave filter 1 blank, because it throws me an error that I can put in filter 1?
Thanks!!
Hi @Jose_Manuel_Tirado , that's surprising, it allows me to leave it blank, but you can target all records with '*'
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.