blob: 82d8bad57aad6c688bb197f8084ba29f0fa74605 [file] [log] [blame]
Dmitry Kalashnik87d2c312018-08-15 11:05:47 +04001parameters:
2 nginx:
3 server:
4 stream:
5 elasticsearch_binary:
6 backend:
7 elasticsearch:
8 address: ${_param:stacklight_monitor_address}
9 port: 9305
10 host:
11 port: 9300
12 site:
13 nginx_proxy_elasticsearch:
14 enabled: true
15 type: nginx_proxy
16 name: elasticsearch
17 proxy:
18 host: ${_param:stacklight_monitor_address}
19 port: 9205
20 protocol: http
21 host:
22 name: ${_param:cluster_public_host}
23 port: 9200
24 protocol: https
25 ssl: ${_param:nginx_proxy_ssl}