-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Logs UI] Frozen indices support #27732
Comments
Pinging @elastic/infrastructure-ui |
The warnings about poor performance in the ES docs suggest to me that it should be opt-in setting. The incremental nature of the log scrolling might interact poorly with the execution semantics of frozen indices. We might want experiment with this first before making specific plans. |
AFAIK, Kibana's saved object setting for frozen indices will be set to off on default. |
Yes, this setting will be off by default initially. More details here: #26244 cc: @AlonaNadler |
Thanks @alexfrancoeur. |
It would help to understand what is the observability requirements around this feature. In the first phase in Kibana we plan to have a global setting which will be space specific and turned off by default from querying frozen indices. When turned on, if the query reaches time range which has frozen indices it will query the frozen indices in addition to the regular indices. |
From the design and engineering perspective two questions come to mind:
|
We agreed to follow the advanced setting |
#25938 demonstrates accessing the |
Implement support for Frozen Indices.
This likely means having solutions follow the Kibana space saved object setting for including frozen indices in queries or not
cc. @makwarth we need a better definition on what we need to do here.
The text was updated successfully, but these errors were encountered: