From 71f6235a8ccd906ae54ac15d228d21a9510d36dc Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 29 Nov 2018 10:38:20 +0100 Subject: [PATCH] add table support flag for logging --- public/app/plugins/datasource/logging/plugin.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/logging/plugin.json b/public/app/plugins/datasource/logging/plugin.json index 9aa844f21cb..c2e49842521 100644 --- a/public/app/plugins/datasource/logging/plugin.json +++ b/public/app/plugins/datasource/logging/plugin.json @@ -7,6 +7,7 @@ "annotations": false, "logs": true, "explore": true, + "tables": true, "info": { "description": "Grafana Logging Data Source for Grafana", "author": { @@ -25,4 +26,4 @@ ], "version": "5.3.0" } -} \ No newline at end of file +}