Simon Pasquier | 6f51556 | 2017-08-29 11:55:02 +0200 | [diff] [blame] | 1 | applications: |
| 2 | - influxdb |
| 3 | classes: |
| 4 | - service.influxdb.support |
| 5 | parameters: |
| 6 | _param: |
| 7 | influxdb_relay_timeout: 10s |
| 8 | influxdb_relay_buffer_size_mb: 512 |
| 9 | influxdb_relay_max_batch_kb: 512 |
| 10 | influxdb_relay_max_delay_inteval: 10s |
| 11 | influxdb: |
| 12 | relay: |
| 13 | enabled: true |
Simon Pasquier | 9178266 | 2017-09-08 11:36:06 +0200 | [diff] [blame] | 14 | telemetry: |
| 15 | enabled: true |
| 16 | bind: |
| 17 | address: ${_param:cluster_local_address} |
| 18 | port: 9196 |
Simon Pasquier | 6f51556 | 2017-08-29 11:55:02 +0200 | [diff] [blame] | 19 | listen: |
| 20 | http: |
| 21 | type: http |
| 22 | bind: |
| 23 | address: ${_param:cluster_local_address} |
| 24 | port: 9096 |
| 25 | output: |
| 26 | influxdb01: |
| 27 | location: http://${_param:cluster_node01_address}:8086/write |
| 28 | timeout: ${_param:influxdb_relay_timeout} |
| 29 | buffer_size_mb: ${_param:influxdb_relay_buffer_size_mb} |
| 30 | max_batch_kb: ${_param:influxdb_relay_max_batch_kb} |
| 31 | max_delay_interval: ${_param:influxdb_relay_max_delay_inteval} |
| 32 | influxdb02: |
| 33 | location: http://${_param:cluster_node02_address}:8086/write |
| 34 | timeout: ${_param:influxdb_relay_timeout} |
| 35 | buffer_size_mb: ${_param:influxdb_relay_buffer_size_mb} |
| 36 | max_batch_kb: ${_param:influxdb_relay_max_batch_kb} |
| 37 | max_delay_interval: ${_param:influxdb_relay_max_delay_inteval} |
| 38 | influxdb03: |
| 39 | location: http://${_param:cluster_node03_address}:8086/write |
| 40 | timeout: ${_param:influxdb_relay_timeout} |
| 41 | buffer_size_mb: ${_param:influxdb_relay_buffer_size_mb} |
| 42 | max_batch_kb: ${_param:influxdb_relay_max_batch_kb} |
| 43 | max_delay_interval: ${_param:influxdb_relay_max_delay_inteval} |