File: //usr/share/filebeat/module/juniper/srx/config/srx.yml
{{ if eq .input "tcp" }}
type: tcp
host: "{{.syslog_host}}:{{.syslog_port}}"
{{ else if eq .input "udp" }}
type: udp
host: "{{.syslog_host}}:{{.syslog_port}}"
{{ else if eq .input "file" }}
type: log
paths:
{{ range $i, $path := .paths }}
- {{$path}}
{{ end }}
exclude_files: [".gz$"]
{{ end }}
tags: {{.tags | tojson}}
publisher_pipeline.disable_host: {{ inList .tags "forwarded" }}
processors:
- add_locale: ~
- add_fields:
target: ''
fields:
ecs.version: 1.12.0