From 0b50a9bfe3e90d5020e99370e28f94542abcfe15 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 13:46:29 -0400 Subject: [PATCH] [v10.4.x] Docs: add table visualization for logs entry to what's new (#84316) Docs: add table visualization for logs entry to what's new (#84313) Added new entry (cherry picked from commit 9da48a8a48b1d12e73dd04bf50716a221c24c0b8) Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> --- docs/sources/whatsnew/whats-new-in-v10-4.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/sources/whatsnew/whats-new-in-v10-4.md b/docs/sources/whatsnew/whats-new-in-v10-4.md index 2c4c28d6e5f..9eb85063958 100644 --- a/docs/sources/whatsnew/whats-new-in-v10-4.md +++ b/docs/sources/whatsnew/whats-new-in-v10-4.md @@ -264,3 +264,19 @@ You can find more information and how to configure the plugin [on Github](https: {{< figure src="/media/images/dashboards/surrealdb-dashboard-example.png" >}} [Documentation](https://grafana.com/grafana/plugins/grafana-surrealdb-datasource/) + +## Table Visualization for Logs + + + +_Generally available in all editions of Grafana_ + +The table visualization for logs, announced in public preview for Grafana 10.3, is generally available in Cloud (all editions) and with Grafana 10.4. + +New to the table visualization with 10.4: + +- the ability to sort columns +- data type autodetection of fields +- autodetection and clean formatting of json fields + +Try it out today!