packages/swimlane/data_stream/turbine_api/agent/stream/stream.yml.hbs (20 lines of code) (raw):
paths:
{{#each paths}}
- {{this}}
{{/each}}
ingest_pipeline: default
prospector.scanner.symlinks: {{ symlinks }}
{{#if condition}}
condition: {{ condition }}
{{/if}}
parsers:
- container:
stream: {{ containerParserStream }}
format: {{ containerParserFormat }}
{{#if processors}}
processors:
{{processors}}
{{/if}}
{{#if custom}}
{{custom}}
{{/if}}