Dmitry Kalashnik | 71779c5 | 2017-11-10 15:00:05 +0400 | [diff] [blame] | 1 | classes: |
| 2 | - service.fluentd.agent.output.elasticsearch |
Mateusz Matuszkowiak | 72d69a1 | 2018-09-19 15:31:04 +0200 | [diff] [blame] | 3 | - system.fluentd.label.default_output.filter.common |
Dmitry Kalashnik | 71779c5 | 2017-11-10 15:00:05 +0400 | [diff] [blame] | 4 | parameters: |
Machi Hoshino | 9ba9a11 | 2018-04-23 16:00:42 +0900 | [diff] [blame] | 5 | _param: |
Dmitry Kalashnik | 71779c5 | 2017-11-10 15:00:05 +0400 | [diff] [blame] | 6 | fluentd_elasticsearch_host: 127.0.0.1 |
| 7 | elasticsearch_port: 9200 |
| 8 | fluentd: |
| 9 | agent: |
| 10 | config: |
| 11 | label: |
| 12 | default_output: |
Dmitry Kalashnik | 71779c5 | 2017-11-10 15:00:05 +0400 | [diff] [blame] | 13 | match: |
| 14 | elasticsearch_output: |
| 15 | host: ${_param:fluentd_elasticsearch_host} |
| 16 | port: ${_param:elasticsearch_port} |