You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: pkg/sdk/logging/model/syslogng/output/loki.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,6 @@ type LokiOutput struct {
94
94
// Template for customizing the log message format.
95
95
Templatestring`json:"template,omitempty"`
96
96
// 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.
0 commit comments