forked from karmi/elastic-observability-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapm-server.yml
More file actions
23 lines (20 loc) · 723 Bytes
/
Copy pathapm-server.yml
File metadata and controls
23 lines (20 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
apm-server:
host: 0.0.0.0:8200
secret_token: "${APM_SERVER_TOKEN}"
ssl.enabled: true
ssl.certificate: "/usr/share/apm-server/config/certificates/apm_server/apm_server.crt"
ssl.key: "/usr/share/apm-server/config/certificates/apm_server/apm_server.key"
output.elasticsearch:
hosts: ["https://demo_elasticsearch_1:9200"]
username: "elastic"
password: "${ELASTIC_PASSWORD}"
ssl.certificate_authorities: ["/usr/share/apm-server/config/certificates/ca/ca.crt"]
kibana:
enabled: true
host: ["https://kibana_1:5601"]
username: elastic
password: "${ELASTIC_PASSWORD}"
ssl.enabled: true
ssl.certificate_authorities: ["/usr/share/apm-server/config/certificates/ca/ca.crt"]
monitoring:
enabled: true