mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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>
This commit is contained in:
parent
ec479b8d88
commit
7eb17bccca
@ -3,204 +3,15 @@ aliases:
|
|||||||
- /docs/grafana/v1.1/
|
- /docs/grafana/v1.1/
|
||||||
- /docs/grafana/v3.1/
|
- /docs/grafana/v3.1/
|
||||||
- guides/reference/admin/
|
- guides/reference/admin/
|
||||||
cascade:
|
|
||||||
# Until a better mechanism for arrangement is thought of, the following sequence should be ordered alphabetically by the `_target.path` value.
|
|
||||||
- _target: { path: /docs/grafana/** } # Default to every page having "Enterprise" and "Open source" labels.
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- enterprise
|
|
||||||
- oss
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- enterprise
|
|
||||||
- oss
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/administration/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- enterprise
|
|
||||||
- oss
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/administration/enterprise-licensing/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- enterprise
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/administration/organization-management/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- enterprise
|
|
||||||
- oss
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/administration/provisioning/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- enterprise
|
|
||||||
- oss
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/administration/recorded-queries/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- enterprise
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/administration/roles-and-permissions/access-control/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- enterprise
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/administration/stats-and-license/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- enterprise
|
|
||||||
- oss
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/alerting/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- enterprise
|
|
||||||
- oss
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/breaking-changes/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- enterprise
|
|
||||||
- oss
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/dashboards/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- enterprise
|
|
||||||
- oss
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/datasources/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- enterprise
|
|
||||||
- oss
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/explore/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- enterprise
|
|
||||||
- oss
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/fundamentals/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- enterprise
|
|
||||||
- oss
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/introduction/grafana-cloud/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/introduction/grafana-enterprise/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- enterprise
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/panels-visualizations/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- enterprise
|
|
||||||
- oss
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/release-notes/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- enterprise
|
|
||||||
- oss
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/search/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- enterprise
|
|
||||||
- oss
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/setup-grafana/configure-security/audit-grafana/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- enterprise
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/setup-grafana/configure-security/configure-authentication/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- enterprise
|
|
||||||
- oss
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/setup-grafana/configure-security/configure-authentication/enhanced-ldap/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- enterprise
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/setup-grafana/configure-security/configure-authentication/saml/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- enterprise
|
|
||||||
|
|
||||||
- _target:
|
|
||||||
path: /docs/grafana/*/setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-hashicorp-key-vault/**
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- enterprise
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/setup-grafana/configure-security/configure-request-security/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- enterprise
|
|
||||||
- oss
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/setup-grafana/configure-security/configure-team-sync/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- enterprise
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/setup-grafana/configure-security/export-logs/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- oss
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/troubleshooting/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- enterprise
|
|
||||||
- oss
|
|
||||||
|
|
||||||
- _target: { path: /docs/grafana/*/whatsnew/** }
|
|
||||||
labels:
|
|
||||||
products:
|
|
||||||
- cloud
|
|
||||||
- enterprise
|
|
||||||
- oss
|
|
||||||
description: Guides, installation, and feature documentation
|
description: Guides, installation, and feature documentation
|
||||||
keywords:
|
keywords:
|
||||||
- grafana
|
- grafana
|
||||||
- installation
|
- installation
|
||||||
- documentation
|
- documentation
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Grafana documentation
|
title: Grafana documentation
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
---
|
---
|
||||||
description: Administration
|
description: Administration
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Administration
|
title: Administration
|
||||||
weight: 40
|
weight: 40
|
||||||
---
|
---
|
||||||
|
@ -6,6 +6,10 @@ description: This section contains information about API keys in Grafana
|
|||||||
keywords:
|
keywords:
|
||||||
- API keys
|
- API keys
|
||||||
- Service accounts
|
- Service accounts
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
menuTitle: API keys
|
menuTitle: API keys
|
||||||
title: API keys
|
title: API keys
|
||||||
weight: 700
|
weight: 700
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
---
|
---
|
||||||
title: Correlations
|
|
||||||
weight: 900
|
|
||||||
keywords:
|
keywords:
|
||||||
- correlations
|
- correlations
|
||||||
- Explore
|
- Explore
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
|
title: Correlations
|
||||||
|
weight: 900
|
||||||
---
|
---
|
||||||
|
|
||||||
# Correlations
|
# Correlations
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: Add permissions to create new correlations
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
menuTitle: Add permissions
|
menuTitle: Add permissions
|
||||||
|
title: Add permissions to create new correlations
|
||||||
weight: 30
|
weight: 30
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
---
|
---
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Correlation
|
title: Correlation
|
||||||
weight: 10
|
weight: 10
|
||||||
---
|
---
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
---
|
---
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Permissions
|
title: Permissions
|
||||||
weight: 20
|
weight: 20
|
||||||
---
|
---
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
---
|
---
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Create a new correlation
|
title: Create a new correlation
|
||||||
weight: 40
|
weight: 40
|
||||||
---
|
---
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
---
|
---
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Use correlations in visualizations
|
title: Use correlations in visualizations
|
||||||
weight: 70
|
weight: 70
|
||||||
---
|
---
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
---
|
---
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Use variables and transformations in a correlation
|
title: Use variables and transformations in a correlation
|
||||||
weight: 60
|
weight: 60
|
||||||
---
|
---
|
||||||
|
@ -7,6 +7,10 @@ aliases:
|
|||||||
- ../features/datasources/add-a-data-source/
|
- ../features/datasources/add-a-data-source/
|
||||||
- ../permissions/datasource_permissions/
|
- ../permissions/datasource_permissions/
|
||||||
description: Data source management information for Grafana administrators
|
description: Data source management information for Grafana administrators
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Data source management
|
title: Data source management
|
||||||
weight: 100
|
weight: 100
|
||||||
---
|
---
|
||||||
|
@ -13,6 +13,10 @@ keywords:
|
|||||||
- grafana
|
- grafana
|
||||||
- licensing
|
- licensing
|
||||||
- enterprise
|
- enterprise
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Grafana Enterprise license
|
title: Grafana Enterprise license
|
||||||
weight: 500
|
weight: 500
|
||||||
---
|
---
|
||||||
|
@ -11,6 +11,10 @@ keywords:
|
|||||||
- marketplace
|
- marketplace
|
||||||
- enterprise
|
- enterprise
|
||||||
- license
|
- license
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Activate a Grafana Enterprise license purchased through AWS Marketplace
|
title: Activate a Grafana Enterprise license purchased through AWS Marketplace
|
||||||
weight: 400
|
weight: 400
|
||||||
---
|
---
|
||||||
|
@ -10,6 +10,10 @@ keywords:
|
|||||||
- aws
|
- aws
|
||||||
- marketplace
|
- marketplace
|
||||||
- activate
|
- activate
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Activate a Grafana Enterprise license from AWS Marketplace on ECS
|
title: Activate a Grafana Enterprise license from AWS Marketplace on ECS
|
||||||
weight: 250
|
weight: 250
|
||||||
---
|
---
|
||||||
|
@ -10,6 +10,10 @@ keywords:
|
|||||||
- marketplace
|
- marketplace
|
||||||
- eks
|
- eks
|
||||||
- activate
|
- activate
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Activate a Grafana Enterprise license from AWS Marketplace on EKS
|
title: Activate a Grafana Enterprise license from AWS Marketplace on EKS
|
||||||
weight: 200
|
weight: 200
|
||||||
---
|
---
|
||||||
|
@ -10,6 +10,10 @@ keywords:
|
|||||||
- aws
|
- aws
|
||||||
- marketplace
|
- marketplace
|
||||||
- activate
|
- activate
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Activate a Grafana Enterprise license from AWS on an instance deployed outside
|
title: Activate a Grafana Enterprise license from AWS on an instance deployed outside
|
||||||
of AWS
|
of AWS
|
||||||
weight: 300
|
weight: 300
|
||||||
|
@ -12,6 +12,10 @@ keywords:
|
|||||||
- add
|
- add
|
||||||
- remove
|
- remove
|
||||||
- users
|
- users
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Manage your Grafana Enterprise license in AWS Marketplace
|
title: Manage your Grafana Enterprise license in AWS Marketplace
|
||||||
weight: 400
|
weight: 400
|
||||||
---
|
---
|
||||||
|
@ -10,6 +10,10 @@ keywords:
|
|||||||
- marketplace
|
- marketplace
|
||||||
- transfer
|
- transfer
|
||||||
- move
|
- move
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Transfer your AWS Marketplace Grafana Enterprise license
|
title: Transfer your AWS Marketplace Grafana Enterprise license
|
||||||
weight: 400
|
weight: 400
|
||||||
---
|
---
|
||||||
|
@ -8,6 +8,10 @@ description: Describes how to use organizations to isolate dashboard to users an
|
|||||||
keywords:
|
keywords:
|
||||||
- organizations
|
- organizations
|
||||||
- dashboards
|
- dashboards
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
menuTitle: Manage organizations
|
menuTitle: Manage organizations
|
||||||
title: Manage organizations
|
title: Manage organizations
|
||||||
weight: 200
|
weight: 200
|
||||||
|
@ -6,6 +6,10 @@ aliases:
|
|||||||
- preferences/change-grafana-theme/
|
- preferences/change-grafana-theme/
|
||||||
- preferences/change-grafana-timezone/
|
- preferences/change-grafana-timezone/
|
||||||
- preferences/change-home-dashboard/
|
- preferences/change-home-dashboard/
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Organization preferences
|
title: Organization preferences
|
||||||
weight: 500
|
weight: 500
|
||||||
---
|
---
|
||||||
|
@ -5,6 +5,10 @@ aliases:
|
|||||||
- ../plugins/installation/
|
- ../plugins/installation/
|
||||||
- ../plugins/plugin-signature-verification/
|
- ../plugins/plugin-signature-verification/
|
||||||
- ../plugins/plugin-signatures/
|
- ../plugins/plugin-signatures/
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Plugin management
|
title: Plugin management
|
||||||
weight: 600
|
weight: 600
|
||||||
---
|
---
|
||||||
|
@ -5,6 +5,10 @@ description: Describes provisioning settings for Grafana using configuration fil
|
|||||||
keywords:
|
keywords:
|
||||||
- grafana
|
- grafana
|
||||||
- provisioning
|
- provisioning
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Provision Grafana
|
title: Provision Grafana
|
||||||
weight: 600
|
weight: 600
|
||||||
---
|
---
|
||||||
|
@ -7,6 +7,10 @@ keywords:
|
|||||||
- query
|
- query
|
||||||
- queries
|
- queries
|
||||||
- recorded
|
- recorded
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
title: Recorded queries
|
title: Recorded queries
|
||||||
weight: 300
|
weight: 300
|
||||||
---
|
---
|
||||||
|
@ -6,6 +6,10 @@ aliases:
|
|||||||
- ../permissions/overview/
|
- ../permissions/overview/
|
||||||
- manage-users-and-permissions/about-users-and-permissions/
|
- manage-users-and-permissions/about-users-and-permissions/
|
||||||
description: Information about Grafana user, team, and organization roles and permissions
|
description: Information about Grafana user, team, and organization roles and permissions
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Roles and permissions
|
title: Roles and permissions
|
||||||
weight: 300
|
weight: 300
|
||||||
---
|
---
|
||||||
|
@ -6,6 +6,10 @@ aliases:
|
|||||||
description: Role-based access control (RBAC) provides a standardized way of granting,
|
description: Role-based access control (RBAC) provides a standardized way of granting,
|
||||||
changing, and revoking access so that users can view and modify Grafana resources,
|
changing, and revoking access so that users can view and modify Grafana resources,
|
||||||
such as users and reports.
|
such as users and reports.
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
menuTitle: Role-based access control (RBAC)
|
menuTitle: Role-based access control (RBAC)
|
||||||
title: Grafana Role-based access control (RBAC)
|
title: Grafana Role-based access control (RBAC)
|
||||||
weight: 120
|
weight: 120
|
||||||
|
@ -4,6 +4,10 @@ aliases:
|
|||||||
- ../../../enterprise/access-control/manage-role-assignments/manage-built-in-role-assignments/
|
- ../../../enterprise/access-control/manage-role-assignments/manage-built-in-role-assignments/
|
||||||
- ../../../enterprise/access-control/manage-role-assignments/manage-user-role-assignments/
|
- ../../../enterprise/access-control/manage-role-assignments/manage-user-role-assignments/
|
||||||
description: Learn how to assign RBAC roles to users and teams in Grafana.
|
description: Learn how to assign RBAC roles to users and teams in Grafana.
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
menuTitle: Assign RBAC roles
|
menuTitle: Assign RBAC roles
|
||||||
title: Assign Grafana RBAC roles
|
title: Assign Grafana RBAC roles
|
||||||
weight: 40
|
weight: 40
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
aliases:
|
aliases:
|
||||||
- ../../../enterprise/access-control/configure-rbac/
|
- ../../../enterprise/access-control/configure-rbac/
|
||||||
description: Learn how to configure RBAC.
|
description: Learn how to configure RBAC.
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
menuTitle: Configure RBAC
|
menuTitle: Configure RBAC
|
||||||
title: Configure RBAC in Grafana
|
title: Configure RBAC in Grafana
|
||||||
weight: 30
|
weight: 30
|
||||||
|
@ -3,6 +3,10 @@ aliases:
|
|||||||
- ../../../enterprise/access-control/custom-role-actions-scopes/
|
- ../../../enterprise/access-control/custom-role-actions-scopes/
|
||||||
- ../../../enterprise/access-control/permissions/
|
- ../../../enterprise/access-control/permissions/
|
||||||
description: Learn about Grafana RBAC permissions, actions, and scopes.
|
description: Learn about Grafana RBAC permissions, actions, and scopes.
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
menuTitle: RBAC permissions, actions, and scopes
|
menuTitle: RBAC permissions, actions, and scopes
|
||||||
title: Grafana RBAC permissions, actions, and scopes
|
title: Grafana RBAC permissions, actions, and scopes
|
||||||
weight: 80
|
weight: 80
|
||||||
|
@ -5,6 +5,10 @@ aliases:
|
|||||||
- ../../../enterprise/access-control/provisioning/
|
- ../../../enterprise/access-control/provisioning/
|
||||||
description: Learn how to view permissions associated with roles, create custom roles,
|
description: Learn how to view permissions associated with roles, create custom roles,
|
||||||
and update and delete roles in Grafana.
|
and update and delete roles in Grafana.
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
menuTitle: Manage RBAC roles
|
menuTitle: Manage RBAC roles
|
||||||
title: Manage Grafana RBAC roles
|
title: Manage Grafana RBAC roles
|
||||||
weight: 50
|
weight: 50
|
||||||
|
@ -4,6 +4,10 @@ aliases:
|
|||||||
- ../../../enterprise/access-control/usage-scenarios/
|
- ../../../enterprise/access-control/usage-scenarios/
|
||||||
description: Plan your RBAC rollout strategy before you begin assigning roles to users
|
description: Plan your RBAC rollout strategy before you begin assigning roles to users
|
||||||
and teams.
|
and teams.
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
menuTitle: Plan your RBAC rollout strategy
|
menuTitle: Plan your RBAC rollout strategy
|
||||||
title: Plan your Grafana RBAC rollout strategy
|
title: Plan your Grafana RBAC rollout strategy
|
||||||
weight: 20
|
weight: 20
|
||||||
|
@ -4,6 +4,10 @@ aliases:
|
|||||||
- ../../../enterprise/access-control/rbac-fixed-basic-role-definitions/
|
- ../../../enterprise/access-control/rbac-fixed-basic-role-definitions/
|
||||||
description: This topic includes a table that lists permission associated with Grafana
|
description: This topic includes a table that lists permission associated with Grafana
|
||||||
fixed and basic roles.
|
fixed and basic roles.
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
menuTitle: RBAC role definitions
|
menuTitle: RBAC role definitions
|
||||||
title: Grafana RBAC role definitions
|
title: Grafana RBAC role definitions
|
||||||
weight: 70
|
weight: 70
|
||||||
|
@ -4,6 +4,10 @@ aliases:
|
|||||||
- rbac-provisioning/
|
- rbac-provisioning/
|
||||||
description: Learn about RBAC Grafana provisioning and view an example YAML provisioning
|
description: Learn about RBAC Grafana provisioning and view an example YAML provisioning
|
||||||
file that configures Grafana role assignments.
|
file that configures Grafana role assignments.
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
menuTitle: Provisioning RBAC with Grafana
|
menuTitle: Provisioning RBAC with Grafana
|
||||||
title: Provisioning RBAC with Grafana
|
title: Provisioning RBAC with Grafana
|
||||||
weight: 60
|
weight: 60
|
||||||
|
@ -3,6 +3,10 @@ aliases:
|
|||||||
- ../../../enterprise/access-control/rbac-provisioning/rbac-terraform-provisioning/
|
- ../../../enterprise/access-control/rbac-provisioning/rbac-terraform-provisioning/
|
||||||
description: Learn about RBAC Terraform provisioning and view an example of provisioning
|
description: Learn about RBAC Terraform provisioning and view an example of provisioning
|
||||||
configuration for Grafana roles and role assignments.
|
configuration for Grafana roles and role assignments.
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
menuTitle: Provisioning RBAC with Terraform
|
menuTitle: Provisioning RBAC with Terraform
|
||||||
title: Provisioning RBAC with Terraform
|
title: Provisioning RBAC with Terraform
|
||||||
weight: 60
|
weight: 60
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
---
|
---
|
||||||
aliases:
|
aliases:
|
||||||
- ../../../enterprise/access-control/troubleshooting/
|
- ../../../enterprise/access-control/troubleshooting/
|
||||||
|
description: RBAC troubleshooting guide.
|
||||||
labels:
|
labels:
|
||||||
products:
|
products:
|
||||||
- cloud
|
- cloud
|
||||||
- enterprise
|
- enterprise
|
||||||
- oss
|
|
||||||
description: RBAC troubleshooting guide.
|
|
||||||
menuTitle: Troubleshooting RBAC
|
menuTitle: Troubleshooting RBAC
|
||||||
title: Troubleshooting RBAC
|
title: Troubleshooting RBAC
|
||||||
weight: 80
|
weight: 80
|
||||||
|
@ -8,6 +8,10 @@ description: This page contains information about service accounts in Grafana
|
|||||||
keywords:
|
keywords:
|
||||||
- API keys
|
- API keys
|
||||||
- Service accounts
|
- Service accounts
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
menuTitle: Service accounts
|
menuTitle: Service accounts
|
||||||
title: Service accounts
|
title: Service accounts
|
||||||
weight: 800
|
weight: 800
|
||||||
|
@ -11,6 +11,10 @@ keywords:
|
|||||||
- configuration
|
- configuration
|
||||||
- server
|
- server
|
||||||
- settings
|
- settings
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
title: View server statistics and license
|
title: View server statistics and license
|
||||||
weight: 400
|
weight: 400
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,10 @@ aliases:
|
|||||||
- ../manage-users/create-or-remove-team/
|
- ../manage-users/create-or-remove-team/
|
||||||
- ../manage-users/manage-teams/
|
- ../manage-users/manage-teams/
|
||||||
- manage-users-and-permissions/manage-teams/
|
- manage-users-and-permissions/manage-teams/
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Team management
|
title: Team management
|
||||||
weight: 400
|
weight: 400
|
||||||
---
|
---
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
---
|
---
|
||||||
aliases:
|
aliases:
|
||||||
- manage-users-and-permissions/
|
- manage-users-and-permissions/
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: User management
|
title: User management
|
||||||
weight: 200
|
weight: 200
|
||||||
---
|
---
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
aliases:
|
aliases:
|
||||||
- ../../permissions/dashboard_folder_permissions/
|
- ../../permissions/dashboard_folder_permissions/
|
||||||
- ../manage-users-and-permissions/manage-dashboard-permissions/
|
- ../manage-users-and-permissions/manage-dashboard-permissions/
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Manage dashboard permissions
|
title: Manage dashboard permissions
|
||||||
weight: 500
|
weight: 500
|
||||||
---
|
---
|
||||||
|
@ -7,6 +7,10 @@ aliases:
|
|||||||
- ../manage-users-and-permissions/manage-org-users/manage-pending-invites/
|
- ../manage-users-and-permissions/manage-org-users/manage-pending-invites/
|
||||||
- ../manage-users-and-permissions/manage-org-users/remove-user-from-org/
|
- ../manage-users-and-permissions/manage-org-users/remove-user-from-org/
|
||||||
- ../manage-users-and-permissions/manage-org-users/view-list-org-users/
|
- ../manage-users-and-permissions/manage-org-users/view-list-org-users/
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Manage users in an organization
|
title: Manage users in an organization
|
||||||
weight: 400
|
weight: 400
|
||||||
---
|
---
|
||||||
|
@ -8,6 +8,10 @@ aliases:
|
|||||||
- ../manage-users-and-permissions/manage-server-users/view-edit-user-account/
|
- ../manage-users-and-permissions/manage-server-users/view-edit-user-account/
|
||||||
- ../manage-users-and-permissions/manage-server-users/view-list-users/
|
- ../manage-users-and-permissions/manage-server-users/view-list-users/
|
||||||
- ../manage-users-and-permissions/manage-server-users/view-user-account-details/
|
- ../manage-users-and-permissions/manage-server-users/view-user-account-details/
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Server user management
|
title: Server user management
|
||||||
weight: 100
|
weight: 100
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,10 @@ aliases:
|
|||||||
- ../../manage-users-and-permissions/manage-server-users/add-user-to-org/
|
- ../../manage-users-and-permissions/manage-server-users/add-user-to-org/
|
||||||
description: Describes how a Grafana server administrator can add or remove users
|
description: Describes how a Grafana server administrator can add or remove users
|
||||||
in an organization
|
in an organization
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Add or remove a user in an organization
|
title: Add or remove a user in an organization
|
||||||
weight: 30
|
weight: 30
|
||||||
---
|
---
|
||||||
|
@ -3,6 +3,10 @@ aliases:
|
|||||||
- ../../manage-users-and-permissions/manage-server-users/assign-remove-server-admin-privileges/
|
- ../../manage-users-and-permissions/manage-server-users/assign-remove-server-admin-privileges/
|
||||||
description: Describes how to assign and remove Grafana administrator privileges from
|
description: Describes how to assign and remove Grafana administrator privileges from
|
||||||
a server user.
|
a server user.
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Assign or remove Grafana server administrator privileges
|
title: Assign or remove Grafana server administrator privileges
|
||||||
weight: 20
|
weight: 20
|
||||||
---
|
---
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
---
|
---
|
||||||
aliases:
|
aliases:
|
||||||
- ../../manage-users-and-permissions/manage-server-users/change-user-org-permissions/
|
- ../../manage-users-and-permissions/manage-server-users/change-user-org-permissions/
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Change a user's organization permissions
|
title: Change a user's organization permissions
|
||||||
weight: 50
|
weight: 50
|
||||||
---
|
---
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
---
|
---
|
||||||
aliases:
|
aliases:
|
||||||
- ../../manage-users-and-permissions/manage-server-users/grant-editor-admin-permissions/
|
- ../../manage-users-and-permissions/manage-server-users/grant-editor-admin-permissions/
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Grant editors administrator permissions
|
title: Grant editors administrator permissions
|
||||||
weight: 60
|
weight: 60
|
||||||
---
|
---
|
||||||
|
@ -8,6 +8,10 @@ keywords:
|
|||||||
- change
|
- change
|
||||||
- organization
|
- organization
|
||||||
- change
|
- change
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Manage user preferences
|
title: Manage user preferences
|
||||||
weight: 400
|
weight: 400
|
||||||
---
|
---
|
||||||
|
@ -3,6 +3,11 @@ aliases:
|
|||||||
- about-alerting/
|
- about-alerting/
|
||||||
- unified-alerting/alerting/
|
- unified-alerting/alerting/
|
||||||
description: Intro to key benefits and features of Grafana Alerting
|
description: Intro to key benefits and features of Grafana Alerting
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Alerting
|
title: Alerting
|
||||||
weight: 114
|
weight: 114
|
||||||
---
|
---
|
||||||
|
@ -1,11 +1,16 @@
|
|||||||
---
|
---
|
||||||
menuTitle: Configure
|
|
||||||
aliases:
|
aliases:
|
||||||
- old-alerting/create-alerts/
|
- old-alerting/create-alerts/
|
||||||
- rules/
|
- rules/
|
||||||
- unified-alerting/alerting-rules/
|
- unified-alerting/alerting-rules/
|
||||||
- ./create-alerts/
|
- ./create-alerts/
|
||||||
description: Configure alerting
|
description: Configure alerting
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
|
menuTitle: Configure
|
||||||
title: Configure Alerting
|
title: Configure Alerting
|
||||||
weight: 130
|
weight: 130
|
||||||
---
|
---
|
||||||
|
@ -8,6 +8,11 @@ keywords:
|
|||||||
- guide
|
- guide
|
||||||
- rules
|
- rules
|
||||||
- create
|
- create
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Create Grafana-managed alert rules
|
title: Create Grafana-managed alert rules
|
||||||
weight: 400
|
weight: 400
|
||||||
---
|
---
|
||||||
|
@ -10,6 +10,11 @@ keywords:
|
|||||||
- rules
|
- rules
|
||||||
- recording rules
|
- recording rules
|
||||||
- create
|
- create
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Create Grafana Mimir or Loki managed recording rules
|
title: Create Grafana Mimir or Loki managed recording rules
|
||||||
weight: 400
|
weight: 400
|
||||||
---
|
---
|
||||||
|
@ -10,6 +10,11 @@ keywords:
|
|||||||
- guide
|
- guide
|
||||||
- rules
|
- rules
|
||||||
- create
|
- create
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Create Grafana Mimir or Loki managed alert rules
|
title: Create Grafana Mimir or Loki managed alert rules
|
||||||
weight: 400
|
weight: 400
|
||||||
---
|
---
|
||||||
|
@ -10,6 +10,11 @@ keywords:
|
|||||||
- guide
|
- guide
|
||||||
- notification policies
|
- notification policies
|
||||||
- routes
|
- routes
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Configure notification policies
|
title: Configure notification policies
|
||||||
weight: 420
|
weight: 420
|
||||||
---
|
---
|
||||||
|
@ -11,6 +11,11 @@ keywords:
|
|||||||
- namespace
|
- namespace
|
||||||
- grafana mimir
|
- grafana mimir
|
||||||
- loki
|
- loki
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Grafana Mimir or Loki rule groups and namespaces
|
title: Grafana Mimir or Loki rule groups and namespaces
|
||||||
weight: 405
|
weight: 405
|
||||||
---
|
---
|
||||||
|
@ -13,6 +13,11 @@ keywords:
|
|||||||
- guide
|
- guide
|
||||||
- contact point
|
- contact point
|
||||||
- templating
|
- templating
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Configure contact points
|
title: Configure contact points
|
||||||
weight: 410
|
weight: 410
|
||||||
---
|
---
|
||||||
|
@ -9,6 +9,11 @@ keywords:
|
|||||||
- notifications
|
- notifications
|
||||||
- integrations
|
- integrations
|
||||||
- contact points
|
- contact points
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Configure integrations
|
title: Configure integrations
|
||||||
weight: 100
|
weight: 100
|
||||||
---
|
---
|
||||||
|
@ -10,6 +10,11 @@ keywords:
|
|||||||
- guide
|
- guide
|
||||||
- contact point
|
- contact point
|
||||||
- templating
|
- templating
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Configure the webhook notifier
|
title: Configure the webhook notifier
|
||||||
weight: 200
|
weight: 200
|
||||||
---
|
---
|
||||||
|
@ -7,6 +7,11 @@ keywords:
|
|||||||
- grafana
|
- grafana
|
||||||
- alerting
|
- alerting
|
||||||
- guide
|
- guide
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: What's new in Grafana Alerting
|
title: What's new in Grafana Alerting
|
||||||
weight: 108
|
weight: 108
|
||||||
---
|
---
|
||||||
|
@ -1,9 +1,14 @@
|
|||||||
---
|
---
|
||||||
menuTitle: Introduction
|
|
||||||
aliases:
|
aliases:
|
||||||
- metrics/
|
- metrics/
|
||||||
- unified-alerting/fundamentals/
|
- unified-alerting/fundamentals/
|
||||||
description: Intro to the key concepts in Alerting and how it works
|
description: Intro to the key concepts in Alerting and how it works
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
|
menuTitle: Introduction
|
||||||
title: Introduction to Alerting
|
title: Introduction to Alerting
|
||||||
weight: 105
|
weight: 105
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,11 @@ keywords:
|
|||||||
- grafana
|
- grafana
|
||||||
- alerting
|
- alerting
|
||||||
- rules
|
- rules
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Alert rules
|
title: Alert rules
|
||||||
weight: 105
|
weight: 105
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,11 @@ keywords:
|
|||||||
- grafana
|
- grafana
|
||||||
- alerting
|
- alerting
|
||||||
- instances
|
- instances
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Alert instances
|
title: Alert instances
|
||||||
weight: 104
|
weight: 104
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,11 @@ keywords:
|
|||||||
- grafana
|
- grafana
|
||||||
- alerting
|
- alerting
|
||||||
- rule types
|
- rule types
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Alert rule types
|
title: Alert rule types
|
||||||
weight: 102
|
weight: 102
|
||||||
---
|
---
|
||||||
|
@ -10,6 +10,11 @@ keywords:
|
|||||||
- guide
|
- guide
|
||||||
- contact point
|
- contact point
|
||||||
- templating
|
- templating
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Notification templating
|
title: Notification templating
|
||||||
weight: 415
|
weight: 415
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,11 @@ keywords:
|
|||||||
- grafana
|
- grafana
|
||||||
- alerting
|
- alerting
|
||||||
- organization
|
- organization
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Organising alert rules
|
title: Organising alert rules
|
||||||
weight: 105
|
weight: 105
|
||||||
---
|
---
|
||||||
|
@ -1,12 +1,17 @@
|
|||||||
---
|
---
|
||||||
title: Queries and conditions
|
|
||||||
description: Introduction to queries and conditions
|
description: Introduction to queries and conditions
|
||||||
weight: 103
|
|
||||||
keywords:
|
keywords:
|
||||||
- grafana
|
- grafana
|
||||||
- alerting
|
- alerting
|
||||||
- queries
|
- queries
|
||||||
- conditions
|
- conditions
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
|
title: Queries and conditions
|
||||||
|
weight: 103
|
||||||
---
|
---
|
||||||
|
|
||||||
# Queries and conditions
|
# Queries and conditions
|
||||||
|
@ -1,11 +1,16 @@
|
|||||||
---
|
---
|
||||||
title: Alert rule evaluation
|
|
||||||
description: Introduction to alert rule evaluation
|
description: Introduction to alert rule evaluation
|
||||||
weight: 106
|
|
||||||
keywords:
|
keywords:
|
||||||
- grafana
|
- grafana
|
||||||
- alerting
|
- alerting
|
||||||
- evaluation
|
- evaluation
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
|
title: Alert rule evaluation
|
||||||
|
weight: 106
|
||||||
---
|
---
|
||||||
|
|
||||||
# Alert rule evaluation
|
# Alert rule evaluation
|
||||||
|
@ -7,6 +7,11 @@ keywords:
|
|||||||
- alerting
|
- alerting
|
||||||
- guide
|
- guide
|
||||||
- state
|
- state
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: State and health of alerting rules
|
title: State and health of alerting rules
|
||||||
weight: 405
|
weight: 405
|
||||||
---
|
---
|
||||||
|
@ -5,6 +5,11 @@ aliases:
|
|||||||
- ../unified-alerting/fundamentals/alertmanager/
|
- ../unified-alerting/fundamentals/alertmanager/
|
||||||
- alerting/manage-notifications/alertmanager/
|
- alerting/manage-notifications/alertmanager/
|
||||||
description: Intro to the different Alertmanagers
|
description: Intro to the different Alertmanagers
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Alertmanager
|
title: Alertmanager
|
||||||
weight: 103
|
weight: 103
|
||||||
---
|
---
|
||||||
|
@ -9,6 +9,11 @@ keywords:
|
|||||||
- guide
|
- guide
|
||||||
- rules
|
- rules
|
||||||
- create
|
- create
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Labels and annotations
|
title: Labels and annotations
|
||||||
weight: 110
|
weight: 110
|
||||||
---
|
---
|
||||||
|
@ -5,6 +5,11 @@ keywords:
|
|||||||
- alerting
|
- alerting
|
||||||
- guide
|
- guide
|
||||||
- fundamentals
|
- fundamentals
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Labels in Grafana Alerting
|
title: Labels in Grafana Alerting
|
||||||
weight: 117
|
weight: 117
|
||||||
---
|
---
|
||||||
|
@ -5,8 +5,13 @@ keywords:
|
|||||||
- alerting
|
- alerting
|
||||||
- guide
|
- guide
|
||||||
- fundamentals
|
- fundamentals
|
||||||
title: How label matching works
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
menuTitle: Label matchers
|
menuTitle: Label matchers
|
||||||
|
title: How label matching works
|
||||||
weight: 117
|
weight: 117
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -6,6 +6,11 @@ keywords:
|
|||||||
- templating
|
- templating
|
||||||
- labels
|
- labels
|
||||||
- annotations
|
- annotations
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Templating labels and annotations
|
title: Templating labels and annotations
|
||||||
weight: 117
|
weight: 117
|
||||||
---
|
---
|
||||||
|
@ -11,6 +11,11 @@ keywords:
|
|||||||
- contact point
|
- contact point
|
||||||
- notification channel
|
- notification channel
|
||||||
- create
|
- create
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Contact points
|
title: Contact points
|
||||||
weight: 106
|
weight: 106
|
||||||
---
|
---
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
---
|
---
|
||||||
description: Data sources in Grafana Alerting
|
description: Data sources in Grafana Alerting
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Data sources
|
title: Data sources
|
||||||
weight: 100
|
weight: 100
|
||||||
---
|
---
|
||||||
|
@ -3,6 +3,11 @@ aliases:
|
|||||||
- ../metrics/
|
- ../metrics/
|
||||||
- ../unified-alerting/fundamentals/evaluate-grafana-alerts/
|
- ../unified-alerting/fundamentals/evaluate-grafana-alerts/
|
||||||
description: How to alert on numeric data
|
description: How to alert on numeric data
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Alerting on numeric data
|
title: Alerting on numeric data
|
||||||
weight: 116
|
weight: 116
|
||||||
---
|
---
|
||||||
|
@ -9,6 +9,11 @@ keywords:
|
|||||||
- tutorials
|
- tutorials
|
||||||
- ha
|
- ha
|
||||||
- high availability
|
- high availability
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Alerting high availability
|
title: Alerting high availability
|
||||||
weight: 430
|
weight: 430
|
||||||
---
|
---
|
||||||
|
@ -1,11 +1,16 @@
|
|||||||
---
|
---
|
||||||
title: Notifications
|
|
||||||
description: Introduction to notifications Policies
|
description: Introduction to notifications Policies
|
||||||
weight: 107
|
|
||||||
keywords:
|
keywords:
|
||||||
- grafana
|
- grafana
|
||||||
- alerting
|
- alerting
|
||||||
- notification policies
|
- notification policies
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
|
title: Notifications
|
||||||
|
weight: 107
|
||||||
---
|
---
|
||||||
|
|
||||||
# Notifications
|
# Notifications
|
||||||
|
@ -10,6 +10,11 @@ keywords:
|
|||||||
- notification policies
|
- notification policies
|
||||||
- contact points
|
- contact points
|
||||||
- silences
|
- silences
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Notification policies
|
title: Notification policies
|
||||||
weight: 410
|
weight: 410
|
||||||
---
|
---
|
||||||
|
@ -1,10 +1,15 @@
|
|||||||
---
|
---
|
||||||
menuTitle: Manage
|
|
||||||
description: Manage alert notifications
|
description: Manage alert notifications
|
||||||
keywords:
|
keywords:
|
||||||
- grafana
|
- grafana
|
||||||
- alert
|
- alert
|
||||||
- notifications
|
- notifications
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
|
menuTitle: Manage
|
||||||
title: Manage your alerts
|
title: Manage your alerts
|
||||||
weight: 160
|
weight: 160
|
||||||
---
|
---
|
||||||
|
@ -11,6 +11,11 @@ keywords:
|
|||||||
- alerting
|
- alerting
|
||||||
- silence
|
- silence
|
||||||
- mute
|
- mute
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Manage silences
|
title: Manage silences
|
||||||
weight: 410
|
weight: 410
|
||||||
---
|
---
|
||||||
|
@ -6,6 +6,11 @@ keywords:
|
|||||||
- grafana
|
- grafana
|
||||||
- alert rules
|
- alert rules
|
||||||
- incident
|
- incident
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Declare incidents from firing alerts
|
title: Declare incidents from firing alerts
|
||||||
weight: 1010
|
weight: 1010
|
||||||
---
|
---
|
||||||
|
@ -5,6 +5,11 @@ keywords:
|
|||||||
- alerting
|
- alerting
|
||||||
- images
|
- images
|
||||||
- notifications
|
- notifications
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Use images in notifications
|
title: Use images in notifications
|
||||||
weight: 405
|
weight: 405
|
||||||
---
|
---
|
||||||
|
@ -10,6 +10,11 @@ keywords:
|
|||||||
- mute
|
- mute
|
||||||
- mute timings
|
- mute timings
|
||||||
- mute time interval
|
- mute time interval
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Create mute timings
|
title: Create mute timings
|
||||||
weight: 420
|
weight: 420
|
||||||
---
|
---
|
||||||
|
@ -1,10 +1,15 @@
|
|||||||
---
|
---
|
||||||
|
description: How to customize your notifications using templating
|
||||||
keywords:
|
keywords:
|
||||||
- grafana
|
- grafana
|
||||||
- alerting
|
- alerting
|
||||||
- notifications
|
- notifications
|
||||||
- templates
|
- templates
|
||||||
description: How to customize your notifications using templating
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Customize notifications
|
title: Customize notifications
|
||||||
weight: 400
|
weight: 400
|
||||||
---
|
---
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
description: How to create notification templates
|
||||||
keywords:
|
keywords:
|
||||||
- grafana
|
- grafana
|
||||||
- alerting
|
- alerting
|
||||||
@ -7,7 +8,11 @@ keywords:
|
|||||||
- create templates
|
- create templates
|
||||||
- edit templates
|
- edit templates
|
||||||
- delete templates
|
- delete templates
|
||||||
description: How to create notification templates
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Create notification templates
|
title: Create notification templates
|
||||||
weight: 200
|
weight: 200
|
||||||
---
|
---
|
||||||
|
@ -1,10 +1,15 @@
|
|||||||
---
|
---
|
||||||
|
description: Reference for templating notifications
|
||||||
keywords:
|
keywords:
|
||||||
- grafana
|
- grafana
|
||||||
- alerting
|
- alerting
|
||||||
- notifications
|
- notifications
|
||||||
- templates
|
- templates
|
||||||
description: Reference for templating notifications
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Reference
|
title: Reference
|
||||||
weight: 400
|
weight: 400
|
||||||
---
|
---
|
||||||
|
@ -1,11 +1,16 @@
|
|||||||
---
|
---
|
||||||
|
description: Use notification templates in contact points
|
||||||
keywords:
|
keywords:
|
||||||
- grafana
|
- grafana
|
||||||
- alerting
|
- alerting
|
||||||
- notifications
|
- notifications
|
||||||
- templates
|
- templates
|
||||||
- use templates
|
- use templates
|
||||||
description: Use notification templates in contact points
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Use notification templates
|
title: Use notification templates
|
||||||
weight: 300
|
weight: 300
|
||||||
---
|
---
|
||||||
|
@ -1,11 +1,16 @@
|
|||||||
---
|
---
|
||||||
|
description: Use Go's templating language in notifications
|
||||||
keywords:
|
keywords:
|
||||||
- grafana
|
- grafana
|
||||||
- alerting
|
- alerting
|
||||||
- notifications
|
- notifications
|
||||||
- templates
|
- templates
|
||||||
- write templates
|
- write templates
|
||||||
description: Use Go's templating language in notifications
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Using Go's templating language
|
title: Using Go's templating language
|
||||||
weight: 100
|
weight: 100
|
||||||
---
|
---
|
||||||
|
@ -11,6 +11,11 @@ keywords:
|
|||||||
- alerting
|
- alerting
|
||||||
- alerts
|
- alerts
|
||||||
- groups
|
- groups
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: View and filter by alert groups
|
title: View and filter by alert groups
|
||||||
weight: 800
|
weight: 800
|
||||||
---
|
---
|
||||||
|
@ -10,6 +10,11 @@ keywords:
|
|||||||
- guide
|
- guide
|
||||||
- rules
|
- rules
|
||||||
- view
|
- view
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: View and filter alert rules
|
title: View and filter alert rules
|
||||||
weight: 410
|
weight: 410
|
||||||
---
|
---
|
||||||
|
@ -1,11 +1,16 @@
|
|||||||
---
|
---
|
||||||
|
description: View notification errors to find out why they weren't sent or received
|
||||||
keywords:
|
keywords:
|
||||||
- grafana
|
- grafana
|
||||||
- alerting
|
- alerting
|
||||||
- notification
|
- notification
|
||||||
- errors
|
- errors
|
||||||
- contact points
|
- contact points
|
||||||
description: View notification errors to find out why they weren't sent or received
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: View notification errors
|
title: View notification errors
|
||||||
weight: 900
|
weight: 900
|
||||||
---
|
---
|
||||||
|
@ -10,6 +10,11 @@ keywords:
|
|||||||
- guide
|
- guide
|
||||||
- state
|
- state
|
||||||
- health
|
- health
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: View the state and health of alert rules
|
title: View the state and health of alert rules
|
||||||
weight: 420
|
weight: 420
|
||||||
---
|
---
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
menuTitle: Set up
|
|
||||||
aliases:
|
aliases:
|
||||||
- unified-alerting/set-up/
|
- unified-alerting/set-up/
|
||||||
|
description: How to configure alerting features and integrations
|
||||||
labels:
|
labels:
|
||||||
products:
|
products:
|
||||||
- oss
|
- oss
|
||||||
description: How to configure alerting features and integrations
|
menuTitle: Set up
|
||||||
title: Set up Alerting
|
title: Set up Alerting
|
||||||
weight: 107
|
weight: 107
|
||||||
---
|
---
|
||||||
|
@ -1,19 +1,15 @@
|
|||||||
---
|
---
|
||||||
title: Configure Alert State History
|
|
||||||
description: Configure Alert State History
|
description: Configure Alert State History
|
||||||
|
|
||||||
keywords:
|
keywords:
|
||||||
- grafana
|
- grafana
|
||||||
- alerting
|
- alerting
|
||||||
- set up
|
- set up
|
||||||
- configure
|
- configure
|
||||||
- alert state history
|
- alert state history
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
products:
|
products:
|
||||||
- enterprise
|
- cloud
|
||||||
- oss
|
title: Configure Alert State History
|
||||||
|
|
||||||
weight: 600
|
weight: 600
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -8,6 +8,10 @@ keywords:
|
|||||||
- set up
|
- set up
|
||||||
- configure
|
- configure
|
||||||
- external Alertmanager
|
- external Alertmanager
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Add an external Alertmanager
|
title: Add an external Alertmanager
|
||||||
weight: 200
|
weight: 200
|
||||||
---
|
---
|
||||||
|
@ -9,6 +9,10 @@ keywords:
|
|||||||
- tutorials
|
- tutorials
|
||||||
- ha
|
- ha
|
||||||
- high availability
|
- high availability
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Enable alerting high availability
|
title: Enable alerting high availability
|
||||||
weight: 400
|
weight: 400
|
||||||
---
|
---
|
||||||
|
@ -7,6 +7,10 @@ keywords:
|
|||||||
- grafana
|
- grafana
|
||||||
- alerting
|
- alerting
|
||||||
- meta-monitoring
|
- meta-monitoring
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Meta monitoring
|
title: Meta monitoring
|
||||||
weight: 500
|
weight: 500
|
||||||
---
|
---
|
||||||
|
@ -5,6 +5,10 @@ aliases:
|
|||||||
- unified-alerting/difference-old-new/
|
- unified-alerting/difference-old-new/
|
||||||
- alerting/migrating-alerts/
|
- alerting/migrating-alerts/
|
||||||
description: Upgrade Grafana alerts
|
description: Upgrade Grafana alerts
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Upgrade Alerting
|
title: Upgrade Alerting
|
||||||
weight: 150
|
weight: 150
|
||||||
---
|
---
|
||||||
|
@ -1,12 +1,16 @@
|
|||||||
---
|
---
|
||||||
title: Legacy alerting deprecation
|
|
||||||
aliases:
|
aliases:
|
||||||
- alerting/legacy-alerting-deprecation/
|
- alerting/legacy-alerting-deprecation/
|
||||||
description: Legacy alerting deprecation notice
|
description: Legacy alerting deprecation notice
|
||||||
weight: 109
|
|
||||||
keywords:
|
keywords:
|
||||||
- grafana
|
- grafana
|
||||||
- alerting
|
- alerting
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
|
title: Legacy alerting deprecation
|
||||||
|
weight: 109
|
||||||
---
|
---
|
||||||
|
|
||||||
# Legacy alerting deprecation
|
# Legacy alerting deprecation
|
||||||
|
@ -5,6 +5,10 @@ aliases:
|
|||||||
- /docs/grafana-cloud/legacy-alerting/
|
- /docs/grafana-cloud/legacy-alerting/
|
||||||
- alerting/migrating-alerts/legacy-alerting/
|
- alerting/migrating-alerts/legacy-alerting/
|
||||||
description: Legacy alerting
|
description: Legacy alerting
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- enterprise
|
||||||
|
- oss
|
||||||
title: Legacy alerting
|
title: Legacy alerting
|
||||||
weight: 110
|
weight: 110
|
||||||
---
|
---
|
||||||
|
@ -4,6 +4,9 @@ aliases:
|
|||||||
- /docs/grafana-cloud/how-do-i/grafana-cloud-alerting/
|
- /docs/grafana-cloud/how-do-i/grafana-cloud-alerting/
|
||||||
- /docs/grafana-cloud/legacy-alerting/grafana-cloud-alerting/
|
- /docs/grafana-cloud/legacy-alerting/grafana-cloud-alerting/
|
||||||
description: Grafana Cloud Alerting
|
description: Grafana Cloud Alerting
|
||||||
|
labels:
|
||||||
|
products:
|
||||||
|
- cloud
|
||||||
title: Grafana Cloud Alerting
|
title: Grafana Cloud Alerting
|
||||||
weight: 100
|
weight: 100
|
||||||
---
|
---
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user