Skip to content
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

Updated the readme for opensearch plugin to use date processor in combination with Opensearch sink #4864

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

akshay0709
Copy link
Contributor

Description

Updated the readme with example for opensearch plugin to use date processor in combination with openaearch sink to ingest into indices based on the timestamp from a field of the incoming record.

Issues Resolved

#4832

Check List

  • New functionality includes testing.
  • New functionality has a documentation issue. Please link to it in this PR.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

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

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 @akshay0709 for this contribution!

@akshay0709
Copy link
Contributor Author

@dlvenable I forgot to sign the DCO in my first commit. Is it required for the PR to be merged? Should I push an additional commit with the DCO?

@dlvenable
Copy link
Member

@akshay0709 , Yes, we do require the DCO per the OpenSearch project policy. You can add the DCO and then force push your commit(s).

@akshay0709
Copy link
Contributor Author

@dlvenable I pushed an empty commit with DCO. Let me know if this works.

@dlvenable
Copy link
Member

@akshay0709 , Thank you. The original commit is also missing the sign-off. These steps should resolve it:

git rebase HEAD~2 --signoff
git push --force-with-lease origin update-doc-date-processor

…bination with openaearch indices to ingest into indices based on the timestamp from a field of the incoming record

Signed-off-by: Akshay Pawar <[email protected]>
@akshay0709
Copy link
Contributor Author

@dlvenable Done

@sb2k16 sb2k16 merged commit 1c5c548 into opensearch-project:main Nov 12, 2024
65 of 68 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants