mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Replace next with latest in aliases (#33054)
This commit is contained in:
parent
cf6d3fb8fb
commit
db29a8a8de
@ -2,7 +2,7 @@
|
||||
title = "Grafana documentation"
|
||||
description = "Guides, Installation and Feature Documentation"
|
||||
keywords = ["grafana", "installation", "documentation"]
|
||||
aliases = ["/docs/grafana/v1.1", "/docs/grafana/next/guides/reference/admin", "/docs/grafana/v3.1"]
|
||||
aliases = ["/docs/grafana/v1.1", "/docs/grafana/latest/guides/reference/admin", "/docs/grafana/v3.1"]
|
||||
+++
|
||||
|
||||
# Grafana documentation
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Configuration"
|
||||
description = "Configuration documentation"
|
||||
keywords = ["grafana", "configuration", "documentation"]
|
||||
aliases = ["/docs/grafana/next/installation/configuration/"]
|
||||
aliases = ["/docs/grafana/latest/installation/configuration/"]
|
||||
weight = 150
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Configure Grafana Docker image"
|
||||
description = "Guide for configuring the Grafana Docker image"
|
||||
keywords = ["grafana", "configuration", "documentation", "docker"]
|
||||
aliases = ["/docs/grafana/next/installation/configure-docker/"]
|
||||
aliases = ["/docs/grafana/latest/installation/configure-docker/"]
|
||||
weight = 200
|
||||
+++
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Preferences"
|
||||
aliases =["/docs/grafana/next/administration/preferences.md"]
|
||||
aliases =["/docs/grafana/latest/administration/preferences.md"]
|
||||
weight = 50
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Change home dashboard"
|
||||
description = "How to replace the default home dashboard"
|
||||
keywords = ["grafana", "configuration", "documentation", "home"]
|
||||
aliases = ["/docs/grafana/next/administration/change-home-dashboard/"]
|
||||
aliases = ["/docs/grafana/latest/administration/change-home-dashboard/"]
|
||||
weight = 300
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Provisioning"
|
||||
description = ""
|
||||
keywords = ["grafana", "provisioning"]
|
||||
aliases = ["/docs/grafana/next/installation/provisioning"]
|
||||
aliases = ["/docs/grafana/latest/installation/provisioning"]
|
||||
weight = 800
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Security"
|
||||
description = "Security Docs"
|
||||
keywords = ["grafana", "security", "documentation"]
|
||||
aliases = ["/docs/grafana/next/installation/security/"]
|
||||
aliases = ["/docs/grafana/latest/installation/security/"]
|
||||
weight = 500
|
||||
+++
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Set up Grafana for high availability"
|
||||
keywords = ["grafana", "tutorials", "HA", "high availability"]
|
||||
aliases = ["/docs/grafana/next/tutorials/ha_setup/"]
|
||||
aliases = ["/docs/grafana/latest/tutorials/ha_setup/"]
|
||||
weight = 1200
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Internal Grafana metrics"
|
||||
description = "Internal metrics exposed by Grafana"
|
||||
keywords = ["grafana", "metrics", "internal metrics"]
|
||||
aliases = ["/docs/grafana/next/admin/metrics/"]
|
||||
aliases = ["/docs/grafana/latest/admin/metrics/"]
|
||||
weight = 200
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "View server settings"
|
||||
description = "How to view server settings in the Grafana UI"
|
||||
keywords = ["grafana", "configuration", "server", "settings"]
|
||||
aliases = ["/docs/grafana/next/admin/view-server-settings/"]
|
||||
aliases = ["/docs/grafana/latest/admin/view-server-settings/"]
|
||||
weight = 300
|
||||
+++
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "View server stats"
|
||||
keywords = ["grafana", "server", "statistics"]
|
||||
aliases = ["/docs/grafana/next/admin/view-server-stats/"]
|
||||
aliases = ["/docs/grafana/latest/admin/view-server-stats/"]
|
||||
weight = 400
|
||||
+++
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Alerts"
|
||||
aliases = ["/docs/grafana/next/alerting/rules/", "/docs/grafana/next/alerting/metrics/"]
|
||||
aliases = ["/docs/grafana/latest/alerting/rules/", "/docs/grafana/latest/alerting/metrics/"]
|
||||
weight = 110
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Auth Proxy"
|
||||
description = "Grafana Auth Proxy Guide "
|
||||
keywords = ["grafana", "configuration", "documentation", "proxy"]
|
||||
aliases = ["/docs/grafana/next/tutorials/authproxy/"]
|
||||
aliases = ["/docs/grafana/latest/tutorials/authproxy/"]
|
||||
weight = 200
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "LDAP Authentication"
|
||||
description = "Grafana LDAP Authentication Guide "
|
||||
keywords = ["grafana", "configuration", "documentation", "ldap", "active directory"]
|
||||
aliases = ["/docs/grafana/next/installation/ldap/"]
|
||||
aliases = ["/docs/grafana/latest/installation/ldap/"]
|
||||
weight = 300
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "SAML Authentication"
|
||||
description = "Grafana SAML Authentication"
|
||||
keywords = ["grafana", "saml", "documentation", "saml-auth"]
|
||||
aliases = ["/docs/grafana/next/auth/saml/"]
|
||||
aliases = ["/docs/grafana/latest/auth/saml/"]
|
||||
weight = 1100
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Team Sync"
|
||||
description = "Grafana Team Sync"
|
||||
keywords = ["grafana", "auth", "documentation"]
|
||||
aliases = ["/docs/grafana/next/auth/saml/"]
|
||||
aliases = ["/docs/grafana/latest/auth/saml/"]
|
||||
weight = 1200
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Glossary"
|
||||
description = "Grafana glossary"
|
||||
keywords = ["grafana", "intro", "glossary", "dictionary"]
|
||||
aliases = ["/docs/grafana/next/guides/glossary", "/docs/grafana/next/getting-started/glossary"]
|
||||
aliases = ["/docs/grafana/latest/guides/glossary", "/docs/grafana/latest/getting-started/glossary"]
|
||||
weight = 800
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Time series dimensions"
|
||||
description = "time series dimensions"
|
||||
keywords = ["grafana", "intro", "guide", "concepts", "timeseries", "labels"]
|
||||
aliases = ["/docs/grafana/next/guides/timeseries-dimensions", "/docs/grafana/next/getting-started/timeseries-dimensions"]
|
||||
aliases = ["/docs/grafana/latest/guides/timeseries-dimensions", "/docs/grafana/latest/getting-started/timeseries-dimensions"]
|
||||
weight = 600
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Time series"
|
||||
description = "Introduction to time series"
|
||||
keywords = ["grafana", "intro", "guide", "concepts", "timeseries"]
|
||||
aliases = ["/docs/grafana/next/guides/timeseries", "/docs/grafana/next/getting-started/timeseries"]
|
||||
aliases = ["/docs/grafana/latest/guides/timeseries", "/docs/grafana/latest/getting-started/timeseries"]
|
||||
weight = 500
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Common observability strategies"
|
||||
description = "Common observability strategies"
|
||||
keywords = ["grafana", "intro", "guide", "concepts", "methods"]
|
||||
aliases = ["/docs/grafana/next/getting-started/strategies/"]
|
||||
aliases = ["/docs/grafana/latest/getting-started/strategies/"]
|
||||
weight = 300
|
||||
+++
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Dashboards"
|
||||
aliases = ["/docs/grafana/next/features/dashboard/dashboards/"]
|
||||
aliases = ["/docs/grafana/latest/features/dashboard/dashboards/"]
|
||||
weight = 80
|
||||
+++
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Annotations"
|
||||
keywords = ["grafana", "annotations", "documentation", "guide"]
|
||||
aliases = ["/docs/grafana/next/reference/annotations/"]
|
||||
aliases = ["/docs/grafana/latest/reference/annotations/"]
|
||||
weight = 2
|
||||
+++
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Dashboard Folders"
|
||||
keywords = ["grafana", "dashboard", "dashboard folders", "folder", "folders", "documentation", "guide"]
|
||||
aliases = ["/docs/grafana/next/reference/dashboard_folders/"]
|
||||
aliases = ["/docs/grafana/latest/reference/dashboard_folders/"]
|
||||
weight = 3
|
||||
+++
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Dashboard Version History"
|
||||
keywords = ["grafana", "dashboard", "documentation", "version", "history"]
|
||||
aliases = ["/docs/grafana/next/reference/dashboard_history/"]
|
||||
aliases = ["/docs/grafana/latest/reference/dashboard_history/"]
|
||||
weight = 100
|
||||
+++
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Export and import"
|
||||
keywords = ["grafana", "dashboard", "documentation", "export", "import"]
|
||||
aliases = ["/docs/grafana/next/reference/export_import/"]
|
||||
aliases = ["/docs/grafana/latest/reference/export_import/"]
|
||||
weight = 800
|
||||
+++
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "JSON model"
|
||||
keywords = ["grafana", "dashboard", "documentation", "json", "model"]
|
||||
aliases = ["/docs/grafana/next/reference/dashboard/"]
|
||||
aliases = ["/docs/grafana/latest/reference/dashboard/"]
|
||||
weight = 1200
|
||||
+++
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Playlist"
|
||||
keywords = ["grafana", "dashboard", "documentation", "playlist"]
|
||||
aliases = ["/docs/grafana/next/reference/playlist/"]
|
||||
aliases = ["/docs/grafana/latest/reference/playlist/"]
|
||||
weight = 4
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Reporting"
|
||||
description = ""
|
||||
keywords = ["grafana", "reporting"]
|
||||
aliases = ["/docs/grafana/next/administration/reports"]
|
||||
aliases = ["/docs/grafana/latest/administration/reports"]
|
||||
weight = 8
|
||||
+++
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Scripted dashboards"
|
||||
keywords = ["grafana", "dashboard", "documentation", "scripted"]
|
||||
aliases = ["/docs/grafana/next/reference/scripting/"]
|
||||
aliases = ["/docs/grafana/latest/reference/scripting/"]
|
||||
weight = 1500
|
||||
+++
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Search"
|
||||
keywords = ["grafana", "dashboard", "documentation", "search"]
|
||||
aliases =["/docs/grafana/next/reference/search/"]
|
||||
aliases =["/docs/grafana/latest/reference/search/"]
|
||||
weight = 5
|
||||
+++
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Time range controls"
|
||||
keywords = ["grafana", "dashboard", "documentation", "time range"]
|
||||
aliases = ["/docs/grafana/next/reference/timerange/"]
|
||||
aliases = ["/docs/grafana/latest/reference/timerange/"]
|
||||
weight = 7
|
||||
+++
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Data sources"
|
||||
aliases = ["/docs/grafana/next/datasources/overview/"]
|
||||
aliases = ["/docs/grafana/latest/datasources/overview/"]
|
||||
weight = 60
|
||||
+++
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Add data source"
|
||||
aliases = ["/docs/grafana/next/features/datasources/add-a-data-source/"]
|
||||
aliases = ["/docs/grafana/latest/features/datasources/add-a-data-source/"]
|
||||
weight = 100
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Azure Monitor"
|
||||
description = "Guide for using Azure Monitor in Grafana"
|
||||
keywords = ["grafana", "microsoft", "azure", "monitor", "application", "insights", "log", "analytics", "guide"]
|
||||
aliases = ["/docs/grafana/next/features/datasources/azuremonitor"]
|
||||
aliases = ["/docs/grafana/latest/features/datasources/azuremonitor"]
|
||||
weight = 300
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "AWS CloudWatch"
|
||||
description = "Guide for using CloudWatch in Grafana"
|
||||
keywords = ["grafana", "cloudwatch", "guide"]
|
||||
aliases = ["/docs/grafana/next/datasources/cloudwatch"]
|
||||
aliases = ["/docs/grafana/latest/datasources/cloudwatch"]
|
||||
weight = 200
|
||||
+++
|
||||
|
||||
@ -383,7 +383,7 @@ Allows you to disable `assume role (ARN)` in the CloudWatch data source. By defa
|
||||
|
||||
### list_metrics_page_limit
|
||||
|
||||
When a custom namespace is specified in the query editor, the [List Metrics API](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_ListMetrics.html) is used to populate the _Metrics_ field and the _Dimension_ fields. The API is paginated and returns up to 500 results per page. The CloudWatch data source also limits the number of pages to 500. However, you can change this limit using the `list_metrics_page_limit` variable in the [grafana configuration file](https://grafana.com/docs/grafana/next/administration/configuration/#aws).
|
||||
When a custom namespace is specified in the query editor, the [List Metrics API](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_ListMetrics.html) is used to populate the _Metrics_ field and the _Dimension_ fields. The API is paginated and returns up to 500 results per page. The CloudWatch data source also limits the number of pages to 500. However, you can change this limit using the `list_metrics_page_limit` variable in the [grafana configuration file](https://grafana.com/docs/grafana/latest/administration/configuration/#aws).
|
||||
|
||||
## Configure the data source with provisioning
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Elasticsearch"
|
||||
description = "Guide for using Elasticsearch in Grafana"
|
||||
keywords = ["grafana", "elasticsearch", "guide"]
|
||||
aliases = ["/docs/grafana/next/features/datasources/elasticsearch"]
|
||||
aliases = ["/docs/grafana/latest/features/datasources/elasticsearch"]
|
||||
weight = 400
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Google Cloud Monitoring"
|
||||
description = "Guide for using Google Cloud Monitoring in Grafana"
|
||||
keywords = ["grafana", "stackdriver", "google", "guide", "cloud", "monitoring"]
|
||||
aliases = ["/docs/grafana/next/features/datasources/stackdriver", "/docs/grafana/next/datasources/cloudmonitoring/", "/docs/grafana/next/features/datasources/cloudmonitoring/"]
|
||||
aliases = ["/docs/grafana/latest/features/datasources/stackdriver", "/docs/grafana/next/datasources/cloudmonitoring/", "/docs/grafana/next/features/datasources/cloudmonitoring/"]
|
||||
weight = 200
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Preconfigured dashboards"
|
||||
description = "Guide for using Google Cloud Monitoring in Grafana"
|
||||
keywords = ["grafana", "stackdriver", "google", "guide", "cloud", "monitoring"]
|
||||
aliases = ["/docs/grafana/next/features/datasources/stackdriver", "/docs/grafana/next/features/datasources/cloudmonitoring/"]
|
||||
aliases = ["/docs/grafana/latest/features/datasources/stackdriver", "/docs/grafana/next/features/datasources/cloudmonitoring/"]
|
||||
weight = 10
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Graphite"
|
||||
description = "Guide for using graphite in Grafana"
|
||||
keywords = ["grafana", "graphite", "guide"]
|
||||
aliases = ["/docs/grafana/next/features/datasources/graphite"]
|
||||
aliases = ["/docs/grafana/latest/features/datasources/graphite"]
|
||||
weight = 600
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "InfluxDB"
|
||||
description = "Guide for using InfluxDB in Grafana"
|
||||
keywords = ["grafana", "influxdb", "guide", "flux"]
|
||||
aliases = ["/docs/grafana/next/features/datasources/influxdb"]
|
||||
aliases = ["/docs/grafana/latest/features/datasources/influxdb"]
|
||||
weight = 700
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Jaeger"
|
||||
description = "Guide for using Jaeger in Grafana"
|
||||
keywords = ["grafana", "jaeger", "guide", "tracing"]
|
||||
aliases = ["/docs/grafana/next/features/datasources/jaeger"]
|
||||
aliases = ["/docs/grafana/latest/features/datasources/jaeger"]
|
||||
weight = 800
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Loki"
|
||||
description = "Guide for using Loki in Grafana"
|
||||
keywords = ["grafana", "loki", "logging", "guide"]
|
||||
aliases = ["/docs/grafana/next/features/datasources/loki"]
|
||||
aliases = ["/docs/grafana/latest/features/datasources/loki"]
|
||||
weight = 800
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Microsoft SQL Server"
|
||||
description = "Guide for using Microsoft SQL Server in Grafana"
|
||||
keywords = ["grafana", "MSSQL", "Microsoft", "SQL", "guide", "Azure SQL Database"]
|
||||
aliases = ["/docs/grafana/next/features/datasources/mssql/"]
|
||||
aliases = ["/docs/grafana/latest/features/datasources/mssql/"]
|
||||
weight = 900
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "MySQL"
|
||||
description = "Guide for using MySQL in Grafana"
|
||||
keywords = ["grafana", "mysql", "guide"]
|
||||
aliases = ["/docs/grafana/next/features/datasources/mysql/"]
|
||||
aliases = ["/docs/grafana/latest/features/datasources/mysql/"]
|
||||
weight = 1000
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "OpenTSDB"
|
||||
description = "Guide for using OpenTSDB in Grafana"
|
||||
keywords = ["grafana", "opentsdb", "guide"]
|
||||
aliases = ["/docs/grafana/next/features/opentsdb", "/docs/grafana/next/features/datasources/opentsdb/"]
|
||||
aliases = ["/docs/grafana/latest/features/opentsdb", "/docs/grafana/latest/features/datasources/opentsdb/"]
|
||||
weight = 1100
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "PostgreSQL"
|
||||
description = "Guide for using PostgreSQL in Grafana"
|
||||
keywords = ["grafana", "postgresql", "guide"]
|
||||
aliases = ["/docs/grafana/next/features/datasources/postgres/"]
|
||||
aliases = ["/docs/grafana/latest/features/datasources/postgres/"]
|
||||
weight = 1200
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Prometheus"
|
||||
description = "Guide for using Prometheus in Grafana"
|
||||
keywords = ["grafana", "prometheus", "guide"]
|
||||
aliases = ["/docs/grafana/next/features/datasources/prometheus"]
|
||||
aliases = ["/docs/grafana/latest/features/datasources/prometheus"]
|
||||
weight = 1300
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Tempo"
|
||||
description = "High volume, minimal dependency trace storage. OSS tracing solution from Grafana Labs."
|
||||
keywords = ["grafana", "tempo", "guide", "tracing"]
|
||||
aliases = ["/docs/grafana/next/features/datasources/tempo"]
|
||||
aliases = ["/docs/grafana/latest/features/datasources/tempo"]
|
||||
weight = 1400
|
||||
+++
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "TestData"
|
||||
keywords = ["grafana", "dashboard", "documentation", "panels", "testdata"]
|
||||
aliases = ["/docs/grafana/next/features/datasources/testdata"]
|
||||
aliases = ["/docs/grafana/latest/features/datasources/testdata"]
|
||||
weight = 1500
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Zipkin"
|
||||
description = "Guide for using Zipkin in Grafana"
|
||||
keywords = ["grafana", "zipkin", "guide", "tracing"]
|
||||
aliases = ["/docs/grafana/next/datasources/zipkin"]
|
||||
aliases = ["/docs/grafana/latest/datasources/zipkin"]
|
||||
weight = 1600
|
||||
+++
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Developers"
|
||||
aliases = ["/docs/grafana/next/plugins/developing/"]
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/"]
|
||||
weight = 190
|
||||
+++
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Contributor License Agreement (CLA)"
|
||||
description = "Contributor License Agreement (CLA)"
|
||||
aliases = ["/docs/grafana/next/project/cla", "docs/contributing/cla.html"]
|
||||
aliases = ["/docs/grafana/latest/project/cla", "docs/contributing/cla.html"]
|
||||
+++
|
||||
|
||||
# Grafana Labs Contributor License Agreement
|
||||
|
@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Build a plugin"
|
||||
aliases = ["/docs/grafana/next/plugins/developing/"]
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/"]
|
||||
+++
|
||||
|
||||
# Build a plugin
|
||||
|
@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Add authentication for data source plugins"
|
||||
aliases = ["/docs/grafana/next/plugins/developing/auth-for-datasources/", "/docs/grafana/next/developers/plugins/authentication/"]
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/auth-for-datasources/", "/docs/grafana/next/developers/plugins/authentication/"]
|
||||
+++
|
||||
|
||||
# Add authentication for data source plugins
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Backend plugins"
|
||||
keywords = ["grafana", "plugins", "backend", "plugin", "backend-plugins", "documentation"]
|
||||
aliases = ["/docs/grafana/next/plugins/developing/backend-plugins-guide/"]
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/backend-plugins-guide/"]
|
||||
+++
|
||||
|
||||
# Backend plugins
|
||||
|
@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Legacy plugins"
|
||||
aliases = ["/docs/grafana/next/plugins/development/", "/docs/grafana/next/plugins/datasources/", "/docs/grafana/next/plugins/apps/", "/docs/grafana/next/plugins/panels/", "/docs/grafana/next/plugins/developing/development/"]
|
||||
aliases = ["/docs/grafana/latest/plugins/development/", "/docs/grafana/next/plugins/datasources/", "/docs/grafana/next/plugins/apps/", "/docs/grafana/next/plugins/panels/", "/docs/grafana/next/plugins/developing/development/"]
|
||||
+++
|
||||
|
||||
# Legacy plugins
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Legacy app plugins"
|
||||
keywords = ["grafana", "plugins", "documentation"]
|
||||
aliases = ["/docs/grafana/next/plugins/developing/apps/"]
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/apps/"]
|
||||
+++
|
||||
|
||||
# Legacy app plugins
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Legacy data source plugins"
|
||||
keywords = ["grafana", "plugins", "documentation"]
|
||||
aliases = ["/docs/grafana/next/plugins/developing/datasources/"]
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/datasources/"]
|
||||
+++
|
||||
|
||||
# Legacy data source plugins
|
||||
|
@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Legacy defaults and editor mode"
|
||||
aliases = ["/docs/grafana/next/plugins/developing/defaults-and-editor-mode/"]
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/defaults-and-editor-mode/"]
|
||||
+++
|
||||
|
||||
# Legacy defaults and editor mode
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Legacy panel plugins"
|
||||
keywords = ["grafana", "plugins", "panel", "documentation"]
|
||||
aliases = ["/docs/grafana/next/plugins/developing/panels/"]
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/panels/"]
|
||||
+++
|
||||
|
||||
# Legacy panel plugins
|
||||
|
@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Legacy review guidelines"
|
||||
aliases = ["/docs/grafana/next/plugins/developing/plugin-review-guidelines/"]
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/plugin-review-guidelines/"]
|
||||
+++
|
||||
|
||||
# Legacy review guidelines
|
||||
|
@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Legacy snapshot mode"
|
||||
aliases = ["/docs/grafana/next/plugins/developing/snapshot-mode/"]
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/snapshot-mode/"]
|
||||
+++
|
||||
|
||||
# Legacy snapshot mode
|
||||
|
@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Legacy code style guide"
|
||||
aliases = ["/docs/grafana/next/plugins/developing/code-styleguide/"]
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/code-styleguide/"]
|
||||
+++
|
||||
|
||||
# Legacy code style guide
|
||||
|
@ -4,7 +4,7 @@
|
||||
# -------------------------------------------------------------------------
|
||||
title = "plugin.json"
|
||||
keywords = ["grafana", "plugins", "documentation"]
|
||||
aliases = ["/docs/grafana/next/plugins/developing/plugin.json/"]
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/plugin.json/"]
|
||||
+++
|
||||
|
||||
# plugin.json
|
||||
|
@ -4,7 +4,7 @@
|
||||
# -------------------------------------------------------------------------
|
||||
title = "plugin.json"
|
||||
keywords = ["grafana", "plugins", "documentation"]
|
||||
aliases = ["/docs/grafana/next/plugins/developing/plugin.json/"]
|
||||
aliases = ["/docs/grafana/latest/plugins/developing/plugin.json/"]
|
||||
+++
|
||||
|
||||
{{ .Markdown 1 }}
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Package a plugin"
|
||||
type = "docs"
|
||||
aliases = ["/docs/grafana/next/developers/plugins/share-a-plugin/"]
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/share-a-plugin/"]
|
||||
+++
|
||||
|
||||
# Package a plugin
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Reporting"
|
||||
description = ""
|
||||
keywords = ["grafana", "reporting"]
|
||||
aliases = ["/docs/grafana/next/administration/reports"]
|
||||
aliases = ["/docs/grafana/latest/administration/reports"]
|
||||
weight = 400
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "SAML Authentication"
|
||||
description = "Grafana SAML Authentication"
|
||||
keywords = ["grafana", "saml", "documentation", "saml-auth"]
|
||||
aliases = ["/docs/grafana/next/auth/saml/"]
|
||||
aliases = ["/docs/grafana/latest/auth/saml/"]
|
||||
weight = 500
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Team sync"
|
||||
description = "Grafana Team Sync"
|
||||
keywords = ["grafana", "auth", "documentation"]
|
||||
aliases = ["/docs/grafana/next/auth/saml/"]
|
||||
aliases = ["/docs/grafana/latest/auth/saml/"]
|
||||
weight = 600
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Usage insights"
|
||||
description = "Understand how your Grafana instance is used"
|
||||
keywords = ["grafana", "usage-insights", "enterprise"]
|
||||
aliases = ["/docs/grafana/next/enterprise/usage-insights/"]
|
||||
aliases = ["/docs/grafana/latest/enterprise/usage-insights/"]
|
||||
weight = 100
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Dashboard and data source insights"
|
||||
description = "Understand how your dashboards and data sources are used"
|
||||
keywords = ["grafana", "usage-insights", "enterprise"]
|
||||
aliases = ["/docs/grafana/next/enterprise/usage-insights/dashboard-datasource-insights.md"]
|
||||
aliases = ["/docs/grafana/latest/enterprise/usage-insights/dashboard-datasource-insights.md"]
|
||||
weight = 200
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Export logs of usage insights"
|
||||
description = "Export logs of usage insights"
|
||||
keywords = ["grafana", "export", "usage-insights", "enterprise"]
|
||||
aliases = ["/docs/grafana/next/enterprise/usage-insights/export-logs.md"]
|
||||
aliases = ["/docs/grafana/latest/enterprise/usage-insights/export-logs.md"]
|
||||
weight = 500
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Sort dashboards by using insights data"
|
||||
description = "Sort dashboards by using insights data"
|
||||
keywords = ["grafana", "search", "sort", "enterprise"]
|
||||
aliases = ["/docs/grafana/next/enterprise/usage-insights/improved-search.md"]
|
||||
aliases = ["/docs/grafana/latest/enterprise/usage-insights/improved-search.md"]
|
||||
weight = 400
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Presence indicator"
|
||||
description = "Know who is looking at the same dashboard as you are"
|
||||
keywords = ["grafana", "presence-indicator", "enterprise"]
|
||||
aliases = ["/docs/grafana/next/enterprise/usage-insights/presence-indicator.md"]
|
||||
aliases = ["/docs/grafana/latest/enterprise/usage-insights/presence-indicator.md"]
|
||||
weight = 300
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "White labeling"
|
||||
description = "Change the look of Grafana to match your corporate brand"
|
||||
keywords = ["grafana", "white-labeling", "enterprise"]
|
||||
aliases = ["/docs/grafana/next/enterprise/white-labeling/"]
|
||||
aliases = ["/docs/grafana/latest/enterprise/white-labeling/"]
|
||||
weight = 700
|
||||
+++
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Explore"
|
||||
keywords = ["explore", "loki", "logs"]
|
||||
aliases = ["/docs/grafana/next/features/explore/"]
|
||||
aliases = ["/docs/grafana/latest/features/explore/"]
|
||||
weight = 90
|
||||
+++
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Getting started"
|
||||
weight = 10
|
||||
aliases = ["/docs/grafana/next/guides/what-is-grafana"]
|
||||
aliases = ["/docs/grafana/latest/guides/what-is-grafana"]
|
||||
+++
|
||||
|
||||
# Getting started
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "With Grafana and Prometheus"
|
||||
description = "Guide for getting started with Grafana"
|
||||
keywords = ["grafana", "intro", "guide", "started"]
|
||||
aliases = ["/docs/grafana/next/guides/gettingstarted","/docs/grafana/next/guides/getting_started"]
|
||||
aliases = ["/docs/grafana/latest/guides/gettingstarted","/docs/grafana/latest/guides/getting_started"]
|
||||
weight = 300
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "With Grafana and MS SQL Server"
|
||||
description = "Guide for getting started with Grafana"
|
||||
keywords = ["grafana", "intro", "guide", "started", "SQL", "MSSQL"]
|
||||
aliases = ["/docs/grafana/next/guides/gettingstarted","/docs/grafana/next/guides/getting_started"]
|
||||
aliases = ["/docs/grafana/latest/guides/gettingstarted","/docs/grafana/latest/guides/getting_started"]
|
||||
weight = 400
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "With Grafana"
|
||||
description = "Guide for getting started with Grafana"
|
||||
keywords = ["grafana", "intro", "guide", "started"]
|
||||
aliases = ["/docs/grafana/next/guides/gettingstarted","/docs/grafana/next/guides/getting_started"]
|
||||
aliases = ["/docs/grafana/latest/guides/gettingstarted","/docs/grafana/latest/guides/getting_started"]
|
||||
weight = 200
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "HTTP API"
|
||||
description = "Grafana HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "overview"]
|
||||
aliases = ["/docs/grafana/next/overview"]
|
||||
aliases = ["/docs/grafana/latest/overview"]
|
||||
weight = 170
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Admin HTTP API "
|
||||
description = "Grafana Admin HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "admin"]
|
||||
aliases = ["/docs/grafana/next/http_api/admin/"]
|
||||
aliases = ["/docs/grafana/latest/http_api/admin/"]
|
||||
+++
|
||||
|
||||
# Admin API
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Alerting HTTP API "
|
||||
description = "Grafana Alerts HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "alerting", "alerts"]
|
||||
aliases = ["/docs/grafana/next/http_api/alerting/"]
|
||||
aliases = ["/docs/grafana/latest/http_api/alerting/"]
|
||||
+++
|
||||
|
||||
# Alerting API
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Annotations HTTP API "
|
||||
description = "Grafana Annotations HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "annotation", "annotations", "comment"]
|
||||
aliases = ["/docs/grafana/next/http_api/annotations/"]
|
||||
aliases = ["/docs/grafana/latest/http_api/annotations/"]
|
||||
+++
|
||||
|
||||
# Annotations resources / actions
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Authentication HTTP API "
|
||||
description = "Grafana Authentication HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "authentication"]
|
||||
aliases = ["/docs/grafana/next/http_api/authentication/"]
|
||||
aliases = ["/docs/grafana/latest/http_api/authentication/"]
|
||||
+++
|
||||
|
||||
# Authentication API
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "API Tutorial: Create API tokens and dashboards for an organization"
|
||||
keywords = ["grafana", "tutorials", "API", "Token", "Org", "Organization"]
|
||||
aliases =["/docs/grafana/next/tutorials/api_org_token_howto/"]
|
||||
aliases =["/docs/grafana/latest/tutorials/api_org_token_howto/"]
|
||||
weight = 150
|
||||
+++
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Dashboard HTTP API "
|
||||
description = "Grafana Dashboard HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "dashboard"]
|
||||
aliases = ["/docs/grafana/next/http_api/dashboard/"]
|
||||
aliases = ["/docs/grafana/latest/http_api/dashboard/"]
|
||||
+++
|
||||
|
||||
# Dashboard API
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Dashboard Permissions HTTP API "
|
||||
description = "Grafana Dashboard Permissions HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "dashboard", "permission", "permissions", "acl"]
|
||||
aliases = ["/docs/grafana/next/http_api/dashboardpermissions/"]
|
||||
aliases = ["/docs/grafana/latest/http_api/dashboardpermissions/"]
|
||||
+++
|
||||
|
||||
# Dashboard Permissions API
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Dashboard Versions HTTP API "
|
||||
description = "Grafana Dashboard Versions HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "dashboard", "versions"]
|
||||
aliases = ["/docs/grafana/next/http_api/dashboardversions/"]
|
||||
aliases = ["/docs/grafana/latest/http_api/dashboardversions/"]
|
||||
+++
|
||||
|
||||
# Dashboard Versions
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Data source HTTP API "
|
||||
description = "Grafana Data source HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "data source"]
|
||||
aliases = ["/docs/grafana/next/http_api/datasource/"]
|
||||
aliases = ["/docs/grafana/latest/http_api/datasource/"]
|
||||
+++
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Datasource Permissions HTTP API "
|
||||
description = "Data Source Permissions API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "datasource", "permission", "permissions", "acl", "enterprise"]
|
||||
aliases = ["/docs/grafana/next/http_api/datasourcepermissions/"]
|
||||
aliases = ["/docs/grafana/latest/http_api/datasourcepermissions/"]
|
||||
+++
|
||||
|
||||
# Data Source Permissions API
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "External Group Sync HTTP API "
|
||||
description = "Grafana External Group Sync HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "team", "teams", "group", "member", "enterprise"]
|
||||
aliases = ["/docs/grafana/next/http_api/external_group_sync/"]
|
||||
aliases = ["/docs/grafana/latest/http_api/external_group_sync/"]
|
||||
+++
|
||||
|
||||
# External Group Synchronization API
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Folder HTTP API "
|
||||
description = "Grafana Folder HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "folder"]
|
||||
aliases = ["/docs/grafana/next/http_api/folder/"]
|
||||
aliases = ["/docs/grafana/latest/http_api/folder/"]
|
||||
+++
|
||||
|
||||
# Folder API
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Folder/Dashboard Search HTTP API "
|
||||
description = "Grafana Folder/Dashboard Search HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "search", "folder", "dashboard"]
|
||||
aliases = ["/docs/grafana/next/http_api/folder_dashboard_search/"]
|
||||
aliases = ["/docs/grafana/latest/http_api/folder_dashboard_search/"]
|
||||
+++
|
||||
|
||||
# Folder/Dashboard Search API
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Folder Permissions HTTP API "
|
||||
description = "Grafana Folder Permissions HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "folder", "permission", "permissions", "acl"]
|
||||
aliases = ["/docs/grafana/next/http_api/dashboardpermissions/"]
|
||||
aliases = ["/docs/grafana/latest/http_api/dashboardpermissions/"]
|
||||
+++
|
||||
|
||||
# Folder Permissions API
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Licensing HTTP API "
|
||||
description = "Enterprise Licensing HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "licensing", "enterprise"]
|
||||
aliases = ["/docs/grafana/next/http_api/licensing/"]
|
||||
aliases = ["/docs/grafana/latest/http_api/licensing/"]
|
||||
+++
|
||||
|
||||
# Enterprise License API
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Organization HTTP API "
|
||||
description = "Grafana Organization HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "organization"]
|
||||
aliases = ["/docs/grafana/next/http_api/organization/"]
|
||||
aliases = ["/docs/grafana/latest/http_api/organization/"]
|
||||
+++
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Other HTTP API "
|
||||
description = "Grafana Other HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "other"]
|
||||
aliases = ["/docs/grafana/next/http_api/other/"]
|
||||
aliases = ["/docs/grafana/latest/http_api/other/"]
|
||||
+++
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "Playlist HTTP API "
|
||||
description = "Playlist Admin HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "playlist"]
|
||||
aliases = ["/docs/grafana/next/http_api/playlist/"]
|
||||
aliases = ["/docs/grafana/latest/http_api/playlist/"]
|
||||
+++
|
||||
|
||||
# Playlist API
|
||||
|
@ -2,7 +2,7 @@
|
||||
title = "HTTP Preferences API "
|
||||
description = "Grafana HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "preferences"]
|
||||
aliases = ["/docs/grafana/next/http_api/preferences/"]
|
||||
aliases = ["/docs/grafana/latest/http_api/preferences/"]
|
||||
+++
|
||||
|
||||
# User and Org Preferences API
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user