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.
1 parent d99038a commit 8d0b484Copy full SHA for 8d0b484
pkg/sdk/logging/model/output/loki.go
@@ -79,7 +79,7 @@ type LokiOutput struct {
79
Labels Label `json:"labels,omitempty"`
80
// Set of extra labels to include with every Loki stream.
81
ExtraLabels map[string]string `json:"extra_labels,omitempty"`
82
- // Format to use when flattening the record to a log line: json, key_value (default: key_value)
+ // Format to use when flattening the record to a log line: json, key_value (default: json)
83
LineFormat string `json:"line_format,omitempty" plugin:"default:json"`
84
// Extract kubernetes labels as loki labels (default: false)
85
ExtractKubernetesLabels *bool `json:"extract_kubernetes_labels,omitempty"`
0 commit comments