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
Copy file name to clipboardExpand all lines: apis/fluentbit/v1alpha2/plugins/common_types.go
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ type CommonParams struct {
12
12
13
13
// Alias for the plugin
14
14
Aliasstring`json:"alias,omitempty"`
15
-
// RetryLimit describes how many times fluent-bit should retry to send data to a specific output. If set to false fluent-bit will try indefinetly. If set to any integer N>0 it will try at most N+1 times. Leading zeros are not allowed (values such as 007, 0150, 01 do not work). If this property is not defined fluent-bit will use the default value: 1.
15
+
// RetryLimit describes how many times fluent-bit should retry to send data to a specific output. If set to false fluent-bit will try indefinitely. If set to any integer N>0 it will try at most N+1 times. Leading zeros are not allowed (values such as 007, 0150, 01 do not work). If this property is not defined fluent-bit will use the default value: 1.
Copy file name to clipboardExpand all lines: apis/fluentbit/v1alpha2/plugins/filter/multiline_types.go
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,10 @@ type Multiline struct {
19
19
20
20
typeMultistruct {
21
21
// Specify one or multiple Multiline Parsing definitions to apply to the content.
22
-
//You can specify multiple multiline parsers to detect different formats by separating them with a comma.
22
+
//You can specify multiple multiline parsers to detect different formats by separating them with a comma.
23
23
Parserstring`json:"parser"`
24
-
//Key name that holds the content to process.
25
-
//Note that a Multiline Parser definition can already specify the key_content to use, but this option allows to overwrite that value for the purpose of the filter.
24
+
//Key name that holds the content to process.
25
+
//Note that a Multiline Parser definition can already specify the key_content to use, but this option allows to overwrite that value for the purpose of the filter.
0 commit comments