Hi All,
I'm creating an automated report following Automatically generate reports | Kibana Guide [7.14] | Elastic. However, I'm having a bit of trouble coming up with a way to query the data I want for it to generate the report, and was wondering if anyone had any ideas.
I have timeseries data that uses the @timestamp
field.
Every day I want to have watcher run a report that pulls data from 17:00 the day before to 08:30 the day of.
Is there a way I can set the time interval so that it uses absolute times (but not absolute date) within Kibana? As using relative interval doesn't gracefully handle things like day-light savings changes.