[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:
parent
457af97d1f
commit
bb31c09ed0
|
@ -614,6 +614,9 @@
|
|||
},
|
||||
"cpu": {
|
||||
"properties": {
|
||||
"cfs_quota_micros": {
|
||||
"type": "long"
|
||||
},
|
||||
"control_group": {
|
||||
"type": "keyword"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue