2022-05-26 23:06:25 +08:00
---
aliases:
2022-12-10 00:36:04 +08:00
- ../../panels/visualizations/news-graph/
- ../../visualizations/news-panel/
2022-05-26 23:06:25 +08:00
keywords:
- grafana
- news
- documentation
- panels
- news panel
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>
2023-07-18 16:10:12 +08:00
labels:
products:
- cloud
- enterprise
- oss
2023-12-13 04:27:29 +08:00
description: Configure options for Grafana's news visualization
2022-05-26 23:06:25 +08:00
title: News
2023-09-01 02:31:37 +08:00
weight: 100
2022-05-26 23:06:25 +08:00
---
2020-05-11 16:42:49 +08:00
2024-05-03 02:17:23 +08:00
# News
2020-05-11 16:42:49 +08:00
2024-05-14 01:12:27 +08:00
The news visualization displays an RSS feed. By default, it displays articles from the Grafana Labs blog, but you can change this by entering a different RSS feed URL.
2020-05-11 16:42:49 +08:00
2024-05-14 01:12:27 +08:00
{{< figure src = "/static/img/docs/news/news-visualization.png" max-width = "1025px" alt = "A news visualization showing the latest Grafana news feed" > }}
2022-04-05 21:16:28 +08:00
2024-05-14 01:12:27 +08:00
{{% admonition type="note" %}}
2023-09-22 22:27:16 +08:00
In version 8.5, we discontinued the "Use Proxy" option for Grafana news visualizations. As a result, RSS feeds that are not configured for request by Grafana's frontend (with the appropriate [CORS headers ](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS )) may not load.
2024-05-14 01:12:27 +08:00
{{% /admonition %}}
You can use the news visualization to provide regular news and updates to your users.
2024-06-12 02:57:03 +08:00
{{< docs / play title = "News Panel" url = "https://play.grafana.org/d/cdodkwspaaa68b/" > }}
2024-05-14 01:12:27 +08:00
## Configure a news visualization
2025-04-12 00:22:25 +08:00
After you’ ve created a [dashboard ](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/dashboards/build-dashboards/create-dashboard/ ), enter the URL of an RSS in the **URL** field in the **News** section. This visualization type doesn't accept any other queries, and you shouldn't expect to be able to filter or query the RSS feed data in any way using this visualization.
2022-04-05 21:16:28 +08:00
2023-06-07 23:28:37 +08:00
If you're having trouble loading an RSS feed, you can try rehosting the feed on a different server or using a CORS proxy. A CORS proxy is a tool that allows you to bypass CORS restrictions by making requests to the RSS feed on your behalf. You can find more information about using CORS proxies online.
2023-09-22 22:27:16 +08:00
If you're unable to display an RSS feed using the news visualization, you can try using the community RSS/Atom data source plugin [RSS/Atom data source ](https://grafana.com/grafana/plugins/volkovlabs-rss-datasource/ ) in combination with the Dynamic text community panel [Dynamic text ](https://grafana.com/grafana/plugins/marcusolsson-dynamictext-panel/ ). This will allow you to display the RSS feed in a different way.
2024-05-03 02:17:23 +08:00
2024-05-14 01:12:27 +08:00
## Supported data formats
The news visualization supports RSS and Atom feeds.
2025-04-12 00:22:25 +08:00
## Configuration options
2024-05-03 02:17:23 +08:00
2025-04-12 00:22:25 +08:00
{{< docs / shared lookup = "visualizations/config-options-intro.md" source = "grafana" version = "<GRAFANA_VERSION>" > }}
2024-05-14 01:12:27 +08:00
2025-04-12 00:22:25 +08:00
### Panel options
2024-05-14 01:12:27 +08:00
2025-04-12 00:22:25 +08:00
{{< docs / shared lookup = "visualizations/panel-options.md" source = "grafana" version = "<GRAFANA_VERSION>" > }}
2024-05-14 01:12:27 +08:00
2025-04-12 00:22:25 +08:00
### News options
2024-05-14 01:12:27 +08:00
2025-04-12 00:22:25 +08:00
Use the following options to refine your news visualization:
2024-05-14 01:12:27 +08:00
2025-04-12 00:22:25 +08:00
- **URL** - The URL of the RSS or Atom feed.
- **Show image** - Controls if the news social image is displayed beside the text content.