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] Implement the Log Rate portion of the results screen #42771

Closed
Kerry350 opened this issue Aug 6, 2019 · 1 comment · Fixed by #43471
Closed

[Logs UI] Implement the Log Rate portion of the results screen #42771

Kerry350 opened this issue Aug 6, 2019 · 1 comment · Fixed by #43471
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 v7.4.0

Comments

@Kerry350
Copy link
Contributor

Kerry350 commented Aug 6, 2019

Summary

Once we have an "Analysis" tab (#41879), we need to implement the first section of the results screen, which is the log rate analysis results.

The UI will request data for the results from the new log rate results endpoint at /api/infra/log_analysis/results/log_entry_rate (Issue: #42057, PR: #42356).

Either this will be implemented after all of the setup screen functionality (#41877), which will use the newly extended (#42409) ML module API to setup the jobs. Or, if this is to be completed in parellel, the jobs can be setup manually through the ML tab. If taking the latter route, the "Testing hints" section of #42356 can aid in the configuration options to use.

Acceptance criteria

  • The Analysis tab - given correct permissions and all of the jobs being setup - will display a log rate section

    • This will display a graph containing the log rate results data and tooltips (:warning: TODO more information here with relevant mockups)
  • Failure scenarios:

    • jobs not set up → handled higher up in the hierarchy by showing the setup screen
    • no data → show placeholders
    • failed to fetch data → show error notice in corresponding log rate results section

Mockups

⚠️ These are still in the process of being tweaked

Screenshot 2019-08-07 10 34 54

@Kerry350 Kerry350 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.4.0 labels Aug 6, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/infra-logs-ui

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 v7.4.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants