Hello! I have a working aggregation (cumulative sum) that behaves as expected when I've used the time picker to select a date range large enough (i.e., goes far enough back in time) to calculate the agg cumulative sum across ALL documents in the index)...
...but when I reduce the date range via time picker to, say, the last week... what I see is this...
...where clearly documents in the index with timestamps older than 1 week are omitted ... whereas I expected to see this (at the far-right side of the graph)...
In other words: how do I instruct TSVB to search ALL documents in the index for the calculated/aggregated field ... instead of just those documents from the time range specified by the selected time-picker setting?
I've tried augmenting my filter query for the aggregation...
coin_bot_name_short:ETH AND coin_bot_datetime>"2021-04-01"
( or )
coin_bot_name_short:ETH AND coin_bot_datetime:*
...but no luck.
Any help appreciated.
Kibana 7.12