Skip to content

Commit 97dba77

Browse files
AndersonQmergify[bot]
authored andcommitted
[metricbeat] fix linux/pageinfo module mapping (#45425)
(cherry picked from commit df794bf)
1 parent cdc93ea commit 97dba77

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ https://github.com/elastic/beats/compare/v9.0.0-beta1\...v9.0.0-rc1[View commits
186186

187187
- Add AWS OwningAccount support for cross account monitoring. {issue}40570[40570] {pull}40691[40691]
188188
- Fix logging argument number mismatch in Metricbeat(Redis). {pull}43072[43072]
189+
- Fix linux/pageinfo module mapping {pull}45425[45425]
189190

190191
*Winlogbeat*
191192

metricbeat/module/linux/fields.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

metricbeat/module/linux/pageinfo/_meta/fields.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
free chunks of 2^10*PAGE_SIZE
6161
- name: nodes.*
6262
type: object
63+
object_type: keyword
64+
object_type_mapping_type: "string"
6365
description: >
64-
Raw allocation info from /proc/pagetypeinfo
65-
66+
Raw allocation info from /proc/pagetypeinfo

0 commit comments

Comments
 (0)