Skip to content

Commit

Permalink
Fixed Luhn Typo (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
bentonam authored Apr 11, 2024
1 parent bf5063c commit dc375d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/reference/components/loki.process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc375d5

Please sign in to comment.