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
description: The `ObservabilityPipelineSensitiveDataScannerProcessorActionHash` `options`.
44221
+
description: |-
44222
+
Optional settings for the hash action. When omitted or empty, matched sensitive data is
44223
+
replaced with a deterministic hashed value that preserves structure for analytics while
44224
+
protecting the original content. Reserved for future hash configuration (for example, algorithm or salt).
44222
44225
type: object
44223
44226
required: [action]
44224
44227
type: object
@@ -44249,7 +44252,7 @@ components:
44249
44252
description: Controls how partial redaction is applied, including character count and direction.
44250
44253
properties:
44251
44254
characters:
44252
-
description: The `ObservabilityPipelineSensitiveDataScannerProcessorActionPartialRedactOptions` `characters`.
44255
+
description: Number of characters to leave visible from the start or end of the matched value; the rest are redacted.
44253
44256
example: 4
44254
44257
format: int64
44255
44258
type: integer
@@ -44285,7 +44288,7 @@ components:
44285
44288
description: Configuration for fully redacting sensitive data.
44286
44289
properties:
44287
44290
replace:
44288
-
description: The `ObservabilityPipelineSensitiveDataScannerProcessorActionRedactOptions` `replace`.
44291
+
description: The string used to replace matched sensitive data (for example, "***" or "[REDACTED]").
44289
44292
example: "***"
44290
44293
type: string
44291
44294
required: [replace]
@@ -44395,7 +44398,6 @@ components:
44395
44398
type: array
44396
44399
required:
44397
44400
- name
44398
-
- tags
44399
44401
- pattern
44400
44402
- scope
44401
44403
- on_match
@@ -44456,7 +44458,7 @@ components:
44456
44458
description: Fields to which the scope rule applies.
44457
44459
properties:
44458
44460
fields:
44459
-
description: The `ObservabilityPipelineSensitiveDataScannerProcessorScopeOptions` `fields`.
44461
+
description: List of log attribute names (field paths) to which the scope applies. Only these fields are included in or excluded from pattern matching.
Copy file name to clipboardExpand all lines: api/datadogV2/model_observability_pipeline_sensitive_data_scanner_processor_action_partial_redact_options.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ import (
12
12
13
13
// ObservabilityPipelineSensitiveDataScannerProcessorActionPartialRedactOptions Controls how partial redaction is applied, including character count and direction.
0 commit comments