[Monitoring] Add Mapping for cfs_quota_micros field (elastic/x-pack-elasticsearch#1710)

This maps the cgroup field, which was unmapped (and now mappings are no longer dynamic).

Original commit: elastic/x-pack-elasticsearch@86b4333ebb
This commit is contained in:
Chris Earle 2017-06-14 07:37:15 -04:00 committed by GitHub
parent 457af97d1f
commit bb31c09ed0
1 changed files with 3 additions and 0 deletions

View File

@ -614,6 +614,9 @@
},
"cpu": {
"properties": {
"cfs_quota_micros": {
"type": "long"
},
"control_group": {
"type": "keyword"
},