2018-06-12 14:37:08 -05:00
|
|
|
# For the puposes of this example, the kibana nodes have been added to
|
|
|
|
# different host machines that the logging nodes. The intention here
|
|
|
|
# is to show that the different components can scale independently of
|
|
|
|
# one another.
|
|
|
|
kibana_hosts:
|
|
|
|
infra01:
|
|
|
|
ip: 172.22.8.24
|
|
|
|
infra02:
|
|
|
|
ip: 172.22.8.25
|
|
|
|
infra03:
|
|
|
|
ip: 172.22.8.26
|
|
|
|
|
2018-03-06 14:21:23 +00:00
|
|
|
elastic-logstash_hosts:
|
|
|
|
logging01:
|
|
|
|
ip: 172.22.8.27
|
|
|
|
logging02:
|
|
|
|
ip: 172.22.8.28
|
|
|
|
logging03:
|
|
|
|
ip: 172.22.8.29
|
2018-04-10 01:20:03 -05:00
|
|
|
|
2018-04-13 09:43:01 -05:00
|
|
|
apm-server_hosts:
|
|
|
|
logging01:
|
|
|
|
ip: 172.22.8.27
|
|
|
|
logging02:
|
|
|
|
ip: 172.22.8.28
|
|
|
|
logging03:
|
|
|
|
ip: 172.22.8.29
|