Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions content/en/api/v2/observability-pipelines/examples.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38141,6 +38141,11 @@ components:
ObservabilityPipelineSensitiveDataScannerProcessorCustomPatternOptions:
description: Options for defining a custom regex pattern.
properties:
description:
description: Human-readable description providing context about a sensitive
data scanner rule
example: "Custom regex for internal API\u202Fkeys"
type: string
rule:
description: A regular expression used to detect sensitive values. Must
be a valid regex.
Expand Down Expand Up @@ -38196,6 +38201,11 @@ components:
description: Options for selecting a predefined library pattern and enabling
keyword support.
properties:
description:
description: Human-readable description providing context about a sensitive
data scanner rule
example: Credit card pattern
type: string
id:
description: Identifier for a predefined pattern from the sensitive data
scanner pattern library.
Expand Down
Loading