Using point in time API instead of client side time conversion #88480
Labels
Feature:Search Sessions
Feature:Search
Querying infrastructure in Kibana
Icebox
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
part of #80406
Kibana converts relative time range to absolute on a client and search executed with absolute time range.
This is used for multiple things:
forceNow
query param to set original client's timenow
[Reporting] remove forceNow hack #110568Currently not all places that communicate with the server convert to absolute time range.
For example,
aggs/buckets/date_range.ts
is using relative time ranges.This
now
will likely soon come up in server-side expression.Instead of addressing all places where we don't do the conversion, we could explore using point in time API: https://www.elastic.co/guide/en/elasticsearch/reference/master/point-in-time-api.html instead
cc @ppisljar
The text was updated successfully, but these errors were encountered: