Skip to content

Commit

Permalink
fixing newlines
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Welch <edward.welch@grafana.com>
  • Loading branch information
slim-bean committed Feb 5, 2020
1 parent a908bd1 commit 09db21f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/clients/promtail/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1048,10 +1048,10 @@ scrape_configs:
host: yourhost ③
__path__: /var/log/*.log ④
```
① This location needs to be writeable by promtail.
② A `job` label is fairly standard in prometheus and useful for linking metrics and logs.
③ A `host` label will help identify logs from this machine vs others.
④ The path matching uses [@bmatcuk's glob library](https://github.com/bmatcuk/doublestar)
① This location needs to be writeable by promtail.
② A `job` label is fairly standard in prometheus and useful for linking metrics and logs.
③ A `host` label will help identify logs from this machine vs others.
④ The path matching uses [@bmatcuk's glob library](https://github.com/bmatcuk/doublestar)


## Example Journal Config
Expand Down

0 comments on commit 09db21f

Please sign in to comment.