Skip to content

Commit b38e67b

Browse files
committed
[metricbeat] fix linux/pageinfo module mapping
1 parent 322a614 commit b38e67b

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
@@ -48,6 +48,7 @@ https://github.com/elastic/beats/compare/v9.0.0-beta1\...v9.0.0-rc1[View commits
4848

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

5253
*Winlogbeat*
5354

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)