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

Create Data Prepper 2.5.0 release blog post #2320

Merged
merged 12 commits into from
Oct 11, 2023

Conversation

graytaylor0
Copy link
Member

Description

Creates Data Prepper 2.5.0 release blog post

Issues Resolved

Resolves #2315

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.

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.

Looks good. I have a couple of comments.


Data Prepper 2.5.0 includes a number of other improvements. We want to highlight a few of them.

* The Opensearch sink now supports update, upsert and delete actions for bulk operation in additions to the existing create and index actions. Actions can also be specified with a condition to determine when to take which type of actions.
Copy link
Member

Choose a reason for hiding this comment

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

Use "OpenSearch" instead of "Opensearch."

authors:
- graytaylor0
- oeyh
date: 2023-08-28 11:30:00 -0500
Copy link
Member

Choose a reason for hiding this comment

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

Please update this date to 10-09 from 08-28

Signed-off-by: Taylor Gray <[email protected]>
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.

@graytaylor0 Please see my comments and changes and let me know if you have any questions or need me to review any added or modified text. Otherwise, please push to @pajuric when complete. Thanks!

_posts/2023-10-09-Announcing-Data-Prepper-2.5.0.md Outdated Show resolved Hide resolved

## OpenSearch source

The OpenSearch source is tailored for data migration and replication of OpenSearch clusters. While this is commonly done with [Snapshots](https://opensearch.org/docs/latest/tuning-your-cluster/availability-and-recovery/snapshots/index/), there are often incompatibilities between snapshots of different versions within or between OpenSearch and Elasticsearch. In combination with Data Prepper’s [OpenSearch sink plugin](https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sinks/opensearch/), Data Prepper can now migrate all indices, or just specific indices, from one or more source clusters, to one or more sink clusters. The OpenSearch source will continually detect new indices in the source cluster that need to be processed, and can even be scheduled to reprocess indices at a configurable interval to pick up on new documents.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Instead of the phrasal verb "pick up on", is there a more precise word we can use?

Copy link
Member Author

Choose a reason for hiding this comment

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

just "process" would work

_posts/2023-10-09-Announcing-Data-Prepper-2.5.0.md Outdated Show resolved Hide resolved
_posts/2023-10-09-Announcing-Data-Prepper-2.5.0.md Outdated Show resolved Hide resolved
_posts/2023-10-09-Announcing-Data-Prepper-2.5.0.md Outdated Show resolved Hide resolved
_posts/2023-10-09-Announcing-Data-Prepper-2.5.0.md Outdated Show resolved Hide resolved
_posts/2023-10-09-Announcing-Data-Prepper-2.5.0.md Outdated Show resolved Hide resolved
_posts/2023-10-09-Announcing-Data-Prepper-2.5.0.md Outdated Show resolved Hide resolved
_posts/2023-10-09-Announcing-Data-Prepper-2.5.0.md Outdated Show resolved Hide resolved
_posts/2023-10-09-Announcing-Data-Prepper-2.5.0.md Outdated Show resolved Hide resolved
graytaylor0 and others added 9 commits October 6, 2023 12:51
@graytaylor0
Copy link
Member Author

Thanks @natebower !

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 @graytaylor0 , @oeyh , and @natebower !

categories:
- releases
meta_keywords: Data Prepper, OpenSearch migration, Processors, OpenSearch ingestion
meta_description: OpenSearch has launched Data Prepper 2.5.0 with feature support for an OpenSearch source, translate and dissect processors, and key-value processor enhancements
Copy link

Choose a reason for hiding this comment

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

Updated meta with slight tweaks:

meta_keywords: Data Prepper, dissecting data in OpenSearch, translate and dissect processors OpenSearch, OpenSearch migration

meta_description: OpenSearch has launched Data Prepper 2.5.0 with feature support for a new OpenSearch source, translate and dissect processors as well as key-value processor enhancements.

@krisfreedain
Copy link
Member

@pajuric - are we good to go on this?

@pajuric
Copy link

pajuric commented Oct 11, 2023

@krisfreedain @dlvenable - assuming the updated meta has or will be added, and the dated corrected, we should be good to go on posting this blog.

Copy link
Member

@krisfreedain krisfreedain left a comment

Choose a reason for hiding this comment

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

updated the date - looks good!

@krisfreedain krisfreedain merged commit 8e16260 into opensearch-project:main Oct 11, 2023
3 of 4 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.

Data Prepper 2.5.0 release post
5 participants