[APM] Make sure errors per minute are reported correctly (#54751)

Closes #54350.
This commit is contained in:
Dario Gieselaar 2020-01-14 21:34:01 +01:00 committed by GitHub
parent f547b76312
commit b91b123206
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -137,7 +137,6 @@ Object {
"events": Object {
"terms": Object {
"field": "processor.event",
"size": 2,
},
},
},

View file

@ -44,7 +44,7 @@ export async function getServicesItems(
terms: { field: SERVICE_AGENT_NAME, size: 1 }
},
events: {
terms: { field: PROCESSOR_EVENT, size: 2 }
terms: { field: PROCESSOR_EVENT }
},
environments: {
terms: { field: SERVICE_ENVIRONMENT }