From e8bab735559280ac25e9d2728baf76f8e8c0e928 Mon Sep 17 00:00:00 2001 From: Keagan Peet Date: Wed, 17 Jan 2024 17:14:01 -0500 Subject: [PATCH] Update utils.js --- nerdlets/command-center-v2-nerdlet/utils.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nerdlets/command-center-v2-nerdlet/utils.js b/nerdlets/command-center-v2-nerdlet/utils.js index abb12fe..8f209c6 100644 --- a/nerdlets/command-center-v2-nerdlet/utils.js +++ b/nerdlets/command-center-v2-nerdlet/utils.js @@ -6,7 +6,7 @@ module.exports = { return ` { actor { - entitySearch(query: "alertable IS TRUE AND (domain = 'AIOPS' AND type = 'ISSUE' and tags.source = 'newrelic' AND tags.accountId = '${account}')") { + entitySearch(query: "domain = 'AIOPS' AND type = 'ISSUE' and tags.source = 'newrelic' AND tags.accountId = '${account}'") { results { entities { name @@ -26,7 +26,7 @@ module.exports = { return ` { actor { - entitySearch(query: "alertable IS TRUE AND (domain = 'AIOPS' AND type = 'ISSUE' and tags.source = 'newrelic' AND tags.accountId = '${account}')") { + entitySearch(query: "domain = 'AIOPS' AND type = 'ISSUE' and tags.source = 'newrelic' AND tags.accountId = '${account}'") { results(cursor: "${cursor}") { entities { name @@ -96,7 +96,7 @@ module.exports = { return ` { actor { - entitySearch(query: "alertable IS TRUE AND (domain = 'AIOPS' AND type = 'ISSUE' and tags.source = 'newrelic' AND tags.accountId = '${account}')") { + entitySearch(query: "domain = 'AIOPS' AND type = 'ISSUE' and tags.source = 'newrelic' AND tags.accountId = '${account}'") { results { entities { name @@ -116,7 +116,7 @@ module.exports = { return ` { actor { - entitySearch(query: "alertable IS TRUE AND (domain = 'AIOPS' AND type = 'ISSUE' and tags.source = 'newrelic' AND tags.accountId = '${account}')") { + entitySearch(query: "domain = 'AIOPS' AND type = 'ISSUE' and tags.source = 'newrelic' AND tags.accountId = '${account}'") { results(cursor: "${cursor}") { entities { name