packages/hpe_aruba_cx/data_stream/log/agent/stream/filestream.yml.hbs (16 lines of code) (raw):
paths:
{{#each paths as |path|}}
- {{path}}
{{/each}}
exclude_files: [".gz$"]
tags:
{{#if preserve_original_event}}
- preserve_original_event
{{/if}}
{{#each tags as |tag|}}
- {{tag}}
{{/each}}
{{#if processors}}
processors:
{{processors}}
{{/if}}