| Volodymyr Stoiko | 20cfe39 | 2017-06-21 10:44:58 +0300 | [diff] [blame] | 1 | parameters: |
| 2 | _param: | ||||
| 3 | elasticsearch_client_host: ${_param:haproxy_elasticsearch_bind_host} | ||||
| 4 | elasticsearch_client_port: ${_param:haproxy_elasticsearch_http_bind_port} | ||||
| 5 | elasticsearch: | ||||
| 6 | client: | ||||
| 7 | enabled: true | ||||
| 8 | server: | ||||
| 9 | host: ${_param:elasticsearch_client_host} | ||||
| 10 | port: ${_param:elasticsearch_client_port} | ||||