Skip to content

Commit

Permalink
Code review suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable and natebower committed Oct 15, 2024
1 parent 8a33eba commit 8a2f11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-10-15-Announcing-Data-Prepper-2.10.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Two major features include a source that sends data to Data Prepper using an API
## OpenSearch API source

Many existing OpenSearch clients that perform ingestion directly to OpenSearch can now send that data to Data Prepper first.
With this, you can use Data Prepper's buffering and rich processor set before sending data to OpenSearch without having to change clients that are using the OpenSearch `_bulk` API.
This means that you can use Data Prepper's buffering and rich processor set before sending data to OpenSearch without having to change clients that are using the OpenSearch `_bulk` API.
A new Data Prepper source named `opensearch_api` has been added that accepts [OpenSearch Document API bulk operation](https://opensearch.org/docs/latest/api-reference/document-apis/bulk/) requests from clients using REST and ingests data into OpenSearch.
The behavior of this source is also quite similar to the existing `http` source.
It supports industry-standard encryption in the form of TLS/HTTPS and HTTP basic authentication.
Expand Down

0 comments on commit 8a2f11e

Please sign in to comment.