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

Disable disk usage threshold alerts if autoscaling is enabled? #113117

Open
Leaf-Lin opened this issue Sep 27, 2021 · 2 comments
Open

Disable disk usage threshold alerts if autoscaling is enabled? #113117

Leaf-Lin opened this issue Sep 27, 2021 · 2 comments

Comments

@Leaf-Lin
Copy link
Contributor

Describe the feature:
Is it possible to disable specific out-of-box kibana alerts?

Today, Kibana alerting will send out alerts at 80% disk usage or more averaged over the last 5 minutes according to
https://www.elastic.co/guide/en/kibana/7.15/kibana-alerts.html#kibana-alerts-disk-usage-threshold

But for deployments where autoscaling is enabled, either reactive storage decider or proactive storage decider will kick in when it calculates that additional storage capacity is necessary when existing capacity has been exceeded or forecasts future usage based on the estimated amount of expected additional data.

For autoscaling-enabled deployment, one might wish to disable kibana disk usage alerts because autoscaling will resolve the capacity issue automatically.
I see this can be disabled by hand going into Rules and Connectors, or via the API below, but is it possible to disabled it via a flag?

$ curl -X POST api/alerting/rule/fd776ae0-1f96-11ec-81bf-cfe9e259a3f0/_disable

https://www.elastic.co/guide/en/kibana/master/disable-rule-api.html

cc @AlexP-Elastic

@botelastic botelastic bot added the needs-team Issues missing a team label label Sep 27, 2021
@nickpeihl nickpeihl added the Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) label Dec 8, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-alerting-services (Team:Alerting Services)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Dec 8, 2021
@mikecote mikecote added Team:Monitoring Stack Monitoring team and removed Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) labels Dec 8, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/infra-monitoring-ui (Team:Monitoring)

@miltonhultgren miltonhultgren added Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services and removed Team:Monitoring Stack Monitoring team labels Dec 9, 2021
@smith smith added Team:Monitoring Stack Monitoring team and removed Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services labels Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants