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/v3.1/
|
||||
- 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
|
||||
keywords:
|
||||
- grafana
|
||||
- installation
|
||||
- documentation
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Grafana documentation
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
---
|
||||
description: Administration
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Administration
|
||||
weight: 40
|
||||
---
|
||||
|
@ -6,6 +6,10 @@ description: This section contains information about API keys in Grafana
|
||||
keywords:
|
||||
- API keys
|
||||
- Service accounts
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: API keys
|
||||
title: API keys
|
||||
weight: 700
|
||||
|
@ -1,9 +1,13 @@
|
||||
---
|
||||
title: Correlations
|
||||
weight: 900
|
||||
keywords:
|
||||
- correlations
|
||||
- Explore
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Correlations
|
||||
weight: 900
|
||||
---
|
||||
|
||||
# Correlations
|
||||
|
@ -1,6 +1,10 @@
|
||||
---
|
||||
title: Add permissions to create new correlations
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: Add permissions
|
||||
title: Add permissions to create new correlations
|
||||
weight: 30
|
||||
---
|
||||
|
||||
|
@ -1,4 +1,8 @@
|
||||
---
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Correlation
|
||||
weight: 10
|
||||
---
|
||||
|
@ -1,4 +1,8 @@
|
||||
---
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Permissions
|
||||
weight: 20
|
||||
---
|
||||
|
@ -1,4 +1,8 @@
|
||||
---
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Create a new correlation
|
||||
weight: 40
|
||||
---
|
||||
|
@ -1,4 +1,8 @@
|
||||
---
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Use correlations in visualizations
|
||||
weight: 70
|
||||
---
|
||||
|
@ -1,4 +1,8 @@
|
||||
---
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Use variables and transformations in a correlation
|
||||
weight: 60
|
||||
---
|
||||
|
@ -7,6 +7,10 @@ aliases:
|
||||
- ../features/datasources/add-a-data-source/
|
||||
- ../permissions/datasource_permissions/
|
||||
description: Data source management information for Grafana administrators
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Data source management
|
||||
weight: 100
|
||||
---
|
||||
|
@ -13,6 +13,10 @@ keywords:
|
||||
- grafana
|
||||
- licensing
|
||||
- enterprise
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Grafana Enterprise license
|
||||
weight: 500
|
||||
---
|
||||
|
@ -11,6 +11,10 @@ keywords:
|
||||
- marketplace
|
||||
- enterprise
|
||||
- license
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Activate a Grafana Enterprise license purchased through AWS Marketplace
|
||||
weight: 400
|
||||
---
|
||||
|
@ -10,6 +10,10 @@ keywords:
|
||||
- aws
|
||||
- marketplace
|
||||
- activate
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Activate a Grafana Enterprise license from AWS Marketplace on ECS
|
||||
weight: 250
|
||||
---
|
||||
|
@ -10,6 +10,10 @@ keywords:
|
||||
- marketplace
|
||||
- eks
|
||||
- activate
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Activate a Grafana Enterprise license from AWS Marketplace on EKS
|
||||
weight: 200
|
||||
---
|
||||
|
@ -10,6 +10,10 @@ keywords:
|
||||
- aws
|
||||
- marketplace
|
||||
- activate
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Activate a Grafana Enterprise license from AWS on an instance deployed outside
|
||||
of AWS
|
||||
weight: 300
|
||||
|
@ -12,6 +12,10 @@ keywords:
|
||||
- add
|
||||
- remove
|
||||
- users
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Manage your Grafana Enterprise license in AWS Marketplace
|
||||
weight: 400
|
||||
---
|
||||
|
@ -10,6 +10,10 @@ keywords:
|
||||
- marketplace
|
||||
- transfer
|
||||
- move
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Transfer your AWS Marketplace Grafana Enterprise license
|
||||
weight: 400
|
||||
---
|
||||
|
@ -8,6 +8,10 @@ description: Describes how to use organizations to isolate dashboard to users an
|
||||
keywords:
|
||||
- organizations
|
||||
- dashboards
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: Manage organizations
|
||||
title: Manage organizations
|
||||
weight: 200
|
||||
|
@ -6,6 +6,10 @@ aliases:
|
||||
- preferences/change-grafana-theme/
|
||||
- preferences/change-grafana-timezone/
|
||||
- preferences/change-home-dashboard/
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Organization preferences
|
||||
weight: 500
|
||||
---
|
||||
|
@ -5,6 +5,10 @@ aliases:
|
||||
- ../plugins/installation/
|
||||
- ../plugins/plugin-signature-verification/
|
||||
- ../plugins/plugin-signatures/
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Plugin management
|
||||
weight: 600
|
||||
---
|
||||
|
@ -5,6 +5,10 @@ description: Describes provisioning settings for Grafana using configuration fil
|
||||
keywords:
|
||||
- grafana
|
||||
- provisioning
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Provision Grafana
|
||||
weight: 600
|
||||
---
|
||||
|
@ -7,6 +7,10 @@ keywords:
|
||||
- query
|
||||
- queries
|
||||
- recorded
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
title: Recorded queries
|
||||
weight: 300
|
||||
---
|
||||
|
@ -6,6 +6,10 @@ aliases:
|
||||
- ../permissions/overview/
|
||||
- manage-users-and-permissions/about-users-and-permissions/
|
||||
description: Information about Grafana user, team, and organization roles and permissions
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Roles and permissions
|
||||
weight: 300
|
||||
---
|
||||
|
@ -6,6 +6,10 @@ aliases:
|
||||
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,
|
||||
such as users and reports.
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
menuTitle: Role-based access control (RBAC)
|
||||
title: Grafana Role-based access control (RBAC)
|
||||
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-user-role-assignments/
|
||||
description: Learn how to assign RBAC roles to users and teams in Grafana.
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
menuTitle: Assign RBAC roles
|
||||
title: Assign Grafana RBAC roles
|
||||
weight: 40
|
||||
|
@ -2,6 +2,10 @@
|
||||
aliases:
|
||||
- ../../../enterprise/access-control/configure-rbac/
|
||||
description: Learn how to configure RBAC.
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
menuTitle: Configure RBAC
|
||||
title: Configure RBAC in Grafana
|
||||
weight: 30
|
||||
|
@ -3,6 +3,10 @@ aliases:
|
||||
- ../../../enterprise/access-control/custom-role-actions-scopes/
|
||||
- ../../../enterprise/access-control/permissions/
|
||||
description: Learn about Grafana RBAC permissions, actions, and scopes.
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
menuTitle: RBAC permissions, actions, and scopes
|
||||
title: Grafana RBAC permissions, actions, and scopes
|
||||
weight: 80
|
||||
|
@ -5,6 +5,10 @@ aliases:
|
||||
- ../../../enterprise/access-control/provisioning/
|
||||
description: Learn how to view permissions associated with roles, create custom roles,
|
||||
and update and delete roles in Grafana.
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
menuTitle: Manage RBAC roles
|
||||
title: Manage Grafana RBAC roles
|
||||
weight: 50
|
||||
|
@ -4,6 +4,10 @@ aliases:
|
||||
- ../../../enterprise/access-control/usage-scenarios/
|
||||
description: Plan your RBAC rollout strategy before you begin assigning roles to users
|
||||
and teams.
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
menuTitle: Plan your RBAC rollout strategy
|
||||
title: Plan your Grafana RBAC rollout strategy
|
||||
weight: 20
|
||||
|
@ -4,6 +4,10 @@ aliases:
|
||||
- ../../../enterprise/access-control/rbac-fixed-basic-role-definitions/
|
||||
description: This topic includes a table that lists permission associated with Grafana
|
||||
fixed and basic roles.
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
menuTitle: RBAC role definitions
|
||||
title: Grafana RBAC role definitions
|
||||
weight: 70
|
||||
|
@ -4,6 +4,10 @@ aliases:
|
||||
- rbac-provisioning/
|
||||
description: Learn about RBAC Grafana provisioning and view an example YAML provisioning
|
||||
file that configures Grafana role assignments.
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
menuTitle: Provisioning RBAC with Grafana
|
||||
title: Provisioning RBAC with Grafana
|
||||
weight: 60
|
||||
|
@ -3,6 +3,10 @@ aliases:
|
||||
- ../../../enterprise/access-control/rbac-provisioning/rbac-terraform-provisioning/
|
||||
description: Learn about RBAC Terraform provisioning and view an example of provisioning
|
||||
configuration for Grafana roles and role assignments.
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
menuTitle: Provisioning RBAC with Terraform
|
||||
title: Provisioning RBAC with Terraform
|
||||
weight: 60
|
||||
|
@ -1,12 +1,11 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../../enterprise/access-control/troubleshooting/
|
||||
description: RBAC troubleshooting guide.
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
description: RBAC troubleshooting guide.
|
||||
menuTitle: Troubleshooting RBAC
|
||||
title: Troubleshooting RBAC
|
||||
weight: 80
|
||||
|
@ -8,6 +8,10 @@ description: This page contains information about service accounts in Grafana
|
||||
keywords:
|
||||
- API keys
|
||||
- Service accounts
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: Service accounts
|
||||
title: Service accounts
|
||||
weight: 800
|
||||
|
@ -11,6 +11,10 @@ keywords:
|
||||
- configuration
|
||||
- server
|
||||
- settings
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
title: View server statistics and license
|
||||
weight: 400
|
||||
---
|
||||
|
@ -4,6 +4,10 @@ aliases:
|
||||
- ../manage-users/create-or-remove-team/
|
||||
- ../manage-users/manage-teams/
|
||||
- manage-users-and-permissions/manage-teams/
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Team management
|
||||
weight: 400
|
||||
---
|
||||
|
@ -1,6 +1,10 @@
|
||||
---
|
||||
aliases:
|
||||
- manage-users-and-permissions/
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: User management
|
||||
weight: 200
|
||||
---
|
||||
|
@ -2,6 +2,10 @@
|
||||
aliases:
|
||||
- ../../permissions/dashboard_folder_permissions/
|
||||
- ../manage-users-and-permissions/manage-dashboard-permissions/
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Manage dashboard permissions
|
||||
weight: 500
|
||||
---
|
||||
|
@ -7,6 +7,10 @@ aliases:
|
||||
- ../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/view-list-org-users/
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Manage users in an organization
|
||||
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-list-users/
|
||||
- ../manage-users-and-permissions/manage-server-users/view-user-account-details/
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Server user management
|
||||
weight: 100
|
||||
---
|
||||
|
@ -4,6 +4,10 @@ aliases:
|
||||
- ../../manage-users-and-permissions/manage-server-users/add-user-to-org/
|
||||
description: Describes how a Grafana server administrator can add or remove users
|
||||
in an organization
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Add or remove a user in an organization
|
||||
weight: 30
|
||||
---
|
||||
|
@ -3,6 +3,10 @@ aliases:
|
||||
- ../../manage-users-and-permissions/manage-server-users/assign-remove-server-admin-privileges/
|
||||
description: Describes how to assign and remove Grafana administrator privileges from
|
||||
a server user.
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Assign or remove Grafana server administrator privileges
|
||||
weight: 20
|
||||
---
|
||||
|
@ -1,6 +1,10 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../manage-users-and-permissions/manage-server-users/change-user-org-permissions/
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Change a user's organization permissions
|
||||
weight: 50
|
||||
---
|
||||
|
@ -1,6 +1,10 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../manage-users-and-permissions/manage-server-users/grant-editor-admin-permissions/
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Grant editors administrator permissions
|
||||
weight: 60
|
||||
---
|
||||
|
@ -8,6 +8,10 @@ keywords:
|
||||
- change
|
||||
- organization
|
||||
- change
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Manage user preferences
|
||||
weight: 400
|
||||
---
|
||||
|
@ -3,6 +3,11 @@ aliases:
|
||||
- about-alerting/
|
||||
- unified-alerting/alerting/
|
||||
description: Intro to key benefits and features of Grafana Alerting
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Alerting
|
||||
weight: 114
|
||||
---
|
||||
|
@ -1,11 +1,16 @@
|
||||
---
|
||||
menuTitle: Configure
|
||||
aliases:
|
||||
- old-alerting/create-alerts/
|
||||
- rules/
|
||||
- unified-alerting/alerting-rules/
|
||||
- ./create-alerts/
|
||||
description: Configure alerting
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: Configure
|
||||
title: Configure Alerting
|
||||
weight: 130
|
||||
---
|
||||
|
@ -8,6 +8,11 @@ keywords:
|
||||
- guide
|
||||
- rules
|
||||
- create
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Create Grafana-managed alert rules
|
||||
weight: 400
|
||||
---
|
||||
|
@ -10,6 +10,11 @@ keywords:
|
||||
- rules
|
||||
- recording rules
|
||||
- create
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Create Grafana Mimir or Loki managed recording rules
|
||||
weight: 400
|
||||
---
|
||||
|
@ -10,6 +10,11 @@ keywords:
|
||||
- guide
|
||||
- rules
|
||||
- create
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Create Grafana Mimir or Loki managed alert rules
|
||||
weight: 400
|
||||
---
|
||||
|
@ -10,6 +10,11 @@ keywords:
|
||||
- guide
|
||||
- notification policies
|
||||
- routes
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Configure notification policies
|
||||
weight: 420
|
||||
---
|
||||
|
@ -11,6 +11,11 @@ keywords:
|
||||
- namespace
|
||||
- grafana mimir
|
||||
- loki
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Grafana Mimir or Loki rule groups and namespaces
|
||||
weight: 405
|
||||
---
|
||||
|
@ -13,6 +13,11 @@ keywords:
|
||||
- guide
|
||||
- contact point
|
||||
- templating
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Configure contact points
|
||||
weight: 410
|
||||
---
|
||||
|
@ -9,6 +9,11 @@ keywords:
|
||||
- notifications
|
||||
- integrations
|
||||
- contact points
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Configure integrations
|
||||
weight: 100
|
||||
---
|
||||
|
@ -10,6 +10,11 @@ keywords:
|
||||
- guide
|
||||
- contact point
|
||||
- templating
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Configure the webhook notifier
|
||||
weight: 200
|
||||
---
|
||||
|
@ -7,6 +7,11 @@ keywords:
|
||||
- grafana
|
||||
- alerting
|
||||
- guide
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: What's new in Grafana Alerting
|
||||
weight: 108
|
||||
---
|
||||
|
@ -1,9 +1,14 @@
|
||||
---
|
||||
menuTitle: Introduction
|
||||
aliases:
|
||||
- metrics/
|
||||
- unified-alerting/fundamentals/
|
||||
description: Intro to the key concepts in Alerting and how it works
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: Introduction
|
||||
title: Introduction to Alerting
|
||||
weight: 105
|
||||
---
|
||||
|
@ -4,6 +4,11 @@ keywords:
|
||||
- grafana
|
||||
- alerting
|
||||
- rules
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Alert rules
|
||||
weight: 105
|
||||
---
|
||||
|
@ -4,6 +4,11 @@ keywords:
|
||||
- grafana
|
||||
- alerting
|
||||
- instances
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Alert instances
|
||||
weight: 104
|
||||
---
|
||||
|
@ -4,6 +4,11 @@ keywords:
|
||||
- grafana
|
||||
- alerting
|
||||
- rule types
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Alert rule types
|
||||
weight: 102
|
||||
---
|
||||
|
@ -10,6 +10,11 @@ keywords:
|
||||
- guide
|
||||
- contact point
|
||||
- templating
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Notification templating
|
||||
weight: 415
|
||||
---
|
||||
|
@ -4,6 +4,11 @@ keywords:
|
||||
- grafana
|
||||
- alerting
|
||||
- organization
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Organising alert rules
|
||||
weight: 105
|
||||
---
|
||||
|
@ -1,12 +1,17 @@
|
||||
---
|
||||
title: Queries and conditions
|
||||
description: Introduction to queries and conditions
|
||||
weight: 103
|
||||
keywords:
|
||||
- grafana
|
||||
- alerting
|
||||
- queries
|
||||
- conditions
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Queries and conditions
|
||||
weight: 103
|
||||
---
|
||||
|
||||
# Queries and conditions
|
||||
|
@ -1,11 +1,16 @@
|
||||
---
|
||||
title: Alert rule evaluation
|
||||
description: Introduction to alert rule evaluation
|
||||
weight: 106
|
||||
keywords:
|
||||
- grafana
|
||||
- alerting
|
||||
- evaluation
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Alert rule evaluation
|
||||
weight: 106
|
||||
---
|
||||
|
||||
# Alert rule evaluation
|
||||
|
@ -7,6 +7,11 @@ keywords:
|
||||
- alerting
|
||||
- guide
|
||||
- state
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: State and health of alerting rules
|
||||
weight: 405
|
||||
---
|
||||
|
@ -5,6 +5,11 @@ aliases:
|
||||
- ../unified-alerting/fundamentals/alertmanager/
|
||||
- alerting/manage-notifications/alertmanager/
|
||||
description: Intro to the different Alertmanagers
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Alertmanager
|
||||
weight: 103
|
||||
---
|
||||
|
@ -9,6 +9,11 @@ keywords:
|
||||
- guide
|
||||
- rules
|
||||
- create
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Labels and annotations
|
||||
weight: 110
|
||||
---
|
||||
|
@ -5,6 +5,11 @@ keywords:
|
||||
- alerting
|
||||
- guide
|
||||
- fundamentals
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Labels in Grafana Alerting
|
||||
weight: 117
|
||||
---
|
||||
|
@ -5,8 +5,13 @@ keywords:
|
||||
- alerting
|
||||
- guide
|
||||
- fundamentals
|
||||
title: How label matching works
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: Label matchers
|
||||
title: How label matching works
|
||||
weight: 117
|
||||
---
|
||||
|
||||
|
@ -6,6 +6,11 @@ keywords:
|
||||
- templating
|
||||
- labels
|
||||
- annotations
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Templating labels and annotations
|
||||
weight: 117
|
||||
---
|
||||
|
@ -11,6 +11,11 @@ keywords:
|
||||
- contact point
|
||||
- notification channel
|
||||
- create
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Contact points
|
||||
weight: 106
|
||||
---
|
||||
|
@ -1,5 +1,10 @@
|
||||
---
|
||||
description: Data sources in Grafana Alerting
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Data sources
|
||||
weight: 100
|
||||
---
|
||||
|
@ -3,6 +3,11 @@ aliases:
|
||||
- ../metrics/
|
||||
- ../unified-alerting/fundamentals/evaluate-grafana-alerts/
|
||||
description: How to alert on numeric data
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Alerting on numeric data
|
||||
weight: 116
|
||||
---
|
||||
|
@ -9,6 +9,11 @@ keywords:
|
||||
- tutorials
|
||||
- ha
|
||||
- high availability
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Alerting high availability
|
||||
weight: 430
|
||||
---
|
||||
|
@ -1,11 +1,16 @@
|
||||
---
|
||||
title: Notifications
|
||||
description: Introduction to notifications Policies
|
||||
weight: 107
|
||||
keywords:
|
||||
- grafana
|
||||
- alerting
|
||||
- notification policies
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Notifications
|
||||
weight: 107
|
||||
---
|
||||
|
||||
# Notifications
|
||||
|
@ -10,6 +10,11 @@ keywords:
|
||||
- notification policies
|
||||
- contact points
|
||||
- silences
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Notification policies
|
||||
weight: 410
|
||||
---
|
||||
|
@ -1,10 +1,15 @@
|
||||
---
|
||||
menuTitle: Manage
|
||||
description: Manage alert notifications
|
||||
keywords:
|
||||
- grafana
|
||||
- alert
|
||||
- notifications
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: Manage
|
||||
title: Manage your alerts
|
||||
weight: 160
|
||||
---
|
||||
|
@ -11,6 +11,11 @@ keywords:
|
||||
- alerting
|
||||
- silence
|
||||
- mute
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Manage silences
|
||||
weight: 410
|
||||
---
|
||||
|
@ -6,6 +6,11 @@ keywords:
|
||||
- grafana
|
||||
- alert rules
|
||||
- incident
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Declare incidents from firing alerts
|
||||
weight: 1010
|
||||
---
|
||||
|
@ -5,6 +5,11 @@ keywords:
|
||||
- alerting
|
||||
- images
|
||||
- notifications
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Use images in notifications
|
||||
weight: 405
|
||||
---
|
||||
|
@ -10,6 +10,11 @@ keywords:
|
||||
- mute
|
||||
- mute timings
|
||||
- mute time interval
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Create mute timings
|
||||
weight: 420
|
||||
---
|
||||
|
@ -1,10 +1,15 @@
|
||||
---
|
||||
description: How to customize your notifications using templating
|
||||
keywords:
|
||||
- grafana
|
||||
- alerting
|
||||
- notifications
|
||||
- templates
|
||||
description: How to customize your notifications using templating
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Customize notifications
|
||||
weight: 400
|
||||
---
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
description: How to create notification templates
|
||||
keywords:
|
||||
- grafana
|
||||
- alerting
|
||||
@ -7,7 +8,11 @@ keywords:
|
||||
- create templates
|
||||
- edit templates
|
||||
- delete templates
|
||||
description: How to create notification templates
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Create notification templates
|
||||
weight: 200
|
||||
---
|
||||
|
@ -1,10 +1,15 @@
|
||||
---
|
||||
description: Reference for templating notifications
|
||||
keywords:
|
||||
- grafana
|
||||
- alerting
|
||||
- notifications
|
||||
- templates
|
||||
description: Reference for templating notifications
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Reference
|
||||
weight: 400
|
||||
---
|
||||
|
@ -1,11 +1,16 @@
|
||||
---
|
||||
description: Use notification templates in contact points
|
||||
keywords:
|
||||
- grafana
|
||||
- alerting
|
||||
- notifications
|
||||
- templates
|
||||
- use templates
|
||||
description: Use notification templates in contact points
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Use notification templates
|
||||
weight: 300
|
||||
---
|
||||
|
@ -1,11 +1,16 @@
|
||||
---
|
||||
description: Use Go's templating language in notifications
|
||||
keywords:
|
||||
- grafana
|
||||
- alerting
|
||||
- notifications
|
||||
- templates
|
||||
- write templates
|
||||
description: Use Go's templating language in notifications
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: Using Go's templating language
|
||||
weight: 100
|
||||
---
|
||||
|
@ -11,6 +11,11 @@ keywords:
|
||||
- alerting
|
||||
- alerts
|
||||
- groups
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: View and filter by alert groups
|
||||
weight: 800
|
||||
---
|
||||
|
@ -10,6 +10,11 @@ keywords:
|
||||
- guide
|
||||
- rules
|
||||
- view
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: View and filter alert rules
|
||||
weight: 410
|
||||
---
|
||||
|
@ -1,11 +1,16 @@
|
||||
---
|
||||
description: View notification errors to find out why they weren't sent or received
|
||||
keywords:
|
||||
- grafana
|
||||
- alerting
|
||||
- notification
|
||||
- errors
|
||||
- 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
|
||||
weight: 900
|
||||
---
|
||||
|
@ -10,6 +10,11 @@ keywords:
|
||||
- guide
|
||||
- state
|
||||
- health
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
- enterprise
|
||||
- oss
|
||||
title: View the state and health of alert rules
|
||||
weight: 420
|
||||
---
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
menuTitle: Set up
|
||||
aliases:
|
||||
- unified-alerting/set-up/
|
||||
description: How to configure alerting features and integrations
|
||||
labels:
|
||||
products:
|
||||
- oss
|
||||
description: How to configure alerting features and integrations
|
||||
menuTitle: Set up
|
||||
title: Set up Alerting
|
||||
weight: 107
|
||||
---
|
||||
|
@ -1,19 +1,15 @@
|
||||
---
|
||||
title: Configure Alert State History
|
||||
description: Configure Alert State History
|
||||
|
||||
keywords:
|
||||
- grafana
|
||||
- alerting
|
||||
- set up
|
||||
- configure
|
||||
- alert state history
|
||||
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
|
||||
- cloud
|
||||
title: Configure Alert State History
|
||||
weight: 600
|
||||
---
|
||||
|
||||
|
@ -8,6 +8,10 @@ keywords:
|
||||
- set up
|
||||
- configure
|
||||
- external Alertmanager
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Add an external Alertmanager
|
||||
weight: 200
|
||||
---
|
||||
|
@ -9,6 +9,10 @@ keywords:
|
||||
- tutorials
|
||||
- ha
|
||||
- high availability
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Enable alerting high availability
|
||||
weight: 400
|
||||
---
|
||||
|
@ -7,6 +7,10 @@ keywords:
|
||||
- grafana
|
||||
- alerting
|
||||
- meta-monitoring
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Meta monitoring
|
||||
weight: 500
|
||||
---
|
||||
|
@ -5,6 +5,10 @@ aliases:
|
||||
- unified-alerting/difference-old-new/
|
||||
- alerting/migrating-alerts/
|
||||
description: Upgrade Grafana alerts
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Upgrade Alerting
|
||||
weight: 150
|
||||
---
|
||||
|
@ -1,12 +1,16 @@
|
||||
---
|
||||
title: Legacy alerting deprecation
|
||||
aliases:
|
||||
- alerting/legacy-alerting-deprecation/
|
||||
description: Legacy alerting deprecation notice
|
||||
weight: 109
|
||||
keywords:
|
||||
- grafana
|
||||
- alerting
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Legacy alerting deprecation
|
||||
weight: 109
|
||||
---
|
||||
|
||||
# Legacy alerting deprecation
|
||||
|
@ -5,6 +5,10 @@ aliases:
|
||||
- /docs/grafana-cloud/legacy-alerting/
|
||||
- alerting/migrating-alerts/legacy-alerting/
|
||||
description: Legacy alerting
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Legacy alerting
|
||||
weight: 110
|
||||
---
|
||||
|
@ -4,6 +4,9 @@ aliases:
|
||||
- /docs/grafana-cloud/how-do-i/grafana-cloud-alerting/
|
||||
- /docs/grafana-cloud/legacy-alerting/grafana-cloud-alerting/
|
||||
description: Grafana Cloud Alerting
|
||||
labels:
|
||||
products:
|
||||
- cloud
|
||||
title: Grafana Cloud Alerting
|
||||
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