blob: e523861cd1e4ef3b6b667e41cc79c39fd7243d2b [file] [log] [blame]
Mohammed Naser8a2c8fb2023-02-19 17:23:55 +00001# Components sharing the same port with different protocols
2## Values file for testing config that shares the same numeric port.
3customConfig:
4 api:
5 enabled: false
6 sources:
7 syslog-tcp:
8 type: syslog
9 address: 0.0.0.0:514
10 max_length: 102400
11 mode: tcp
12 shutdown_timeout_secs: 30
13 syslog-udp:
14 type: syslog
15 address: 0.0.0.0:514
16 max_length: 102400
17 mode: udp
18 shutdown_timeout_secs: 30
19 sinks:
20 stdout:
21 type: console
22 inputs: ["syslog-*"]
23 encoding:
24 codec: json