Created
April 14, 2020 08:48
-
-
Save wardbekker/9837e0128caa55f62ed6d9f09ae20f70 to your computer and use it in GitHub Desktop.
Promtail example configuration for Loki
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scrape_configs: | |
- job_name: system | |
pipeline_stages: | |
static_configs: | |
- targets: | |
- localhost | |
labels: | |
job: varlogs | |
host: ward_workstation | |
agent: promtail | |
__path__: /var/log/*.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment