Add a quick range based on server time to Kibana Time filter quick ranges

Hello,
I want to add a quick range based on server time to Kibana.
For example:
<{
"from": "now-15m",
"to": "now",
"display": "Last 15 minutes"
}, />
'now' is set by client time. But if client time is wrong, filter gets wrong results.
Is it possible to get last 15 minutes by server time?

No unfortunately this is not possible. The whole logic is based client side.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.