Skip to content

Commit 4f8e90b

Browse files
authored
[linux] fix mapping for pageinfo (#14579)
1 parent a77b577 commit 4f8e90b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

packages/linux/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "0.7.2"
3+
changes:
4+
- description: Fix mapping for pageinfo
5+
type: bugfix
6+
link: http://github.com/elastic/integrations/pull/14579
27
- version: "0.7.1"
38
changes:
49
- description: Avoid using dynamic template for flattened fields

packages/linux/data_stream/pageinfo/fields/fields.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
- name: nodes.*
194194
type: object
195195
object_type: keyword
196-
object_type_mapping_type: "*"
196+
object_type_mapping_type: "string"
197197
description: >
198198
Raw allocation info from /proc/pagetypeinfo
199199

packages/linux/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.3.0
22
name: linux
33
title: Linux Metrics
4-
version: 0.7.1
4+
version: 0.7.2
55
description: Collect metrics from Linux servers with Elastic Agent.
66
type: integration
77
categories:

0 commit comments

Comments
 (0)