blob: cf7e866e0ea43fcf83bdb308a3508f510615e565 [file] [log] [blame]
Simon Pasquier6f515562017-08-29 11:55:02 +02001influxdb:
2 relay:
3 enabled: true
Simon Pasquier91782662017-09-08 11:36:06 +02004 telemetry:
5 enabled: true
6 bind:
7 address: 127.0.0.1
8 port: 9196
Simon Pasquier6f515562017-08-29 11:55:02 +02009 listen:
10 http_backend:
11 type: http
12 bind:
13 address: 127.0.0.1
14 port: 9096
15 output:
16 server1:
17 location: http://server1:8086/write
18 timeout: 20s
19 buffer_size_mb: 512
20 max_batch_kb: 1024
21 max_delay_interval: 30s
22 server2:
23 location: http://server2:8086/write
24 udp_backend:
25 type: udp
26 bind:
27 address: 127.0.0.1
28 port: 9196
29 output:
30 server1:
31 location: http://server1:8086/write
32 mtu: 1500
33 server2:
34 location: http://server2:8086/write