Dmitry Kalashnik | 71779c5 | 2017-11-10 15:00:05 +0400 | [diff] [blame] | 1 | classes: |
2 | - service.fluentd.agent.output.elasticsearch | ||||
3 | parameters: | ||||
4 | _params: | ||||
5 | fluentd_elasticsearch_host: 127.0.0.1 | ||||
6 | elasticsearch_port: 9200 | ||||
7 | fluentd: | ||||
8 | agent: | ||||
9 | config: | ||||
10 | label: | ||||
11 | default_output: | ||||
12 | match: | ||||
13 | elasticsearch_output: | ||||
14 | host: ${_param:fluentd_elasticsearch_host} | ||||
15 | port: ${_param:elasticsearch_port} |