Skip to content

Commit 6570564

Browse files
[8.19](backport #45425) [metricbeat] fix linux/pageinfo module mapping (#45469)
* [metricbeat] fix linux/pageinfo module mapping (#45425) (cherry picked from commit df794bf) --------- Co-authored-by: Anderson Queiroz <anderson.queiroz@elastic.co>
1 parent cbd7679 commit 6570564

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
@@ -68,6 +68,7 @@ otherwise no tag is added. {issue}42208[42208] {pull}42403[42403]
6868
*Metricbeat*
6969

7070
- Fix the function to determine CPU cores on windows. {issue}42593[42593] {pull}43409[43409]
71+
- Fix linux/pageinfo module mapping {pull}45425[45425]
7172

7273
*Winlogbeat*
7374

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)