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] Create primary Logs search strategy and server side foundations #78001

Closed
jasonrhodes opened this issue Sep 21, 2020 · 2 comments · Fixed by #81710
Closed

[Logs UI] Create primary Logs search strategy and server side foundations #78001

jasonrhodes opened this issue Sep 21, 2020 · 2 comments · Fixed by #81710
Assignees
Labels
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
Milestone

Comments

@jasonrhodes
Copy link
Member

jasonrhodes commented Sep 21, 2020

ℹ️ Full R&D for this work can be found here, and should be read beforehand: #76677 (comment)

Summary

In order to support async search in the Logs UI we want to implement custom search strategies that cover our potentially long-running queries. This should create basis for that effort such that replacements for the various query-specific routes can be rolled out incrementally.

Acceptance criteria

  • A discoverable location on the server side holds the search strategy code.
  • A search strategy for fetching a single log item in the detail fly-out is registered.
  • The search strategy is consumed on the client side.
@jasonrhodes jasonrhodes 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 Epic:Logs Search Strategy labels Sep 21, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui)

@Kerry350 Kerry350 changed the title [Logs App] Create primary Logs search strategy and getLogItem query [Logs App] Create primary Logs search strategy and server side foundations Sep 21, 2020
@sgrodzicki sgrodzicki added this to the Logs UI 7.11 milestone Oct 1, 2020
@weltenwort weltenwort self-assigned this Oct 26, 2020
@weltenwort
Copy link
Member

Since the discussion in #76677 has shifted towards using multiple single-purpose search strategies for the sake of simplicity, I took the liberty of amending the description above.

@weltenwort weltenwort changed the title [Logs App] Create primary Logs search strategy and server side foundations [Logs UI] Create primary Logs search strategy and server side foundations Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants