Skip to content

Conversation

@kennedy-onyia
Copy link
Contributor

Description

Include the new regex feature in both documentations

Version

All

Checklist

  • By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and subject to the Developers Certificate of Origin.
    For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@github-actions
Copy link

Thank you for submitting your PR. The PR states are In progress (or Draft) -> Tech review -> Doc review -> Editorial review -> Merged.

Before you submit your PR for doc review, make sure the content is technically accurate. If you need help finding a tech reviewer, tag a maintainer.

When you're ready for doc review, tag the assignee of this PR. The doc reviewer may push edits to the PR directly or leave comments and editorial suggestions for you to address (let us know in a comment if you have a preference). The doc reviewer will arrange for an editorial review.

Copy link
Member

@dlvenable dlvenable left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @kennedy-onyia for the documentation update!

Also, check the errors reported by the "Style Check" job.

the exact keys to delete. To delete keys that match a regular expression pattern, use the `with_keys_regex` field. You can
prevent deletion of specific events when using regular expressions by configuring the `exclude_from_regex` field.

To use both `with_keys` and `with_keys_regex` in the same configuration, define them under the `entries` field.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is a little confusing. Do you mean to say that the pipeline author would need to create two different entries?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol yes. i'll modify the grammar to make it more clear

… to clarify new features.

Signed-off-by: Kennedy Onyia <[email protected]>
Copy link
Member

@dlvenable dlvenable left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @kennedy-onyia !

Copy link
Collaborator

@kolchfa-aws kolchfa-aws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @kennedy-onyia! Please see my comments and let me know if you have any questions. Intro sentences for the code have to explain what the user should notice in the results. Thanks!

@kolchfa-aws kolchfa-aws added Doc review PR: Doc review in progress and removed Tech review PR: Tech review in progress labels Nov 6, 2025
kennedy-onyia and others added 10 commits November 6, 2025 08:09
@kolchfa-aws kolchfa-aws added Editorial review PR: Editorial review in progress and removed Doc review PR: Doc review in progress labels Nov 10, 2025
Copy link
Collaborator

@natebower natebower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@natebower natebower removed the Editorial review PR: Editorial review in progress label Nov 10, 2025
@natebower natebower merged commit 1d239cc into opensearch-project:main Nov 10, 2025
6 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 10, 2025
…#11476)

* Update delete_entries processor to add new features

Signed-off-by: Kennedy Onyia <[email protected]>

* update select_entries processor documentation to account for new include_keys_regex feature

Signed-off-by: Kennedy Onyia <[email protected]>

* fix style check errors and include additional pipeline configurations to clarify new features.

Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/delete-entries.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/select-entries.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/delete-entries.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/select-entries.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/select-entries.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/delete-entries.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/select-entries.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/select-entries.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/delete-entries.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/delete-entries.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/delete-entries.md

Signed-off-by: kolchfa-aws <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/delete-entries.md

Signed-off-by: kolchfa-aws <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/delete-entries.md

Signed-off-by: kolchfa-aws <[email protected]>

* Apply suggestions from code review

Signed-off-by: Nathan Bower <[email protected]>

---------

Signed-off-by: Kennedy Onyia <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Signed-off-by: Nathan Bower <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
(cherry picked from commit 1d239cc)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@kennedy-onyia kennedy-onyia deleted the select-entries-update branch November 10, 2025 21:36
aryasoni98 pushed a commit to aryasoni98/documentation-website that referenced this pull request Nov 11, 2025
…opensearch-project#11476)

* Update delete_entries processor to add new features

Signed-off-by: Kennedy Onyia <[email protected]>

* update select_entries processor documentation to account for new include_keys_regex feature

Signed-off-by: Kennedy Onyia <[email protected]>

* fix style check errors and include additional pipeline configurations to clarify new features.

Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/delete-entries.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/select-entries.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/delete-entries.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/select-entries.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/select-entries.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/delete-entries.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/select-entries.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/select-entries.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/delete-entries.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/delete-entries.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/delete-entries.md

Signed-off-by: kolchfa-aws <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/delete-entries.md

Signed-off-by: kolchfa-aws <[email protected]>

* Update _data-prepper/pipelines/configuration/processors/delete-entries.md

Signed-off-by: kolchfa-aws <[email protected]>

* Apply suggestions from code review

Signed-off-by: Nathan Bower <[email protected]>

---------

Signed-off-by: Kennedy Onyia <[email protected]>
Signed-off-by: Kennedy Onyia <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Signed-off-by: Nathan Bower <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Arya Soni <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants