Skip to content

Commit

Permalink
[Monitoring] APM mapping update (#46244) (#58499)
Browse files Browse the repository at this point in the history
* Add acm mapping to APM for beats

* Add root mapping for APM

* Add sourcemap mapping to APM

* Fix missing properties

* Fix a second missing properties

* Add request property to acm

* Remove root and sourcemap per review

Co-authored-by: Mike Place <mike.place@elastic.co>
  • Loading branch information
chrisronline and cachedout committed Jun 24, 2020
1 parent 73612ca commit 4c010a9
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions x-pack/plugin/core/src/main/resources/monitoring-beats.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,96 @@
},
"apm-server": {
"properties": {
"acm": {
"properties": {
"request": {
"properties": {
"count": {
"type": "long"
}
}
},
"response": {
"properties": {
"count": {
"type": "long"
},
"errors": {
"properties": {
"validate": {
"type": "long"
},
"internal": {
"type": "long"
},
"queue": {
"type": "long"
},
"count": {
"type": "long"
},
"decode": {
"type": "long"
},
"toolarge": {
"type": "long"
},
"unavailable": {
"type": "long"
},
"forbidden": {
"type": "long"
},
"method": {
"type": "long"
},
"notfound": {
"type": "long"
},
"invalidquery": {
"type": "long"
},
"ratelimit": {
"type": "long"
},
"closed": {
"type": "long"
},
"unauthorized": {
"type": "long"
}
}
},
"valid": {
"properties": {
"notmodified": {
"type": "long"
},
"count": {
"type": "long"
},
"ok": {
"type": "long"
},
"accepted": {
"type": "long"
}
}
},
"unset": {
"type": "long"
},
"request": {
"properties": {
"count": {
"type": "long"
}
}
}
}
}
}
},
"server": {
"properties": {
"request": {
Expand Down

0 comments on commit 4c010a9

Please sign in to comment.