From 62bf51f9ea6f28b5f5c909ef4c668e8b51051e69 Mon Sep 17 00:00:00 2001 From: Brian Seeders Date: Fri, 15 May 2020 13:09:12 -0400 Subject: [PATCH] Replace agent metrics link with the new one (#66632) (#66743) --- vars/agentInfo.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/agentInfo.groovy b/vars/agentInfo.groovy index cb20b434ba34c..166a86c169261 100644 --- a/vars/agentInfo.groovy +++ b/vars/agentInfo.groovy @@ -5,7 +5,7 @@ def print() { def resourcesUrl = ( - "https://infra-stats.elastic.co/app/visualize#/edit/8bd92360-1b92-11ea-b719-aba04518cc34" + + "https://infra-stats.elastic.co/app/kibana#/visualize/edit/8bd92360-1b92-11ea-b719-aba04518cc34" + "?_g=(time:(from:'${startTime}',to:'${endTime}'))" + "&_a=(query:'host.name:${env.NODE_NAME}')" )