From 012b9c41a53d1e82ad38889ead76c4a4bf6968f1 Mon Sep 17 00:00:00 2001 From: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Date: Fri, 30 Jul 2021 12:21:51 -0400 Subject: [PATCH] Doc issue 37280 (#37416) * Additional fix: Resized two images in 8.1 what's new to make them smaller * Fixed some broken links and deleted another empty Grafana 8 alert topic. * Replaced reference to troubleshooting with state and health check. --- .../administration/view-server/view-server-settings.md | 2 +- docs/sources/alerting/unified-alerting/_index.md | 2 +- .../unified-alerting/alerting-rules/state-and-health.md | 2 ++ docs/sources/alerting/unified-alerting/create-alert-rule.md | 0 docs/sources/panels/transformations/config-from-query.md | 2 +- docs/sources/panels/visualizations/geomap.md | 2 +- docs/sources/whatsnew/whats-new-in-v8-1.md | 4 ++-- 7 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 docs/sources/alerting/unified-alerting/create-alert-rule.md diff --git a/docs/sources/administration/view-server/view-server-settings.md b/docs/sources/administration/view-server/view-server-settings.md index d847ad65b25..e9dfdd7876a 100644 --- a/docs/sources/administration/view-server/view-server-settings.md +++ b/docs/sources/administration/view-server/view-server-settings.md @@ -8,7 +8,7 @@ weight = 300 # View Grafana server settings -> Refer to [Fine-grained access control]({{< relref "../enterprise/access-control/_index.md" >}}) in Grafana Enterprise to understand how you can control access with fine-grained permissions. +> Refer to [Fine-grained access control]({{< relref "../../enterprise/access-control/_index.md" >}}) in Grafana Enterprise to understand how you can control access with fine-grained permissions. If you are a Grafana server administrator, use the Settings tab to view the settings that are applied to your Grafana server via the [Configuration]({{< relref "../configuration.md#config-file-locations" >}}) file and any environmental variables. diff --git a/docs/sources/alerting/unified-alerting/_index.md b/docs/sources/alerting/unified-alerting/_index.md index 42d7e985580..d96ef3b1438 100644 --- a/docs/sources/alerting/unified-alerting/_index.md +++ b/docs/sources/alerting/unified-alerting/_index.md @@ -24,7 +24,7 @@ You can perform the following tasks for alerts: - [Create a Grafana managed alert rule]({{< relref "alerting-rules/create-grafana-managed-rule.md" >}}) - [Create a Cortex or Loki managed alert rule]({{< relref "alerting-rules/create-cortex-loki-managed-rule.md" >}}) - [View existing alert rules and their current state]({{< relref "alerting-rules/rule-list.md" >}}) -- [Test alert rules and troubleshoot]({{< relref "./troubleshoot-alerts.md" >}}) +- [View state and health of alerting rules]({{< relref "alerting-rules/state-and-health.md" >}}) - [Add or edit an alert contact point]({{< relref "./contact-points.md" >}}) - [Add or edit notification policies]({{< relref "./notification-policies.md" >}}) - [Create and edit silences]({{< relref "./silences.md" >}}) diff --git a/docs/sources/alerting/unified-alerting/alerting-rules/state-and-health.md b/docs/sources/alerting/unified-alerting/alerting-rules/state-and-health.md index d4170b097fe..7c5be151d9a 100644 --- a/docs/sources/alerting/unified-alerting/alerting-rules/state-and-health.md +++ b/docs/sources/alerting/unified-alerting/alerting-rules/state-and-health.md @@ -4,6 +4,8 @@ description = "State and Health of alerting rules" keywords = ["grafana", "alerting", "guide", "state"] +++ +# State and Health of alerting rule + The concepts of state and health for alerting rules help you understand, at a glance, several key status indicators about your alerts. Alert state, alerting rule state, and alerting rule health are related, but they each convey subtly different information. ## Alerting rule state diff --git a/docs/sources/alerting/unified-alerting/create-alert-rule.md b/docs/sources/alerting/unified-alerting/create-alert-rule.md deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/docs/sources/panels/transformations/config-from-query.md b/docs/sources/panels/transformations/config-from-query.md index dec32de804d..705f0786230 100644 --- a/docs/sources/panels/transformations/config-from-query.md +++ b/docs/sources/panels/transformations/config-from-query.md @@ -7,7 +7,7 @@ weight = 300 > **Note:** This is a new beta transformation introduced in v8.1. -This transformation allow you select one query and from it extract [standard options]({{< relref "./standard-options.md" >}}) like **Min**, **Max**, **Unit** and **Thresholds** and apply it to other query results. This enables dynamic query driven visualization configuration. +This transformation allow you select one query and from it extract [standard options]({{< relref "../standard-options.md" >}}) like **Min**, **Max**, **Unit** and **Thresholds** and apply it to other query results. This enables dynamic query driven visualization configuration. If you want to extract a unique config for every row in the config query result then try the [Rows to fields]({{< relref "./rows-to-fields" >}}) transformation instead. diff --git a/docs/sources/panels/visualizations/geomap.md b/docs/sources/panels/visualizations/geomap.md index 2cc83f52dbf..a577be0635a 100644 --- a/docs/sources/panels/visualizations/geomap.md +++ b/docs/sources/panels/visualizations/geomap.md @@ -20,7 +20,7 @@ The base layer loads in a blank world map from the tile server to the Grafana pa ### Configure the default base layer with provisioning -You can configure the default base map using config files with Grafana’s provisioning system. For more information on all the settings, refer to the [provisioning docs page]({{< relref "../administration/provisioning.md" >}}). +You can configure the default base map using config files with Grafana’s provisioning system. For more information on all the settings, refer to the [provisioning docs page]({{< relref "../../administration/provisioning.md" >}}). Use the JSON configuration option `default_baselayer_config` to define the default base map. There are currently four base map options to choose from: `carto`, `esri-xyz`, `osm-standard`, `xyz`. Here are some provisioning examples for each base map option. diff --git a/docs/sources/whatsnew/whats-new-in-v8-1.md b/docs/sources/whatsnew/whats-new-in-v8-1.md index 11ca8f7ad4a..de03cccfdfb 100644 --- a/docs/sources/whatsnew/whats-new-in-v8-1.md +++ b/docs/sources/whatsnew/whats-new-in-v8-1.md @@ -26,13 +26,13 @@ These features are included in the Grafana open source edition. Grafana 8.1 introduces the foundation for our new map panel. This new panel leverages [OpenLayers](https://openlayers.org/) and gives us a flexible solution for extending the way we use the new Geomap panel moving forward. The new Geomap panel includes multiple base layer styles (map layer options), as well as a more open data layer. The data layer can use coordinates and geo-hashed data in addition to a lookup table. The Geomap panel is also able to share views across multiple Geomap panels on the same dashboard, making it straightforward to visualize and explore multiple types of geospatial data using the same map zoom and focus settings. For more information, refer to [Geomap panel]({{< relref "../panels/visualizations/geomap.md" >}}). -{{< figure src="/static/img/docs/geomap-panel/geomap_with_heatmap.png" max-width="1200px" caption="Geomap panel: Heatmap" >}} +{{< figure src="/static/img/docs/geomap-panel/geomap_with_heatmap.png" max-width="850px" caption="Geomap panel: Heatmap" >}} ## Annotation panel The new Annotations panel shows a list of available annotations you can use to create lists of annotated data available within your organization. Various options are available to filter the list based on the tags and on the current dashboard. This panel makes it easy to find and filter annotated data within and across multiple dashboards. -{{< figure src="/static/img/docs/annotations-panel/annolist.png" max-width="1200px" caption="Annotations panel" >}} +{{< figure src="/static/img/docs/annotations-panel/annolist.png" max-width="900px" caption="Annotations panel" >}} ### Time series panel updates