From 6d5fa7b7a0e7e3f5f8a57eefea5b814e55613916 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:58:26 -0400 Subject: [PATCH] [v11.3.x] Docs: Add Correlations entry to what's new (#95172) Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> --- docs/sources/whatsnew/whats-new-in-v11-3.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/sources/whatsnew/whats-new-in-v11-3.md b/docs/sources/whatsnew/whats-new-in-v11-3.md index bc9cce95b15..b73d70f72e1 100644 --- a/docs/sources/whatsnew/whats-new-in-v11-3.md +++ b/docs/sources/whatsnew/whats-new-in-v11-3.md @@ -172,6 +172,20 @@ While **Explore Logs** is [GA in cloud](https://grafana.com/blog/2024/09/24/quer This is configured by the [`preinstall` configuration parameter](https://github.com/grafana/grafana/blob/9ece88d5852dceb90f83271e66902eece24f908f/conf/defaults.ini#L1748) in your Grafana configuration. For more information about Explore logs, refer to [the documentation](https://grafana.com/docs/grafana//explore/simplified-exploration/logs/). +## Correlations + +### Add correlations to external URLs in Explore + + + +_Generally available in all editions of Grafana_ + +Correlations is a feature that allows Grafana users to set up links between their data sources. Previously, the link generated would only be from one query to another—meaning results from a query could only generate links to open a second Explore pane with other query results. + +With this feature, users can now link to third party web-based software based on their search results. The format follows the standard Grafana format for using variables. + +[Documentation](https://grafana.com/docs/grafana//administration/correlations/) + ## Alerting ### Simplified query section for alert rule creation