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

Dev #2322

Closed
wants to merge 3 commits into from
Closed

Dev #2322

wants to merge 3 commits into from

Conversation

deepaksahu562
Copy link
Contributor

Signed-off-by: deepaksahu562 deepak.sahu562@gmail.com

Description

[Created "s3-sink" plugin]
[Github issue : #1048 ]

Issues Resolved

  • Configurations for the bucket name, key path and key pattern.
  • The key pattern support timestamps such as logs-${YYYY.mm}-${uniqueId}.
  • Collection of objects from Buffer and store it in RAM/Local file.

Check List

  • New functionality includes testing.
  • New functionality has been documented.
    • 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.

de20436406 and others added 3 commits February 28, 2023 14:35
<h3>Description</h3>
Created "s3-sink" plugin. Github issue : <a
href="https://github.com/opensearch-project/data-prepper/issues/1048">#1048</a>

<h3>Added Functionality</h3>

<ul>
<li>Configurations for the bucket name, key path and key pattern.</li>
<li>The key pattern support timestamps such as
logs-${YYYY.mm}-${uniqueId}.</li>
<li>Collection of objects from Buffer and store it in RAM/Local file
before writing to S3 bucket based on threshold limit </li>
</ul>

<h3>Check List</h3>
<input type = "checkbox"> New functionality s3-sink plugin<br>
<input type = "checkbox"> New functionality has been documented.<br>
<input type = "checkbox"> New functionality has javadoc added.<br>
<br>

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.<br>
For more information on following Developer Certificate of Origin and
signing off your commits, please check <a
href="https://github.com/opensearch-project/data-prepper/blob/main/CONTRIBUTING.md">here</a>
</body>
</html>
Commits are signed per the DCO using --signoff

Description

Created "s3-sink" plugin. Github issue :
opensearch-project#1048

Added Functionality

Configurations for the bucket name, key path and key pattern.
The key pattern support timestamps such as logs-${YYYY.mm}-${uniqueId}.
Collection of objects from Buffer and store it in RAM/Local file.

Check List
New functionality s3-sink plugin.
New functionality has been documented.
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.<br>
For more information on following Developer Certificate of Origin and
signing off your commits, please check
https://github.com/opensearch-project/data-prepper/blob/main/CONTRIBUTING.md
@deepaksahu562
Copy link
Contributor Author

Needs to re-structure package

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.

None yet

1 participant