Per https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-nodes-stats.html they should be strings.
@@ -0,0 +1,5 @@
+pr: 88260
+summary: "[Stack Monitoring] Switch cgroup memory fields to keyword"
+area: Monitoring
+type: bug
+issues: []
@@ -732,14 +732,16 @@
"usage": {
"properties": {
"bytes": {
- "type": "long"
+ "ignore_above": 1024,
+ "type": "keyword"
}
},
"limit": {