mirror of
https://github.com/ivuorinen/docker-elk.git
synced 2026-01-26 11:44:06 +00:00
22 lines
290 B
YAML
22 lines
290 B
YAML
instances:
|
|
- name: elasticsearch
|
|
dns:
|
|
- elasticsearch
|
|
- localhost
|
|
ip:
|
|
- 127.0.0.1
|
|
|
|
- name: kibana
|
|
dns:
|
|
- kibana
|
|
- localhost
|
|
ip:
|
|
- 127.0.0.1
|
|
|
|
- name: apm-server
|
|
dns:
|
|
- apm-server
|
|
- localhost
|
|
ip:
|
|
- 127.0.0.1
|