Hi all,
the Promtail I set is throwing the error: “caller=transport.go:286 msg=“error initializing syslog stream” err=EOF”,
The Promtail version is 2.8.0 deployed with Loki Helm chart, (UPDATE: I tried with 2.9.5, which is also not working)
the part related to syslog appear like this:
- job_name: syslog
syslog:
listen_address: 0.0.0.0:1514
listen_protocol: tcp
idle_timeout: 60s
label_structured_data: yes
labels:
job: "syslog"
relabel_configs:
- source_labels: ['__syslog_message_hostname']
target_label: 'host'
want to know your insight for this.
Appreciated for any help