
This addition is an updated of the curent elk_metrics which will install Elasticsearc, Logstash and Kibana 6.x. It also include configuration guide for haproxy endpoints Change-Id: Iac4dec6d17bc75433e5fe672f3b9781536b8e619
21 lines
442 B
YAML
21 lines
442 B
YAML
# elastic search vars
|
|
elastic_interface: "['eth1']"
|
|
elastic_port: 9200
|
|
cluster_name: openstack_elk
|
|
node_name: ${HOSTNAME}
|
|
|
|
|
|
# kibana vars
|
|
kibana_interface: 0.0.0.0
|
|
kibana_port: 5601
|
|
kibana_username: admin
|
|
kibana_password: admin
|
|
|
|
nginx_port: 81
|
|
server_name: server_name
|
|
|
|
logstash_ssl_self_signed_subject: "/C=US/ST=Texas/L=San Antonio/O=IT/CN={{ server_name }}/subjectAltName=IP.1={{ elk_server_private_ip }}"
|
|
logstash_beat_input_port: 5044
|
|
|
|
|