Skip to content

Commit 2936b4d

Browse files
fix predefined processors
1 parent 9cde107 commit 2936b4d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/linux/data_stream/pageinfo/agent/stream/stream.yml.hbs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ period: {{period}}
44
{{#if system.hostfs}}
55
hostfs: {{system.hostfs}}
66
{{/if}}
7-
processors:
8-
- drop_fields:
9-
fields: event.module
107
{{#if processors}}
8+
processors:
119
{{processors}}
1210
{{/if}}

packages/linux/data_stream/raid/agent/stream/stream.yml.hbs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ period: {{period}}
77
{{#if system.hostfs}}
88
hostfs: {{system.hostfs}}
99
{{/if}}
10-
{{#if processors}}
1110
processors:
11+
- drop_fields:
12+
fields: event.module
13+
{{#if processors}}
1214
{{processors}}
1315
{{/if}}

0 commit comments

Comments
 (0)