From fe9e2dd863a270f705eda89c54f07a3f55abd2d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:48:03 -0400 Subject: [PATCH] Fixed Luhn Typo (#181) (#185) (cherry picked from commit dc375d53196d7a4f84cfea271dea1f94fe0568cd) Co-authored-by: Aaron --- docs/sources/reference/components/loki.process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/reference/components/loki.process.md b/docs/sources/reference/components/loki.process.md index 15ac5609bb..5b8846137b 100644 --- a/docs/sources/reference/components/loki.process.md +++ b/docs/sources/reference/components/loki.process.md @@ -523,7 +523,7 @@ The following arguments are supported: | ------------- | ------------- | ---------------------------------------------- | ---------------- | -------- | | `replacement` | `string` | String to substitute the matched patterns with | `"**REDACTED**"` | no | | `source` | `string` | Source of the data to parse. | `""` | no | -| `minLength` | `int` | Minimum length of digits to consider | `13` | no | +| `min_length` | `int` | Minimum length of digits to consider | `13` | no | The `source` field defines the source of data to search. When `source` is