From 97fae3f47363dec053c299478495a242ddea5e30 Mon Sep 17 00:00:00 2001 From: Ruairi Douglas Date: Mon, 27 Sep 2021 20:21:14 +0100 Subject: [PATCH] Fix logs in GATSBY Build dashboard (#336) --- definitions/ext-gatsby_build/dashboard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/definitions/ext-gatsby_build/dashboard.json b/definitions/ext-gatsby_build/dashboard.json index ab3a6ad87..975cfacc4 100644 --- a/definitions/ext-gatsby_build/dashboard.json +++ b/definitions/ext-gatsby_build/dashboard.json @@ -59,7 +59,7 @@ "nrqlQueries": [ { "accountId": 0, - "query": "SELECT `log_severity``timestamp``message` FROM Log WHERE message LIKE '%success%'" + "query": "SELECT `log_severity`,`timestamp`,`message` FROM Log WHERE message LIKE '%success%'" } ] }