add missing error type mapping for apm-server monitoring (#36178)

This commit is contained in:
Gil Raphaelli 2018-12-05 07:46:17 -05:00 committed by GitHub
parent d531fab4b3
commit 37127c19ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -297,6 +297,9 @@
"unauthorized": {
"type": "long"
},
"internal": {
"type": "long"
},
"decode": {
"type": "long"
},