blob: df33055ec987a0fc8c91f23e3e2b31d3f3bdda32 [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001classes:
2- service.heka.remote_collector.single
3parameters:
4 heka:
5 remote_collector:
6 influxdb_host: ${_param:heka_influxdb_host}
7 influxdb_port: ${_param:influxdb_port}
8 influxdb_database: ${_param:influxdb_database}
9 influxdb_username: ${_param:influxdb_user}
10 influxdb_password: ${_param:influxdb_password}
11 aggregator_host: ${_param:heka_aggregator_host}
12 aggregator_port: ${_param:aggregator_port}