Skip to content

Commit 503d4ec

Browse files
eschabellesmerel
andauthored
Update pipeline/filters/log_to_metrics.md
Better clarity in option description added. Co-authored-by: Lynette Miles <[email protected]> Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 6f2f3dd commit 503d4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/filters/log_to_metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The plugin supports the following configuration parameters:
3434
| `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` | |
3535
| `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. |
3636
| `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` | |
3838
| `match` | Set a tag pattern to match records that filter should process. Exact matches or wildcards. | _none_ | |
3939
| `match_regex` | Set a regular expression to match tags for filter routing. This allows more flexible matching compared to simple wildcards. | _none_ | |
4040
| `metric_description` | Sets a description for the metric. | _none_ | |

0 commit comments

Comments
 (0)