Skip to content

Commit

Permalink
Merge pull request kube-logging#1655 from kube-logging/loki-link-fix
Browse files Browse the repository at this point in the history
doc: loki.go axosyslog link fix
  • Loading branch information
OverOrion authored Jan 30, 2024
2 parents e87e3e2 + a3b1dd8 commit 068f24f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configuration/plugins/syslogng-outputs/loki.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ generated_file: true
# Sending messages to Loki over gRPC
## Overview

Sends messages to Grafana Loki over gRPC, based on the [Loki destination of AxoSyslog Core](https://axoflow.com/docs/axosyslog-core/chapter-destinations/syslog-ng-with-loki/).
Sends messages to Grafana Loki over gRPC, based on the [Loki destination of AxoSyslog Core](https://axoflow.com/docs/axosyslog-core/chapter-destinations/destination-loki/).

Available in Logging operator version 4.4 and later.

Expand Down
2 changes: 1 addition & 1 deletion pkg/sdk/logging/model/syslogng/output/loki.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type _hugoLoki interface{} //nolint:deadcode,unused

// +docName:"Sending messages to Loki over gRPC"
/*
Sends messages to Grafana Loki over gRPC, based on the [Loki destination of AxoSyslog Core](https://axoflow.com/docs/axosyslog-core/chapter-destinations/syslog-ng-with-loki/).
Sends messages to Grafana Loki over gRPC, based on the [Loki destination of AxoSyslog Core](https://axoflow.com/docs/axosyslog-core/chapter-destinations/destination-loki/).
Available in Logging operator version 4.4 and later.
Expand Down

0 comments on commit 068f24f

Please sign in to comment.