We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113ddec commit 313c07cCopy full SHA for 313c07c
packages/system/data_stream/fsstat/agent/stream/stream.yml.hbs
@@ -3,7 +3,7 @@ period: {{period}}
3
processors: {{processors}}
4
{{#if filesystem.ignore_types}}
5
filesystem.ignore_types:
6
-{{#each filesystem.ignore_types as |type i|}}
+{{#each filesystem.ignore_types as |type|}}
7
- {{type}}
8
{{/each}}
9
{{/if}}
@@ -15,4 +15,4 @@ tags:
15
{{#each tags as |tag i|}}
16
- {{tag}}
17
18
-{{/if}}
+{{/if}}
0 commit comments