blob: 0c4f1fa7d3a3a96ff9cbd5d390dd3665aceb0386 [file] [log] [blame]
{%- if pillar.heka is defined %}
include:
{%- if pillar.heka.log_collector is defined %}
- heka.log_collector
{%- endif %}
{%- if pillar.heka.metric_collector is defined %}
- heka.metric_collector
{%- endif %}
{%- if pillar.heka.remote_collector is defined %}
- heka.remote_collector
{%- endif %}
{%- if pillar.heka.aggregator is defined %}
- heka.aggregator
{%- endif %}
{%- endif %}