# Elasticsearch host information.
#
# Can be a simple string indicating hostname/port, or an object.
# @see https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/7.x/client-configuration.html
elasticsearch:
  host: elasticsearch:9200

# An array of sources to ingest metrics from. You may specify the same type
# of source multiple times if you wish.
sources:
  - type: newrelic
    apiKey: YOUR_NEW_RELIC_APIKEY
    appId: YOUR_NEW_RELIC_APP_ID
    names:
      - 'HttpDispatcher'
      - 'Apdex'
  - type: acquia
    public_key: YOUR_ACQUIA_PUBLIC_API_KEY
    private_key: YOUR_ACQUIA_PRIVATE_API_KEY
    environmentId: UUID_OF_ACQUIA_ENV
  - type: circleci
    apiKey: YOUR_API_KEY
    vcsType: github
    owner: YOUR_GITHUB_ORG
    repo: YOUR_GITHUB_REPO
