Skip to content

Commit

Permalink
Fix a second missing properties
Browse files Browse the repository at this point in the history
  • Loading branch information
cachedout committed Sep 20, 2019
1 parent d552e86 commit 29a0327
Showing 1 changed file with 40 additions and 38 deletions.
78 changes: 40 additions & 38 deletions x-pack/plugin/core/src/main/resources/monitoring-beats.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,44 +334,46 @@
"response": {
"properties": {
"errors": {
"count": {
"type": "long"
},
"closed": {
"type": "long"
},
"unauthorized": {
"type": "long"
},
"forbidden": {
"type": "long"
},
"internal": {
"type": "long"
},
"notfound": {
"type": "long"
},
"ratelimit": {
"type": "long"
},
"invalidquery": {
"type": "long"
},
"method": {
"type": "long"
},
"unavailable": {
"type": "long"
},
"toolarge": {
"type": "long"
},
"queue": {
"type": "long"
},
"validate": {
"type": "long"
"properties": {
"count": {
"type": "long"
},
"closed": {
"type": "long"
},
"unauthorized": {
"type": "long"
},
"forbidden": {
"type": "long"
},
"internal": {
"type": "long"
},
"notfound": {
"type": "long"
},
"ratelimit": {
"type": "long"
},
"invalidquery": {
"type": "long"
},
"method": {
"type": "long"
},
"unavailable": {
"type": "long"
},
"toolarge": {
"type": "long"
},
"queue": {
"type": "long"
},
"validate": {
"type": "long"
}
}
},
"valid": {
Expand Down

0 comments on commit 29a0327

Please sign in to comment.