Skip to content

Commit 40b48e2

Browse files
Dimension setting added to host.name in system package (#8261)
* Update null checks anf if checks in the rename * Update changelog.yml * Add dimension setting to host.name * Update packages/system/changelog.yml Co-authored-by: Tetiana Kravchenko <tanya.kravchenko.v@gmail.com> * Update packages/system/changelog.yml Co-authored-by: Tetiana Kravchenko <tanya.kravchenko.v@gmail.com> * Removed dimension field from host.id --------- Co-authored-by: Tetiana Kravchenko <tanya.kravchenko.v@gmail.com>
1 parent dbe0025 commit 40b48e2

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

packages/system/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: "1.46.1"
3+
changes:
4+
- description: Added dimension setting to host.name field in memory and diskio datastream
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/8261
27
- version: "1.46.0"
38
changes:
49
- description: Added field `winlog.event_data.EnabledPrivilegeList` as type keyword to security data stream.

packages/system/data_stream/diskio/fields/ecs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
name: host.hostname
99
- external: ecs
1010
name: host.name
11+
dimension: true
1112
- external: ecs
1213
name: host.os.family
1314
- external: ecs

packages/system/data_stream/memory/fields/agent.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
external: ecs
4747
- name: id
4848
external: ecs
49-
dimension: true
5049
- name: containerized
5150
type: boolean
5251
description: >

packages/system/data_stream/memory/fields/ecs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
name: host.mac
77
- external: ecs
88
name: host.name
9+
dimension: true
910
- external: ecs
1011
name: host.os.family
1112
- external: ecs

packages/system/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.0.0
22
name: system
33
title: System
4-
version: 1.46.0
4+
version: 1.46.1
55
description: Collect system logs and metrics from your servers with Elastic Agent.
66
type: integration
77
categories:

0 commit comments

Comments
 (0)