Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Search][Session] Make sure relative timeranges are handled correctly #82626

Closed
lizozom opened this issue Nov 4, 2020 · 2 comments
Closed

[Search][Session] Make sure relative timeranges are handled correctly #82626

lizozom opened this issue Nov 4, 2020 · 2 comments
Labels
Feature:Search Querying infrastructure in Kibana v7.11.0 v8.0.0

Comments

@lizozom
Copy link
Contributor

lizozom commented Nov 4, 2020

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).
@lizozom lizozom added Feature:Search Querying infrastructure in Kibana v8.0.0 Team:AppArch v7.11.0 labels Nov 4, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@lizozom
Copy link
Contributor Author

lizozom commented Jan 18, 2021

Resolved by #84405

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Search Querying infrastructure in Kibana v7.11.0 v8.0.0
Projects
None yet
Development

No branches or pull requests

2 participants