Skip to content

Commit

Permalink
adapt default config
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Aug 23, 2024
1 parent 6c2586c commit 6595af6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .chloggen/add-redaction-processor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ component: redactionprocessor
note: Added the redaction processor to the Dynatrace collector distro.

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: []
issues: [275]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
Expand Down
2 changes: 2 additions & 0 deletions config_examples/redaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ processors:
blocked_values:
- "4[0-9]{12}(?:[0-9]{3})?" ## Visa credit card number
- "(5[1-5][0-9]{14})" ## MasterCard number
- "^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)(\.(?!$)|$)){4}$" ## IPv4 addresses
- "^[\w\.]+@([\w-]+\.)+[\w-]{2,4}$" ## email addresses
summary: info

exporters:
Expand Down

0 comments on commit 6595af6

Please sign in to comment.