-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Data Prepper] MAINT: add HTML comment on obfuscate processor config table #7651
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 auto generated. | ||
- name: obfuscate. | ||
- pluginType: Processor. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's use lowercase "processor" to keep as a keyword. |
||
- source: https://github.com/opensearch-project/data-prepper/blob/main/data-prepper-plugins/obfuscate-processor/src/main/java/org/opensearch/dataprepper/plugins/processor/obfuscation/ObfuscationProcessorConfig.java | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It may be a good idea to use the commit in the URL rather than main. It will let us know the exact revision used. |
||
--> | ||
|
||
| Parameter | Required | Description | | ||
| :--- | :--- | :--- | | ||
| `source` | Yes | The source field to obfuscate. | | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor: "auto-generated"