add missing error type mapping for apm-server monitoring (#36178)
This commit is contained in:
parent
d531fab4b3
commit
37127c19ba
|
@ -297,6 +297,9 @@
|
|||
"unauthorized": {
|
||||
"type": "long"
|
||||
},
|
||||
"internal": {
|
||||
"type": "long"
|
||||
},
|
||||
"decode": {
|
||||
"type": "long"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue