Skip to content

Commit

Permalink
[Stack Monitoring] Switch cgroup memory fields to keyword (#88260) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
matschaffer committed Jul 11, 2022
1 parent c9e66aa commit 6201e27
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/changelog/88260.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 88260
summary: "[Stack Monitoring] Switch cgroup memory fields to keyword"
area: Monitoring
type: bug
issues: []
6 changes: 4 additions & 2 deletions x-pack/plugin/core/src/main/resources/monitoring-es-mb.json
Original file line number Diff line number Diff line change
Expand Up @@ -732,14 +732,16 @@
"usage": {
"properties": {
"bytes": {
"type": "long"
"ignore_above": 1024,
"type": "keyword"
}
}
},
"limit": {
"properties": {
"bytes": {
"type": "long"
"ignore_above": 1024,
"type": "keyword"
}
}
}
Expand Down

0 comments on commit 6201e27

Please sign in to comment.