Skip to content

Instantly share code, notes, and snippets.

@xakrume
Last active May 28, 2023 19:45
Show Gist options
  • Save xakrume/9abcd6d4768e578f91418caa0a11ab8f to your computer and use it in GitHub Desktop.
Save xakrume/9abcd6d4768e578f91418caa0a11ab8f to your computer and use it in GitHub Desktop.
ansible-promtail.yaml
pipeline_stages:
- logfmt:
mapping:
timestamp: time
level:
- match:
...
- match:
selector: '{job="exporters"}'
stages:
- regex:
source: service
expression: .+-(?P<environment>(stable|testing|unstable)$)
- labels:
environment:
- template:
source: environment
template: '{{ if .Value }}{{ .Value }}{{ else }}default{{ end }}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment