Skip to content

Instantly share code, notes, and snippets.

@digressionary
Created February 5, 2019 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save digressionary/31a280a6696ef107339bb235489c8e51 to your computer and use it in GitHub Desktop.
Save digressionary/31a280a6696ef107339bb235489c8e51 to your computer and use it in GitHub Desktop.
example heartbeat values.yaml file for helm chart
image:
repository: docker.elastic.co/beats/heartbeat
tag: 6.6.0
pullPolicy: IfNotPresent
config:
# See https://www.elastic.co/guide/en/beats/heartbeat/current/heartbeat-reference-yml.html for reference
<redacted the actual monitors, this is the fragment for metadata append>
processors:
- add_cloud_metadata: ~
- add_kubernetes_metadata:
in_cluster: true
default_indexers.enabled: true
default_matchers.enabled: true
indexers:
- ip_port:
matchers:
- fields:
lookup_fields: ["metricset.host"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment