Hi everyone,
Kibana extends the Vega data elements with global time filter, so that query returns the desired data. But what about displayed time range? Vega automatically sets it to fit all the data.
I can set fixed range for time axis using "scale"->"domain" element, but I cannot use the global filter values for that, because Kibana doesn't replace context tokens outside of data element.
Is there any way to set displayed time range from the global time filter, like Lens does? Maybe it's possible to expose min and max time from global filter with returned data and then process it within transform element?
Regards
Alexander