Replace agent metrics link with the new one (#66632)

This commit is contained in:
Brian Seeders 2020-05-15 10:41:02 -04:00 committed by GitHub
parent 1c004e98d6
commit e3f6da0416
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}')"
)