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: pipeline/filters/log_to_metrics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The plugin supports the following configuration parameters:
34
34
|`kubernetes_mode`| If enabled, adds `pod_id`, `pod_name`, `namespace_name`, `docker_id` and `container_name` to the metric as labels. This option is intended to be used in combination with the [Kubernetes](./kubernetes.md) filter plugin, which fills those fields. |`false`||
35
35
|`label_field`| Includes a record field as label dimension in the metric. |_none_| Name of record key. Supports [record accessor](../../administration/configuring-fluent-bit/classic-mode/record-accessor.md) notation for nested fields. |
36
36
|`log_level`| Specifies the log level for filter plugin. If not set here, plugin uses global log level in `service` section. |`info`||
37
-
|`log_supress_interval`| Suppresses log messages from filter plugin that appear similar within a specified time interval. `0` no suppression. |`0`||
37
+
|`log_supress_interval`| Suppresses log messages from filter plugin that appear similar within a specified time interval. Setting to `0` indicates no suppression. |`0`||
38
38
|`match`| Set a tag pattern to match records that filter should process. Exact matches or wildcards. |_none_||
39
39
|`match_regex`| Set a regular expression to match tags for filter routing. This allows more flexible matching compared to simple wildcards. |_none_||
40
40
|`metric_description`| Sets a description for the metric. |_none_||
0 commit comments