blob: c18484f04f5da9f5d66c173c49ff9ccf71fc1e5d [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001classes:
2- service.heka.remote_collector.single
Éric Lemoineaecf6592016-12-14 15:24:39 +00003- system.heka.server
Ondrej Smola03ff34e2016-12-01 01:30:33 +01004parameters:
5 heka:
6 remote_collector:
7 influxdb_host: ${_param:heka_influxdb_host}
8 influxdb_port: ${_param:influxdb_port}
Simon Pasquier2609e5e2017-01-09 13:17:12 +01009 influxdb_database: lma
Simon Pasquier89be6d72017-01-09 13:13:58 +010010 influxdb_username: lma
Simon Pasquier105ca7b2017-01-09 13:11:17 +010011 influxdb_password: ${_param:influxdb_stacklight_password}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010012 aggregator_host: ${_param:heka_aggregator_host}
13 aggregator_port: ${_param:aggregator_port}
Éric Lemoinedae6ca52016-12-14 14:52:15 +000014 elasticsearch_host: ${_param:heka_elasticsearch_host}
15 elasticsearch_port: ${_param:elasticsearch_port}