Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 1 | classes: |
| 2 | - service.heka.remote_collector.single |
Éric Lemoine | aecf659 | 2016-12-14 15:24:39 +0000 | [diff] [blame] | 3 | - system.heka.server |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 4 | parameters: |
| 5 | heka: |
| 6 | remote_collector: |
| 7 | influxdb_host: ${_param:heka_influxdb_host} |
| 8 | influxdb_port: ${_param:influxdb_port} |
Simon Pasquier | 2609e5e | 2017-01-09 13:17:12 +0100 | [diff] [blame] | 9 | influxdb_database: lma |
Simon Pasquier | 89be6d7 | 2017-01-09 13:13:58 +0100 | [diff] [blame] | 10 | influxdb_username: lma |
Simon Pasquier | 105ca7b | 2017-01-09 13:11:17 +0100 | [diff] [blame] | 11 | influxdb_password: ${_param:influxdb_stacklight_password} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 12 | aggregator_host: ${_param:heka_aggregator_host} |
| 13 | aggregator_port: ${_param:aggregator_port} |
Éric Lemoine | dae6ca5 | 2016-12-14 14:52:15 +0000 | [diff] [blame] | 14 | elasticsearch_host: ${_param:heka_elasticsearch_host} |
| 15 | elasticsearch_port: ${_param:elasticsearch_port} |