Skip to content

Commit

Permalink
Fixed Luhn Typo (#181) (#185)
Browse files Browse the repository at this point in the history
(cherry picked from commit dc375d5)

Co-authored-by: Aaron <[email protected]>
  • Loading branch information
github-actions[bot] and bentonam authored Apr 11, 2024
1 parent f564bb4 commit fe9e2dd
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 fe9e2dd

Please sign in to comment.