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

[RAC] [Observability] Integrate the alerts search bar with the filter, query and time manager #116135

Closed
Tracked by #134886
weltenwort opened this issue Oct 25, 2021 · 1 comment
Labels
Team: Actionable Observability - DEPRECATED For Observability Alerting and SLOs use "Team:obs-ux-management", for AIops "Team:obs-knowledge" Theme: rac label obsolete

Comments

@weltenwort
Copy link
Member

📓 Summary

While the search bar at the top of the observability alerts page is already based on the <SearchBar /> implementation provided by the data plugin, it is not yet integrated with the filter and query manager. In doing so we enable the structured filtering required for clean "filter in" / "filter out" functionality in the cell actions.

✔️ Acceptance criteria

  • The search bar on the observability alerts page supports structured filters.
  • The "filter in" / "filter out" actions on the alerts table cells manipulate the structured filters such that...
    • "filter in" adds a structured filter only if the same filter is not already present
    • "filter out" inverts the corresponding structured "filter in" entry if already present

💡 Implementation hints

  • The data plugin exports a fully wired-up SearchBar (via createSearchBar) on its start() contract, which could save a lot of manual setup.
@maryam-saeidi
Copy link
Member

This ticket was partially done in #142713, and the rest will be handled in #140573. So I will close it.

@weltenwort let me know if something is missing.

@maryam-saeidi maryam-saeidi closed this as not planned Won't fix, can't repro, duplicate, stale Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team: Actionable Observability - DEPRECATED For Observability Alerting and SLOs use "Team:obs-ux-management", for AIops "Team:obs-knowledge" Theme: rac label obsolete
Projects
None yet
Development

No branches or pull requests

2 participants