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 b7f7904Copy full SHA for b7f7904
pkg/sdk/logging/model/syslogng/config/log.go
@@ -72,9 +72,9 @@ func destinationLogPath(dest destination) render.Renderer {
72
if m.Labels == nil {
73
m.Labels = make(filter.ArrowMap)
74
}
75
- if v, ok := m.Labels["destination"]; !ok || v != "" {
+ if v, ok := m.Labels["destination_name"]; !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