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

[Logs UI] Frozen indices support #27732

Closed
alvarolobato opened this issue Dec 22, 2018 · 9 comments
Closed

[Logs UI] Frozen indices support #27732

alvarolobato opened this issue Dec 22, 2018 · 9 comments
Assignees
Labels
enhancement New value added to drive a business result Feature:Logs UI Logs UI feature Feature:Metrics UI Metrics UI feature Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services v6.7.0 v7.0.0

Comments

@alvarolobato
Copy link

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.

@alvarolobato alvarolobato added enhancement New value added to drive a business result Feature:Metrics UI Metrics UI feature Feature:Logs UI Logs UI feature v6.7.0 labels Dec 22, 2018
@elasticmachine
Copy link
Contributor

Pinging @elastic/infrastructure-ui

@weltenwort
Copy link
Member

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.

@makwarth
Copy link

makwarth commented Jan 3, 2019

AFAIK, Kibana's saved object setting for frozen indices will be set to off on default.
Can you confirm, @alexfrancoeur ?

@alexfrancoeur
Copy link

Yes, this setting will be off by default initially. More details here: #26244

cc: @AlonaNadler

@makwarth
Copy link

makwarth commented Jan 4, 2019

Thanks @alexfrancoeur.

@AlonaNadler
Copy link

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.

@weltenwort
Copy link
Member

From the design and engineering perspective two questions come to mind:

  • For which kind of query performed in the apps are the performance characteristics exhibited by frozen indices suitable?
  • What is the API to get the value of the aforementioned space-specific setting?

@alvarolobato
Copy link
Author

We agreed to follow the advanced setting search:includeFrozen added in #27297

@weltenwort
Copy link
Member

#25938 demonstrates accessing the uiSettings service to read advanced settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Logs UI Logs UI feature Feature:Metrics UI Metrics UI feature Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services v6.7.0 v7.0.0
Projects
None yet
Development

No branches or pull requests

7 participants