Mohammed Naser | 8a2c8fb | 2023-02-19 17:23:55 +0000 | [diff] [blame] | 1 | # Components sharing the same port with different protocols |
2 | ## Values file for testing config that shares the same numeric port. | ||||
3 | customConfig: | ||||
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 |