forked from deviantony/docker-elk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstances.yml
54 lines (48 loc) · 912 Bytes
/
instances.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# This file is used by elasticsearch-certutil to generate X.509 certificates
# for stack components.
#
# Ref. https://www.elastic.co/guide/en/elasticsearch/reference/current/certutil.html#certutil-silent
instances:
- name: elasticsearch
dns:
- elasticsearch # Compose service, resolved by the embedded Docker DNS server name
- localhost # local connections
ip:
- 127.0.0.1 # local connections
- ::1
- name: kibana
dns:
- kibana.127.0.0.1.nip.io # Examples of resolvable domains.
- kibana.127.0.0.1.sslip.io #
- localhost
ip:
- 127.0.0.1
- ::1
- name: logstash
dns:
- logstash
- localhost
ip:
- 127.0.0.1
- ::1
- name: caddy
dns:
- caddy
- localhost
ip:
- 127.0.0.1
- ::1
- name: fleet-server
dns:
- fleet-server
- localhost
ip:
- 127.0.0.1
- ::1
- name: apm-server
dns:
- apm-server
- localhost
ip:
- 127.0.0.1
- ::1