Apologies if I'm not using the correct terminology for the kibana fields I'm referring to.
I have a need to create a day-over-day (or WoW etc) comparison visualization for a given time range.
I'm able to do it for a fixed time range (like today vs yesterday or today vs same day last week etc), but would like to have the ability to dynamically adjust my panel query to consider the global time range on the dashboard.
As can be seen, the panel filters hardcode for 'today' and comparison series are relative to that. If the global time range were to change to 'yesterday', my graph will show nothing as the data points fall off the range.
What I'd like to do in the panel is something like this:
'target series filter': "@timestamp>{{earliest}} and @timestamp <={{latest}}"
'comparison series (prev day) ': "@timestamp>{{earliest}}-1d and @timestamp <={{latest}}-1d"
'comparison offset': 1d
where {{earliest}} and {{latest}} are tokens that represent the values from the global time range selection.
Eagerly awaiting this feature... I'm sure this is a very common use case where one would want to compare events against a reference time range. Thanks in advance, Kibana team!
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.