Skip to content

Commit 9b6c5b5

Browse files
fix formatting of filesystem ignore types
1 parent 19e7caa commit 9b6c5b5

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

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.58.2"
3+
changes:
4+
- description: Fix filesystem ignore_types
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/9771
27
- version: "1.58.1"
38
changes:
49
- description: Fix metrics overview dashboard.

packages/system/data_stream/filesystem/agent/stream/stream.yml.hbs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ metricsets: ["filesystem"]
22
period: {{period}}
33
processors: {{processors}}
44
{{#if filesystem.ignore_types}}
5-
filesystem.ignore_types: {{filesystem.ignore_types}}
5+
filesystem.ignore_types:
6+
{{#each filesystem.ignore_types as |type i|}}
7+
- {{type}}
8+
{{/each}}
69
{{/if}}
710
{{#if system.hostfs}}
811
system.hostfs: {{system.hostfs}}

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.2
22
name: system
33
title: System
4-
version: 1.58.1
4+
version: 1.58.2
55
description: Collect system logs and metrics from your servers with Elastic Agent.
66
type: integration
77
categories:

0 commit comments

Comments
 (0)