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)

* MAINT: add HTML comment

Signed-off-by: George Chen <[email protected]>

* MNT: address comments

Signed-off-by: George Chen <[email protected]>

* MAINT: period

Signed-off-by: George Chen <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/obfuscate.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Qi Chen <[email protected]>

---------

Signed-off-by: George Chen <[email protected]>
Signed-off-by: Qi Chen <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
(cherry picked from commit 3f3364a)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and kolchfa-aws committed Aug 15, 2024
1 parent dce951e commit 57edd27
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 57edd27

Please sign in to comment.