-
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] Load log stream entries using async searches #86439
Labels
Comments
weltenwort
added
Feature:Logs UI
Logs UI feature
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
v7.12.0
labels
Dec 18, 2020
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
6 tasks
Edit, I re-read the description and I see the intention is to do it as part of this issue as well. |
Oops, I messed up escaping the |
gbamparop
added
Team:obs-ux-logs
Observability Logs User Experience Team
and removed
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
labels
Nov 9, 2023
Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs) |
botelastic
bot
added
needs-team
Issues missing a team label
and removed
needs-team
Issues missing a team label
labels
Nov 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Summary
As part of the make-it-slow effort (and thereby indirectly searchable snapshots and runtime fields) we want to use Elasticsearch's async search to execute potentially expensive queries. The queries to load the log entries in the log stream and the minimap summary certainly qualify as such.
related to #86441
Acceptance criteria
A search strategy for loading log stream summary data exists.(probably not needed, just use the ESE search stategy directly)<LogStream />
component are loaded using the corresponding search strategy.The text was updated successfully, but these errors were encountered: