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

Edit and Delete Actions #123581

Closed
Tracked by #119100
mgiota opened this issue Jan 24, 2022 · 1 comment · Fixed by #127406
Closed
Tracked by #119100

Edit and Delete Actions #123581

mgiota opened this issue Jan 24, 2022 · 1 comment · Fixed by #127406
Assignees
Labels
Team: Actionable Observability - DEPRECATED For Observability Alerting and SLOs use "Team:obs-ux-management", for AIops "Team:obs-knowledge" v8.2.0

Comments

@mgiota
Copy link
Contributor

mgiota commented Jan 24, 2022

This is a sub-issue of #119100

Acceptance criteria

  • Edit rule
  • Delete rule

You can check out how to embed the create rule flyout within any kibana plugin. Similarly you can embed the edit rule flyout:

triggersActionsUi.getEditAlertFlyout({
   initialRule: currentRule,
   onClose,
   onSave,
 }),
@botelastic botelastic bot added the needs-team Issues missing a team label label Jan 24, 2022
@mgiota mgiota added the Team: Actionable Observability - DEPRECATED For Observability Alerting and SLOs use "Team:obs-ux-management", for AIops "Team:obs-knowledge" label Jan 24, 2022
@botelastic botelastic bot removed the needs-team Issues missing a team label label Jan 24, 2022
@mgiota mgiota added the v8.2.0 label Feb 1, 2022
@katrin-freihofner
Copy link
Contributor

Flyout - Create Alert part 1

@mgiota mgiota changed the title Create/Edit Rule Flyout Edit and Delete Actions Mar 7, 2022
@mgiota mgiota self-assigned this Mar 10, 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" v8.2.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants