903b995d32
The elastic Stack has the ability to get application performance metrics using the built in APM server. This change implements the APM server in an existing ELK environment. Change-Id: Ie6f533b81cfdb0c6a4ba2f33fd3b9f0a3e49a1fc Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
20 lines
289 B
YAML
20 lines
289 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
|
|
|
|
apm-server_hosts:
|
|
logging01:
|
|
ip: 172.22.8.27
|
|
logging02:
|
|
ip: 172.22.8.28
|
|
logging03:
|
|
ip: 172.22.8.29
|