aboutsummaryrefslogtreecommitdiff
path: root/experimental/app/telemetry-elastic/config/apm-config.yaml
blob: 07a88bd70461a07adb089bd9f395dc84cda8da63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
apm-server:
  # Defines the host and port the server is listening on. Use "unix:/path/to.sock" to listen on a unix domain socket.
  host: "0.0.0.0:8200"
#-------------------------- Elasticsearch output --------------------------
output.elasticsearch:
  # Array of hosts to connect to.
  # Scheme and port can be left out and will be set to the default (`http` and `9200`).
  # In case you specify and additional path, the scheme is required: `http://localhost:9200/path`.
  # IPv6 addresses should always be defined as: `https://[2001:db8::1]:9200`.
  hosts: ["localhost:9200"]
  username: "elastic"
  password: "{{ key "secrets/telemetry/elastic_passwords/elastic" }}"

instrumentation:
  enabled: true
  environment: staging

logging:
  level: warning
  to_stderr: true