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
@@ -25,7 +25,7 @@ The plugin supports the following configuration parameters:
25
25
|`add_label`| Adds a custom label `NAME` and set the value to the value of `KEY`. |_none_|`NAME KEY`|
26
26
|`alias`| Sets an alias, useful for multiple instances of the same filter plugin. |_none_||
27
27
|`bucket`| Optional for `metric_mode``histogram`. If not set, default Prometheus-style buckets are used. |_none_| For example, `0.75`|
28
-
|`discard_logs`| Flag that defines if logs should be discarded after processing. This applies for all logs, no matter if they have emitted metrics or not. |`false`||
28
+
|`discard_logs`| Flag that defines if logs should be discarded after processing. This applies for all logs, whether they have emitted metrics or not. |`false`||
29
29
|`emitter_name`| Name of the emitter (advanced users). |_none_||
30
30
|`emitter_mem_buf_limit`| Set a buffer limit to restrict memory usage of metrics emitter. |`10M`||
31
31
|`exclude`| Excludes records in which the content of `KEY` matches the regular expression `REGEX`. |_none_|`KEY REGEX`|
0 commit comments