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

Build a shareable Search and Timerange component #134886

Closed
14 tasks done
Tracked by #132816 ...
mgiota opened this issue Jun 22, 2022 · 2 comments
Closed
14 tasks done
Tracked by #132816 ...

Build a shareable Search and Timerange component #134886

mgiota opened this issue Jun 22, 2022 · 2 comments
Assignees
Labels
8.6 candidate epic Team: Actionable Observability - DEPRECATED For Observability Alerting and SLOs use "Team:obs-ux-management", for AIops "Team:obs-knowledge" Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)

Comments

@mgiota
Copy link
Contributor

mgiota commented Jun 22, 2022

We would like to avoid that every engineers who need a search bar on alerts wrap the kibana search bar and fetch the fields for the autocomplete to work. We think it will be beneficial to create an AlertSearchBar component which will wrap the kibana search bar and also populate the auto complete. This AlertSearchBar might just need two props:

  • featureIds (to get the right alert index)
  • some filter components associated to the need of the solution, ofc this component will have to match some kind types, so we can build the DSL for the alert table.
    This AlertSearchBar should be able to give back a DSL for the alert table to work.

From the featureId, we will be able to get the index name. When we have the index name then we can create a temporary/in memory data view that can be pass to the kibana search bar.

Steps

Implementation

Integration

Improvements

Related

@botelastic botelastic bot added the needs-team Issues missing a team label label Jun 22, 2022
@mgiota mgiota changed the title Build a shareable Search and Timerange component @xavier Build a shareable Search and Timerange component Jun 22, 2022
@mgiota mgiota added the Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) label Jun 22, 2022
@botelastic botelastic bot removed the needs-team Issues missing a team label label Jun 22, 2022
@mgiota
Copy link
Contributor Author

mgiota commented Jun 22, 2022

@XavierM Can you update the description of this issue?

@XavierM XavierM self-assigned this Jul 11, 2022
@XavierM XavierM moved this from Todo to Up for grabs in AppEx: ResponseOps - Rules & Alerts Management Sep 19, 2022
@simianhacker simianhacker added Team: Actionable Observability - DEPRECATED For Observability Alerting and SLOs use "Team:obs-ux-management", for AIops "Team:obs-knowledge" 8.6 candidate and removed v8.5.0 labels Sep 20, 2022
@maryam-saeidi maryam-saeidi self-assigned this Sep 22, 2022
@XavierM XavierM moved this from Up for grabs to In Progress in AppEx: ResponseOps - Rules & Alerts Management Oct 3, 2022
@maryam-saeidi
Copy link
Member

Finished! 🎉

Repository owner moved this from In Progress to Done in AppEx: ResponseOps - Rules & Alerts Management Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.6 candidate epic Team: Actionable Observability - DEPRECATED For Observability Alerting and SLOs use "Team:obs-ux-management", for AIops "Team:obs-knowledge" Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)
Projects
No open projects
Development

No branches or pull requests

5 participants