Skip to content

Commit

Permalink
docs: fix promtail docs links in loki installation page (#4601)
Browse files Browse the repository at this point in the history
* docs: fix promtail docs links in loki installation page

fixes link to "syslog-reciever" and "systemd-journal" config docs

Signed-off-by: Mustafa Can Sevinç <mcansevinc@gmail.com>

* docs: fix relative links in helm docs

Signed-off-by: Mustafa Can Sevinç <mcansevinc@gmail.com>
  • Loading branch information
mustafacansevinc authored Nov 1, 2021
1 parent 1ff95fc commit 2a1d800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/installation/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ spec:
In order to receive and process syslog messages in Promtail, the following changes will be necessary:
* Review the [Promtail syslog-receiver configuration documentation](/docs/clients/promtail/scraping.md#syslog-receiver)
* Review the [Promtail syslog-receiver configuration documentation](../../clients/promtail/scraping/#syslog-receiver)
* Configure the Promtail Helm chart with the syslog configuration added to the `extraScrapeConfigs` section and associated service definition to listen for syslog messages. For example:

Expand All @@ -153,7 +153,7 @@ syslogService:

In order to receive and process syslog message into Promtail, the following changes will be necessary:

* Review the [Promtail systemd-journal configuration documentation](/docs/clients/promtail/scraping.md#journal-scraping-linux-only)
* Review the [Promtail systemd-journal configuration documentation](../../clients/promtail/scraping/#journal-scraping-linux-only)

* Configure the Promtail Helm chart with the systemd-journal configuration added to the `extraScrapeConfigs` section and volume mounts for the Promtail pods to access the log files. For example:

Expand Down

0 comments on commit 2a1d800

Please sign in to comment.