2022-05-26 10:06:25 -05:00
---
draft: true
Explicitly set all front matter labels in the source files (#71548)
* Set every page to have defaults of 'Enterprise' and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration pages to have of 'Cloud', 'Enterprise', and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/enterprise-licensing pages to have 'Enterprise' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/organization-management pages to have 'Enterprise' and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/provisioning pages to have 'Enterprise' and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/recorded-queries pages to have labels cloud,enterprise
* Set administration/roles-and-permissions/access-control pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/stats-and-license pages to have labels cloud,enterprise
* Set alerting pages to have labels cloud,enterprise,oss
* Set breaking-changes pages to have labels cloud,enterprise,oss
* Set dashboards pages to have labels cloud,enterprise,oss
* Set datasources pages to have labels cloud,enterprise,oss
* Set explore pages to have labels cloud,enterprise,oss
* Set fundamentals pages to have labels cloud,enterprise,oss
* Set introduction/grafana-cloud pages to have labels cloud
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Fix introduction pages products
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set panels-visualizations pages to have labels cloud,enterprise,oss
* Set release-notes pages to have labels cloud,enterprise,oss
* Set search pages to have labels cloud,enterprise,oss
* Set setup-grafana/configure-security/audit-grafana pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set setup-grafana/configure-security/configure-authentication pages to have labels cloud,enterprise,oss
* Set setup-grafana/configure-security/configure-authentication/enhanced-ldap pages to have labels cloud,enterprise
* Set setup-grafana/configure-security/configure-authentication/saml pages to have labels cloud,enterprise
* Set setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-hashicorp-key-vault pages to have labels cloud,enterprise
* Set setup-grafana/configure-security/configure-request-security pages to have labels cloud,enterprise,oss
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set setup-grafana/configure-security/configure-team-sync pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set setup-grafana/configure-security/export-logs pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set troubleshooting pages to have labels cloud,enterprise,oss
* Set whatsnew pages to have labels cloud,enterprise,oss
* Apply updated labels from review
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
2023-07-18 03:10:12 -05:00
labels:
products:
- enterprise
- oss
2023-05-24 08:12:30 -05:00
title: Legacy Grafana alerts
2022-05-26 10:06:25 -05:00
weight: 114
---
2021-05-25 09:51:28 -05:00
2021-06-07 12:07:06 -05:00
# Legacy Grafana alerts
2021-05-25 09:51:28 -05:00
2023-05-24 08:12:30 -05:00
Grafana Alerting is enabled by default for new OSS installations. For older installations, it is still an [opt-in ]({{< relref "../alerting/migrating-alerts/opt-in" >}} ) feature.
2021-06-07 12:07:06 -05:00
2023-05-22 15:45:28 -05:00
{{% admonition type="note" %}}
2023-05-24 08:12:30 -05:00
Legacy dashboard alerts are deprecated and will be removed in Grafana 9. We encourage you to migrate to [Grafana Alerting ]({{< relref "../alerting/migrating-alerts" >}} ) for all existing installations.
2023-05-22 15:45:28 -05:00
{{% /admonition %}}
2021-12-01 16:43:44 -06:00
Legacy dashboard alerts have two main components:
2021-06-07 12:07:06 -05:00
- Alert rule - When the alert is triggered. Alert rules are defined by one or more conditions that are regularly evaluated by Grafana.
2021-08-06 08:52:36 -05:00
- Notification channel - How the alert is delivered. When the conditions of an alert rule are met, the Grafana notifies the channels configured for that alert.
2021-05-25 09:51:28 -05:00
## Alert tasks
You can perform the following tasks for alerts:
2023-05-24 08:12:30 -05:00
- [Create an alert rule ]({{< relref "./create-alerts" >}} )
- [View existing alert rules and their current state ]({{< relref "./view-alerts" >}} )
- [Test alert rules and troubleshoot ]({{< relref "./troubleshoot-alerts" >}} )
- [Add or edit an alert contact point ]({{< relref "./notifications" >}} )
2021-05-25 09:51:28 -05:00
2023-08-31 05:00:04 -05:00
{{< docs / shared lookup = "alerts/grafana-managed-alerts.md" source = "grafana" version = "<GRAFANA VERSION>" > }}