packages/hpe_aruba_cx/data_stream/log/agent/stream/tcp.yml.hbs (18 lines of code) (raw):
host: "{{listen_address}}:{{listen_port}}"
tags:
{{#if preserve_original_event}}
- preserve_original_event
{{/if}}
{{#each tags as |tag|}}
- {{tag}}
{{/each}}
{{#if processors}}
processors:
{{processors}}
{{/if}}
{{#if ssl}}
ssl: {{ssl}}
{{/if}}
{{#if tcp_options}}
{{tcp_options}}
{{/if}}