mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting docs: adds advanced config section (#96013)
* Alerting docs: adds advanced config section * corrects ref * feedback from pepe * renames detect and respond
This commit is contained in:
parent
05dda7f0a1
commit
b2af163dc5
@ -10,12 +10,12 @@ labels:
|
|||||||
- cloud
|
- cloud
|
||||||
- enterprise
|
- enterprise
|
||||||
- oss
|
- oss
|
||||||
menuTitle: Detect and respond
|
menuTitle: Monitor status
|
||||||
title: Detect and respond
|
title: Monitor status
|
||||||
weight: 130
|
weight: 130
|
||||||
---
|
---
|
||||||
|
|
||||||
# Detect and respond
|
# Monitor status
|
||||||
|
|
||||||
Use Grafana Alerting to track and generate alerts and send notifications, providing an efficient way for engineers to monitor, respond, and triage issues within their services.
|
Use Grafana Alerting to track and generate alerts and send notifications, providing an efficient way for engineers to monitor, respond, and triage issues within their services.
|
||||||
|
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
aliases:
|
aliases:
|
||||||
- unified-alerting/set-up/ # /docs/grafana/<GRAFANA_VERSION>/alerting/unified-alerting/set-up/
|
- unified-alerting/set-up/ # /docs/grafana/<GRAFANA_VERSION>/alerting/unified-alerting/set-up/
|
||||||
canonical: https://grafana.com/docs/grafana/latest/alerting/set-up/
|
canonical: https://grafana.com/docs/grafana/latest/alerting/set-up/
|
||||||
description: Set up or upgrade your implementation of Grafana Alerting
|
description: Advanced configuration for Grafana Alerting
|
||||||
labels:
|
labels:
|
||||||
products:
|
products:
|
||||||
- oss
|
- oss
|
||||||
menuTitle: Set up
|
menuTitle: Advanced configuration
|
||||||
title: Set up Alerting
|
title: Additional configuration
|
||||||
weight: 110
|
weight: 160
|
||||||
refs:
|
refs:
|
||||||
terraform-provisioning:
|
terraform-provisioning:
|
||||||
- pattern: /docs/grafana/
|
- pattern: /docs/grafana/
|
||||||
@ -36,56 +36,29 @@ refs:
|
|||||||
file-provisioning:
|
file-provisioning:
|
||||||
- pattern: /docs/
|
- pattern: /docs/
|
||||||
destination: /docs/grafana/<GRAFANA_VERSION>/alerting/set-up/provision-alerting-resources/file-provisioning/
|
destination: /docs/grafana/<GRAFANA_VERSION>/alerting/set-up/provision-alerting-resources/file-provisioning/
|
||||||
|
alerting-permissions:
|
||||||
|
- pattern: /docs/
|
||||||
|
- destination: /docs/grafana/<GRAFANA_VERSION>/alerting/set-up/configure-roles//alerting/set-up/configure-roles/
|
||||||
|
alerting-rbac:
|
||||||
|
- pattern: /docs/
|
||||||
|
- destination: /docs/grafana/<GRAFANA_VERSION>/alerting/set-up/configure-rbac/
|
||||||
|
- pattern: /docs/grafana-cloud/
|
||||||
|
destination: /docs/grafana-cloud/alerting-and-irm/alerting/set-up/configure-rbac/
|
||||||
|
alert-state-history:
|
||||||
|
- pattern: /docs/
|
||||||
|
- destination: /docs/grafana/<GRAFANA_VERSION>/alerting/set-up/configure-alert-state-history/
|
||||||
---
|
---
|
||||||
|
|
||||||
# Set up Alerting
|
# Additional configuration
|
||||||
|
|
||||||
Set up or upgrade your implementation of Grafana Alerting.
|
Grafana Alerting offers a variety of advanced configuration options to further tailor your alerting setup. These optional features include configuring up permissions and role-based access control, adding external Alertmanagers, or defining your alerting setup as code. While not essential for basic alerting, these options can enhance security, scalability, and automation in complex environments.
|
||||||
|
|
||||||
**Note:**
|
|
||||||
|
|
||||||
These are set-up instructions for Grafana Alerting Open Source.
|
|
||||||
|
|
||||||
## Before you begin
|
|
||||||
|
|
||||||
- Configure your [data sources](ref:data-source-management)
|
|
||||||
- Check which data sources are compatible with and supported by [Grafana Alerting](ref:data-source-alerting)
|
|
||||||
|
|
||||||
Watch this short video to get started, or follow the [written tutorial](http://grafana.com/tutorials/alerting-get-started/).
|
|
||||||
|
|
||||||
{{< youtube id="6W8Nu4b_PXM" >}}
|
|
||||||
|
|
||||||
## Set up Alerting
|
|
||||||
|
|
||||||
To set up Alerting, you need to:
|
|
||||||
|
|
||||||
1. Configure alert rules
|
|
||||||
|
|
||||||
- Create Grafana-managed or Mimir/Loki-managed alert rules and recording rules
|
|
||||||
|
|
||||||
1. Configure contact points
|
|
||||||
|
|
||||||
- Check the default contact point and update the email address
|
|
||||||
|
|
||||||
- Optional: Add new contact points and integrations
|
|
||||||
|
|
||||||
1. Configure notification policies
|
|
||||||
|
|
||||||
- Check the default notification policy
|
|
||||||
|
|
||||||
- Optional: Add additional nested policies
|
|
||||||
|
|
||||||
- Optional: Add labels and label matchers to control alert routing
|
|
||||||
|
|
||||||
1. Optional: Integrate with [Grafana OnCall](/docs/oncall/latest/integrations/grafana-alerting)
|
|
||||||
|
|
||||||
## Advanced set up options
|
|
||||||
|
|
||||||
Grafana Alerting supports many additional configuration options, from configuring external Alertmanagers to routing Grafana-managed alerts outside of Grafana, to defining your alerting setup as code.
|
|
||||||
|
|
||||||
The following topics provide you with advanced configuration options for Grafana Alerting.
|
The following topics provide you with advanced configuration options for Grafana Alerting.
|
||||||
|
|
||||||
- [Provision alert rules using file provisioning](ref:file-provisioning)
|
- [Configure roles and permissions](ref:alerting-permissions)
|
||||||
- [Provision alert rules using Terraform](ref:terraform-provisioning)
|
- [Configure RBAC](ref:alerting-rbac)
|
||||||
- [Add an external Alertmanager](ref:configure-alertmanager)
|
- [Configure alert state history](ref:alert-state-history)
|
||||||
|
- [Use configuration files to provision](ref:file-provisioning)
|
||||||
|
- [Use Terraform to provision](ref:terraform-provisioning)
|
||||||
|
- [Configure Alertmanagers](ref:configure-alertmanager)
|
||||||
- [Configure high availability](ref:configure-high-availability)
|
- [Configure high availability](ref:configure-high-availability)
|
||||||
|
Loading…
Reference in New Issue
Block a user