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

[RAM] Add new attribute snoozeEndTime to alert saved objects #125853

Closed
Tracked by #125804
Zacqary opened this issue Feb 16, 2022 · 1 comment · Fixed by #125992
Closed
Tracked by #125804

[RAM] Add new attribute snoozeEndTime to alert saved objects #125853

Zacqary opened this issue Feb 16, 2022 · 1 comment · Fixed by #125992
Assignees
Labels
Feature:Alerting/RulesFramework Issues related to the Alerting Rules Framework Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) v8.2.0

Comments

@Zacqary
Copy link
Contributor

Zacqary commented Feb 16, 2022

Part of meta issue #125804

{
  "mappings": {
    "properties": {
      "snooze_end_time": {
        "type":   "date",
        "format": "strict_date_time_no_millis"
      }
    }
  }
}

Add the snoozeEndTime attribute to saved objects for alerts.

(Changed this to camelcase to comply with existing savedObject var conventions)

@Zacqary Zacqary added Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) Feature:Alerting/RulesFramework Issues related to the Alerting Rules Framework v8.2.0 labels Feb 16, 2022
@Zacqary Zacqary self-assigned this Feb 16, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/response-ops (Team:ResponseOps)

@Zacqary Zacqary changed the title [RAM] Add new attribute snooze_end_time to alert saved objects [RAM] Add new attribute snoozeEndTime to alert saved objects Feb 17, 2022
Repository owner moved this from In Progress to Done in AppEx: ResponseOps - Rules & Alerts Management Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Alerting/RulesFramework Issues related to the Alerting Rules Framework Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) v8.2.0
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants