Update beats template to include apm-server metrics (#33286)

This commit is contained in:
Chris Roberson 2018-09-10 08:50:07 -05:00 committed by GitHub
parent 80c4661d0c
commit 369db8a9d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 268 additions and 0 deletions

View File

@ -224,6 +224,274 @@
}
}
},
"apm-server": {
"properties": {
"server": {
"properties": {
"request": {
"properties": {
"count": {
"type": "long"
}
}
},
"concurrent": {
"properties": {
"wait": {
"properties": {
"ms": {
"type": "long"
}
}
}
}
},
"response": {
"properties": {
"count": {
"type": "long"
},
"errors": {
"properties": {
"count": {
"type": "long"
},
"toolarge": {
"type": "long"
},
"validate": {
"type": "long"
},
"ratelimit": {
"type": "long"
},
"queue": {
"type": "long"
},
"closed": {
"type": "long"
},
"forbidden": {
"type": "long"
},
"concurrency": {
"type": "long"
},
"unauthorized": {
"type": "long"
},
"decode": {
"type": "long"
},
"method": {
"type": "long"
}
}
},
"valid": {
"properties": {
"ok": {
"type": "long"
},
"accepted": {
"type": "long"
},
"count": {
"type": "long"
}
}
}
}
}
}
},
"decoder": {
"properties": {
"deflate": {
"properties": {
"content-length": {
"type": "long"
},
"count": {
"type": "long"
}
}
},
"gzip": {
"properties": {
"content-length": {
"type": "long"
},
"count": {
"type": "long"
}
}
},
"uncompressed": {
"properties": {
"content-length": {
"type": "long"
},
"count": {
"type": "long"
}
}
},
"reader": {
"properties": {
"size": {
"type": "long"
},
"count": {
"type": "long"
}
}
},
"missing-content-length": {
"properties": {
"count": {
"type": "long"
}
}
}
}
},
"processor": {
"properties": {
"metric": {
"properties": {
"decoding": {
"properties": {
"errors": {
"type": "long"
},
"count": {
"type": "long"
}
}
},
"validation": {
"properties": {
"errors": {
"type": "long"
},
"count": {
"type": "long"
}
}
},
"transformations": {
"type": "long"
}
}
},
"sourcemap": {
"properties": {
"counter": {
"type": "long"
},
"decoding": {
"properties": {
"errors": {
"type": "long"
},
"count": {
"type": "long"
}
}
},
"validation": {
"properties": {
"errors": {
"type": "long"
},
"count": {
"type": "long"
}
}
}
}
},
"transaction": {
"properties": {
"decoding": {
"properties": {
"errors": {
"type": "long"
},
"count": {
"type": "long"
}
}
},
"validation": {
"properties": {
"errors": {
"type": "long"
},
"count": {
"type": "long"
}
}
},
"transformations": {
"type": "long"
},
"transactions": {
"type": "long"
},
"spans": {
"type": "long"
},
"stacktraces": {
"type": "long"
},
"frames": {
"type": "long"
}
}
},
"error": {
"properties": {
"decoding": {
"properties": {
"errors": {
"type": "long"
},
"count": {
"type": "long"
}
}
},
"validation": {
"properties": {
"errors": {
"type": "long"
},
"count": {
"type": "long"
}
}
},
"transformations": {
"type": "long"
},
"errors": {
"type": "long"
},
"stacktraces": {
"type": "long"
},
"frames": {
"type": "long"
}
}
}
}
}
}
},
"libbeat": {
"properties": {
"config": {