File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/configuration/plugins/outputs
pkg/sdk/logging/model/output Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Set of labels to include with every Loki stream.
89
89
90
90
### line_format (string, optional) {#output config-line_format}
91
91
92
- Format to use when flattening the record to a log line: json, key_value (default: key_value )
92
+ Format to use when flattening the record to a log line: json, key_value (default: json )
93
93
94
94
Default: json
95
95
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ type LokiOutput struct {
79
79
Labels Label `json:"labels,omitempty"`
80
80
// Set of extra labels to include with every Loki stream.
81
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 )
82
+ // Format to use when flattening the record to a log line: json, key_value (default: json )
83
83
LineFormat string `json:"line_format,omitempty" plugin:"default:json"`
84
84
// Extract kubernetes labels as loki labels (default: false)
85
85
ExtractKubernetesLabels * bool `json:"extract_kubernetes_labels,omitempty"`
You can’t perform that action at this time.
0 commit comments