Skip to content

Commit

Permalink
[Data Prepper] MAINT: add HTML comment on obfuscate processor config …
Browse files Browse the repository at this point in the history
…table (#7651) (#8000)
  • Loading branch information
opensearch-trigger-bot[bot] committed Aug 15, 2024
1 parent dce951e commit 34435f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _data-prepper/pipelines/configuration/processors/obfuscate.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ When run, the `obfuscate` processor parses the fields into the following output:

Use the following configuration options with the `obfuscate` processor.

<!--
This table is autogenerated. Do not edit it.
- name: obfuscate
- pluginType: processor
- source: https://github.com/opensearch-project/data-prepper/blob/253e59245fd9c39c959c1c8caaeff1b226a5a0ab/data-prepper-plugins/obfuscate-processor/src/main/java/org/opensearch/dataprepper/plugins/processor/obfuscation/ObfuscationProcessorConfig.java
-->

| Parameter | Required | Description |
| :--- | :--- | :--- |
| `source` | Yes | The source field to obfuscate. |
Expand Down

0 comments on commit 34435f3

Please sign in to comment.