We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
destination
destination_name
1 parent 5bc0ea2 commit 6acf7e3Copy full SHA for 6acf7e3
pkg/sdk/logging/model/syslogng/config/log.go
@@ -74,7 +74,7 @@ func destinationLogPath(dest destination) render.Renderer {
74
}
75
if v, ok := m.Labels["destination"]; !ok || v != "" {
76
// syslog-ng terminology for output
77
- m.Labels["destination"] = dest.Name
+ m.Labels["destination_name"] = dest.Name
78
79
if v, ok := m.Labels["output_name"]; !ok || v != "" {
80
// logging-operator terminology for output
0 commit comments