diff --git a/docs/sources/_index.md b/docs/sources/_index.md index 4036a951ec1..1420306a660 100755 --- a/docs/sources/_index.md +++ b/docs/sources/_index.md @@ -65,8 +65,8 @@ aliases = ["/docs/grafana/v1.1", "/docs/grafana/latest/guides/reference/admin",

Provisioning

Learn how to automate your Grafana configuration.

- }}" class="nav-cards__item nav-cards__item--guide"> -

What's new in v7.2

+
}}" class="nav-cards__item nav-cards__item--guide"> +

What's new in v7.3

Explore the features and enhancements in the latest release.

@@ -124,3 +124,5 @@ aliases = ["/docs/grafana/v1.1", "/docs/grafana/latest/guides/reference/admin",
OpenTSDB
+ + \ No newline at end of file diff --git a/docs/sources/administration/_index.md b/docs/sources/administration/_index.md index 51f6a755334..ae8c3bb5da5 100644 --- a/docs/sources/administration/_index.md +++ b/docs/sources/administration/_index.md @@ -17,3 +17,5 @@ This section includes information for Grafana administrators, team administrator - [Configuration]({{< relref "configuration" >}}) - [Configure Docker image]({{< relref "configure-docker" >}}) - [Security]({{< relref "security" >}}) + + \ No newline at end of file diff --git a/docs/sources/administration/change-home-dashboard.md b/docs/sources/administration/change-home-dashboard.md index 5580184b314..643262c5474 100644 --- a/docs/sources/administration/change-home-dashboard.md +++ b/docs/sources/administration/change-home-dashboard.md @@ -56,5 +56,3 @@ default_home_dashboard_path = data/main-dashboard.json 1. Star this dashboard by clicking on the star next to the dashboard title. 1. On the left menu, hover your cursor over your avatar and then click **Preferences**. 1. In the **Home Dashboard** field, select the dashboard you want to use for your home dashboard. Options include all starred dashboards. - - \ No newline at end of file diff --git a/docs/sources/administration/change-your-password.md b/docs/sources/administration/change-your-password.md index ba924370a49..20776521bf9 100644 --- a/docs/sources/administration/change-your-password.md +++ b/docs/sources/administration/change-your-password.md @@ -29,3 +29,5 @@ Grafana admins can use the following tools: - Use the [User API]({{< relref "../http_api/user.md" >}}) to change your password programmatically or to manage users. - The [Manage users]({{< relref "../manage-users/_index.md" >}}) section explains how to manage users and teams. + + \ No newline at end of file diff --git a/docs/sources/alerting/_index.md b/docs/sources/alerting/_index.md index ef3b80713e0..deb9bf10073 100644 --- a/docs/sources/alerting/_index.md +++ b/docs/sources/alerting/_index.md @@ -54,4 +54,4 @@ Alert execution result | counter | `alerting.result` Notifications sent counter | counter | `alerting.notifications_sent` Alert execution timer | timer | `alerting.execution_time` - + \ No newline at end of file diff --git a/docs/sources/alerting/alerts-overview.md b/docs/sources/alerting/alerts-overview.md index f59239cedcc..68f7a461dd3 100644 --- a/docs/sources/alerting/alerts-overview.md +++ b/docs/sources/alerting/alerts-overview.md @@ -54,3 +54,5 @@ Total number of alerts | counter | `alerting.active_alerts` Alert execution result | counter | `alerting.result` Notifications sent counter | counter | `alerting.notifications_sent` Alert execution timer | timer | `alerting.execution_time` + + \ No newline at end of file diff --git a/docs/sources/alerting/create-alerts.md b/docs/sources/alerting/create-alerts.md index 9cbfcbf4f4d..abd1bea786e 100644 --- a/docs/sources/alerting/create-alerts.md +++ b/docs/sources/alerting/create-alerts.md @@ -128,3 +128,5 @@ The actual notifications are configured and shared between multiple alerts. Read ## Alert state history and annotations Alert state changes are recorded in the internal annotation table in Grafana's database. The state changes are visualized as annotations in the alert rule's graph panel. You can also go into the `State history` submenu in the alert tab to view and clear state history. + + \ No newline at end of file diff --git a/docs/sources/auth/overview.md b/docs/sources/auth/overview.md index d04145c16be..b458f53f8a4 100644 --- a/docs/sources/auth/overview.md +++ b/docs/sources/auth/overview.md @@ -142,3 +142,5 @@ URL to redirect the user to after signing out from Grafana. This can for example [auth] signout_redirect_url = ``` + + \ No newline at end of file diff --git a/docs/sources/best-practices/_index.md b/docs/sources/best-practices/_index.md index 246e7c3233b..cd0b4f2f555 100644 --- a/docs/sources/best-practices/_index.md +++ b/docs/sources/best-practices/_index.md @@ -15,4 +15,5 @@ This section provides information about best practices for intermediate Grafana - [Best practices for managing dashboards]({{< relref "best-practices-for-managing-dashboards" >}}) - [Common observability strategies]({{< relref "common-observability-strategies" >}}) - [Dashboard management maturity model]({{< relref "dashboard-management-maturity-levels" >}}) - \ No newline at end of file + + \ No newline at end of file diff --git a/docs/sources/dashboards/_index.md b/docs/sources/dashboards/_index.md index 6c244f00d39..05502ce5b22 100644 --- a/docs/sources/dashboards/_index.md +++ b/docs/sources/dashboards/_index.md @@ -62,3 +62,5 @@ We use a unit abstraction so that Grafana looks great on all screen sizes. Collapse a row by clicking on the row title. If you save a dashboard with a row collapsed, then it saves in that state and does not load those graphs until you expand the row. Use the [repeating rows]({{< relref "../variables/_index.md#repeating-rows" >}}) functionality to dynamically create or remove entire rows, which can be filled with panels, based on the template variables selected. + + \ No newline at end of file diff --git a/docs/sources/datasources/_index.md b/docs/sources/datasources/_index.md index 99cf0301bb1..ef005b16f35 100644 --- a/docs/sources/datasources/_index.md +++ b/docs/sources/datasources/_index.md @@ -50,3 +50,5 @@ In addition to the data sources that you have configured in your Grafana, there ## Data source plugins Since Grafana 3.0 you can install data sources as plugins. Check out [Grafana.com/plugins](https://grafana.com/plugins) for more data sources. + + \ No newline at end of file diff --git a/docs/sources/datasources/add-a-data-source.md b/docs/sources/datasources/add-a-data-source.md index 5bc79650a71..e000b320702 100644 --- a/docs/sources/datasources/add-a-data-source.md +++ b/docs/sources/datasources/add-a-data-source.md @@ -30,3 +30,5 @@ Before you create your first dashboard, you need to add your data source. Follow 1. In the **Type**, select the type of data source. See [Supported data sources]({{< relref "_index.md#supported-data-sources" >}}) for more information and how to configure your data source settings. 1. Click **Save & Test**. + + \ No newline at end of file diff --git a/docs/sources/developers/plugins/_index.md b/docs/sources/developers/plugins/_index.md index 7012c7617f1..52559e9f95a 100644 --- a/docs/sources/developers/plugins/_index.md +++ b/docs/sources/developers/plugins/_index.md @@ -82,3 +82,5 @@ Learn more about Grafana options and packages. #### Go - [Grafana Plugin SDK for Go]({{< relref "backend/grafana-plugin-sdk-for-go" >}}) + + \ No newline at end of file diff --git a/docs/sources/enterprise/_index.md b/docs/sources/enterprise/_index.md index 946d8b5e7e1..affa6c5231b 100755 --- a/docs/sources/enterprise/_index.md +++ b/docs/sources/enterprise/_index.md @@ -70,3 +70,5 @@ With a Grafana Enterprise license, you get access to premium plugins, including: ## Try Grafana Enterprise To purchase or obtain a trial license contact the Grafana Labs [Sales Team](https://grafana.com/contact?about=support&topic=Grafana%20Enterprise). + + \ No newline at end of file diff --git a/docs/sources/explore/index.md b/docs/sources/explore/index.md index 7dca10ce46c..b1039ac2cb5 100644 --- a/docs/sources/explore/index.md +++ b/docs/sources/explore/index.md @@ -296,3 +296,5 @@ This functionality is similar to the panel inspector [Stats tab]({{< relref "../ [Query tab]({{< relref "../panels/inspect-panel.md##view-raw-request-and-response-to-data-source" >}}). {{< docs-imagebox img="/img/docs/v71/query_inspector_explore.png" class="docs-image--no-shadow" caption="Screenshot of the query inspector button in Explore" >}} + + \ No newline at end of file diff --git a/docs/sources/getting-started/getting-started.md b/docs/sources/getting-started/getting-started.md index 4019cebdf54..5f48a07dd57 100644 --- a/docs/sources/getting-started/getting-started.md +++ b/docs/sources/getting-started/getting-started.md @@ -59,3 +59,5 @@ Administrators might want to learn about: - [User permissions and roles]({{< relref "../permissions/_index.md" >}}) - [Provisioning]({{< relref "../administration/provisioning.md" >}}) - [Grafana CLI]({{< relref "../administration/cli.md" >}}) + + \ No newline at end of file diff --git a/docs/sources/http_api/_index.md b/docs/sources/http_api/_index.md index a5fc5265f55..5f924e66151 100644 --- a/docs/sources/http_api/_index.md +++ b/docs/sources/http_api/_index.md @@ -44,3 +44,5 @@ dashboards, creating users and updating data sources. - [Data Source Permissions API]({{< relref "datasource_permissions.md" >}}) - [External Group Sync API]({{< relref "external_group_sync.md" >}}) - [Reporting API]({{< relref "reporting.md" >}}) + + \ No newline at end of file diff --git a/docs/sources/installation/_index.md b/docs/sources/installation/_index.md index 4ab2e809dc9..6412a138a57 100644 --- a/docs/sources/installation/_index.md +++ b/docs/sources/installation/_index.md @@ -20,3 +20,5 @@ This section discusses the hardware and software requirements as well as the pro - [Install on macOS]({{< relref "mac" >}}) - [Install on Windows]({{< relref "windows" >}}) - [Run Docker image]({{< relref "docker" >}}) + + \ No newline at end of file diff --git a/docs/sources/installation/docker.md b/docs/sources/installation/docker.md index e35f290b39c..5529af140d7 100755 --- a/docs/sources/installation/docker.md +++ b/docs/sources/installation/docker.md @@ -226,3 +226,5 @@ Refer to [Configure a Grafana Docker image]({{< relref "../administration/config ## Configure Grafana Refer to the [Configuration]({{< relref "../administration/configuration.md" >}}) page for details on options for customizing your environment, logging, database, and so on. + + \ No newline at end of file diff --git a/docs/sources/installation/upgrading.md b/docs/sources/installation/upgrading.md index cfc06825092..9ed1784aea7 100755 --- a/docs/sources/installation/upgrading.md +++ b/docs/sources/installation/upgrading.md @@ -296,3 +296,5 @@ The new authentication method, _AWS SDK Default_, uses the default AWS Go SDK cr The other authentication methods, _Access & secret key_ and _Credentials file_, have changed in regards to fallbacks. If these methods fail, they no longer fallback to other methods. e.g. environment variables. If you want fallbacks, you should use _AWS SDK Default_ instead. For more information and details, please refer to [Using AWS CloudWatch in Grafana]({{< relref "../datasources/cloudwatch.md#authentication" >}}). + + \ No newline at end of file diff --git a/docs/sources/linking/_index.md b/docs/sources/linking/_index.md index a8b4a1334b7..c1d7e807ca9 100644 --- a/docs/sources/linking/_index.md +++ b/docs/sources/linking/_index.md @@ -29,4 +29,6 @@ You can control the time range of a panel or dashboard by providing following qu - `from` - defines lower limit of the time range, specified in ms epoch - `to` - defines upper limit of the time range, specified in ms epoch -- `time` and `time.window` - defines a time range from `time-time.window/2` to `time+time.window/2`. Both params should be specified in ms. For example `?time=1500000000000&time.window=10000` will result in 10s time range from 1499999995000 to 1500000005000 \ No newline at end of file +- `time` and `time.window` - defines a time range from `time-time.window/2` to `time+time.window/2`. Both params should be specified in ms. For example `?time=1500000000000&time.window=10000` will result in 10s time range from 1499999995000 to 1500000005000 + + \ No newline at end of file diff --git a/docs/sources/manage-users/_index.md b/docs/sources/manage-users/_index.md index c7024f0141b..6e3922d489f 100644 --- a/docs/sources/manage-users/_index.md +++ b/docs/sources/manage-users/_index.md @@ -30,3 +30,5 @@ Teams allow you to grant permissions for a group of users. ## Learn more Set up users and teams in our tutorial on how to [Create users and teams](https://grafana.com/tutorials/create-users-and-teams). + + \ No newline at end of file diff --git a/docs/sources/panels/_index.md b/docs/sources/panels/_index.md index 27c3dca6d28..50f6bf17856 100644 --- a/docs/sources/panels/_index.md +++ b/docs/sources/panels/_index.md @@ -25,4 +25,6 @@ You can drag and drop panels by clicking and holding the panel title, then dragg - Click series name in the legend to hide series. - Ctrl/Shift/Meta + click legend name to hide other series. - Hover your cursor over a panel and press `e` to open the panel editor. -- Hover your cursor over a panel and press `v` to open the panel in fullscreen view. \ No newline at end of file +- Hover your cursor over a panel and press `v` to open the panel in fullscreen view. + + \ No newline at end of file diff --git a/docs/sources/panels/panel-editor.md b/docs/sources/panels/panel-editor.md index 71f9ae5b666..49a33530543 100644 --- a/docs/sources/panels/panel-editor.md +++ b/docs/sources/panels/panel-editor.md @@ -74,3 +74,5 @@ Features in these tabs are documented in the following topics: - [Visualizations]({{< relref "visualizations/_index.md" >}}) display options vary widely. They are described in the individual visualization topic. - [Field options and overrides]({{< relref "field-options/_index.md" >}}) allow you to control almost every aspect of your visualization, including units, value mappings, and [Thresholds]({{< relref "thresholds.md" >}}). - [Panel links]({{< relref "../linking/panel-links.md" >}}) and [Data links]({{< relref "../linking/data-links.md" >}}) help you connect your visualization to other resources. + + \ No newline at end of file diff --git a/docs/sources/permissions/_index.md b/docs/sources/permissions/_index.md index 52cf2a66509..a39a75eb9ff 100644 --- a/docs/sources/permissions/_index.md +++ b/docs/sources/permissions/_index.md @@ -50,3 +50,5 @@ Per default, a data source in an organization can be queried by any user in that issue any possible query to a data source, not just those queries that exist on dashboards he/she has access to. Data source permissions allows you to change the default permissions for data sources and restrict query permissions to specific **Users** and **Teams**. For more information, refer to [Data source permissions]({{< relref "../enterprise/datasource_permissions.md" >}}) in [Grafana Enterprise]({{< relref "../enterprise" >}}). + + \ No newline at end of file diff --git a/docs/sources/plugins/_index.md b/docs/sources/plugins/_index.md index a3124bb0923..9da394ade74 100644 --- a/docs/sources/plugins/_index.md +++ b/docs/sources/plugins/_index.md @@ -46,3 +46,5 @@ Use app plugins when you want to create an custom out-of-the-box monitoring expe - [Install plugins]({{< relref "./installation.md" >}}) - [Plugin signature verification]({{< relref "./plugin-signature-verification.md" >}}) - Browse the available [Plugins](https://grafana.com/grafana/plugins) + + \ No newline at end of file diff --git a/docs/sources/shared/example.md b/docs/sources/shared/example.md index 4e2a3516186..00307c74ed7 100644 --- a/docs/sources/shared/example.md +++ b/docs/sources/shared/example.md @@ -6,8 +6,8 @@ title: Shared Content npm i ``` -Syntax to invoke this file would be: +Syntax to invoke this file would be the following, minus the backslash: ``` -{{< docs/shared "example" >}} +\{{< docs/shared "example" >}} ``` \ No newline at end of file diff --git a/docs/sources/troubleshooting/_index.md b/docs/sources/troubleshooting/_index.md index fee2c085a7c..bb4079e0d29 100644 --- a/docs/sources/troubleshooting/_index.md +++ b/docs/sources/troubleshooting/_index.md @@ -41,3 +41,5 @@ sudo yum install urw-fonts Check out the [FAQ section](https://community.grafana.com/c/howto/faq) on the Grafana Community page for answers to frequently asked questions. + + diff --git a/docs/sources/variables/_index.md b/docs/sources/variables/_index.md index 0f11f88de3b..0ebd4c247bd 100644 --- a/docs/sources/variables/_index.md +++ b/docs/sources/variables/_index.md @@ -46,3 +46,5 @@ Variables can be used in titles, descriptions, text panels, and queries. Queries - Variable drop-down lists are displayed in the order they are listed in the variable list in Dashboard settings. - Put the variables that you will change often at the top, so they will be shown first (far left on the dashboard). + + \ No newline at end of file diff --git a/docs/sources/whatsnew/whats-new-in-v7-3.md b/docs/sources/whatsnew/whats-new-in-v7-3.md index 80d9a1622d1..87342e295ba 100644 --- a/docs/sources/whatsnew/whats-new-in-v7-3.md +++ b/docs/sources/whatsnew/whats-new-in-v7-3.md @@ -13,7 +13,7 @@ weight = -17 # What's new in Grafana v7.3 -This topic includes the release notes for the Grafana v7.3. For all details, read the full [CHANGELOG.md](https://github.com/grafana/grafana/blob/master/CHANGELOG.md). +This topic includes the release notes for Grafana v7.3. For all details, read the full [CHANGELOG.md](https://github.com/grafana/grafana/blob/master/CHANGELOG.md). ## Highlights @@ -57,3 +57,5 @@ See [upgrade notes]({{< relref "../installation/upgrading.md" >}}). ## Changelog Check out [CHANGELOG.md](https://github.com/grafana/grafana/blob/master/CHANGELOG.md) for a complete list of new features, changes, and bug fixes. + + \ No newline at end of file