Skip to content

Commit

Permalink
Dimension setting added to host.name in system package (#8261)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* Update packages/system/changelog.yml

Co-authored-by: Tetiana Kravchenko <[email protected]>

* Removed dimension field from host.id

---------

Co-authored-by: Tetiana Kravchenko <[email protected]>
  • Loading branch information
ishleenk17 and tetianakravchenko authored Oct 25, 2023
1 parent dbe0025 commit 40b48e2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/system/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.46.1"
changes:
- description: Added dimension setting to host.name field in memory and diskio datastream
type: bugfix
link: https://github.com/elastic/integrations/pull/8261
- version: "1.46.0"
changes:
- description: Added field `winlog.event_data.EnabledPrivilegeList` as type keyword to security data stream.
Expand Down
1 change: 1 addition & 0 deletions packages/system/data_stream/diskio/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
name: host.hostname
- external: ecs
name: host.name
dimension: true
- external: ecs
name: host.os.family
- external: ecs
Expand Down
1 change: 0 additions & 1 deletion packages/system/data_stream/memory/fields/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
external: ecs
- name: id
external: ecs
dimension: true
- name: containerized
type: boolean
description: >
Expand Down
1 change: 1 addition & 0 deletions packages/system/data_stream/memory/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
name: host.mac
- external: ecs
name: host.name
dimension: true
- external: ecs
name: host.os.family
- external: ecs
Expand Down
2 changes: 1 addition & 1 deletion packages/system/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.0.0
name: system
title: System
version: 1.46.0
version: 1.46.1
description: Collect system logs and metrics from your servers with Elastic Agent.
type: integration
categories:
Expand Down

0 comments on commit 40b48e2

Please sign in to comment.