Skip to content

Commit 03754df

Browse files
committed
fix: change link to loki tenant-id description in documentation
Signed-off-by: Vadim Aleksandrov <[email protected]>
1 parent 4ec8460 commit 03754df

File tree

2 files changed

+2
-2
lines changed
  • docs/configuration/plugins/syslogng-outputs
  • pkg/sdk/logging/model/syslogng/output

2 files changed

+2
-2
lines changed

docs/configuration/plugins/syslogng-outputs/loki.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Template for customizing the log message format.
8888

8989
### tenant-id (string, optional) {#lokioutput-tenant-id}
9090

91-
Sets the tenant ID for multi-tenant scenarios. See [syslog-ng docs](https://axoflow.com/docs/axosyslog-core/chapter-destinations/configuring-destinations-http-nonjava/reference-destination-http-nonjava/#persist-name) for more information.
91+
Sets the tenant ID for multi-tenant scenarios. See [syslog-ng docs](https://axoflow.com/docs/axosyslog-core/chapter-destinations/destination-loki/#tenant-id) for more information.
9292

9393

9494
### time_reopen (int, optional) {#lokioutput-time_reopen}

pkg/sdk/logging/model/syslogng/output/loki.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ type LokiOutput struct {
9494
// Template for customizing the log message format.
9595
Template string `json:"template,omitempty"`
9696
// Sets the tenant ID for multi-tenant scenarios.
97-
// See [syslog-ng docs](https://axoflow.com/docs/axosyslog-core/chapter-destinations/configuring-destinations-http-nonjava/reference-destination-http-nonjava/#persist-name) for more information.
97+
// See [syslog-ng docs](https://axoflow.com/docs/axosyslog-core/chapter-destinations/destination-loki/#tenant-id) for more information.
9898
TenantID string `json:"tenant-id,omitempty"`
9999
}

0 commit comments

Comments
 (0)