b7a6ceb086
This set of playbooks install an Elasticsearch cluster, Logstash and a kibana dashboard inside containers and then install Topbeat in your cloud to ship system metrics to the Elastic cluster. Change-Id: I0c8c853ee48bd9278bd7b08719be4bde5f8c3df6
11 lines
170 B
YAML
11 lines
170 B
YAML
elastic-logstash_hosts:
|
|
logging01:
|
|
ip: 172.22.8.27
|
|
logging02:
|
|
ip: 172.22.8.28
|
|
logging03:
|
|
ip: 172.22.8.29
|
|
kibana_hosts:
|
|
logging01:
|
|
ip: 172.22.8.27
|