You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Kibana server is going to use the body of the search request to generate the hash of a Background Session.
For this reason, it is critical that the body of the search request is identical when it's created and restored.
In order to do that we need to make sure that:
An absolute time is always saved into the restoreOptions of the BackgroundSession
We'll have a second, originalOptions that will contain the time as was configured in the dashboard (absolute of relative).
All panels of a dashboard are sent with the same time (which is also the same time in the BackgroundSession).
The text was updated successfully, but these errors were encountered:
The Kibana server is going to use the body of the search request to generate the hash of a Background Session.
For this reason, it is critical that the body of the search request is identical when it's created and restored.
In order to do that we need to make sure that:
restoreOptions
of theBackgroundSession
originalOptions
that will contain the time as was configured in the dashboard (absolute of relative).BackgroundSession
).The text was updated successfully, but these errors were encountered: