Skip to content

Commit

Permalink
feat(elasticsearch) add new elasticsearch_v8 output (#3160)
Browse files Browse the repository at this point in the history
* feat(elasticsearch) add new elasticsearch_v8 output

This new output uses the latest official Elasticsearch go library.

* docs(elasticsearch): mention `retry_on_conflict` in CHANGELOG
  • Loading branch information
ooesili authored Feb 5, 2025
1 parent 2a7039f commit e6781a0
Show file tree
Hide file tree
Showing 11 changed files with 1,213 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ All notable changes to this project will be documented in this file.
- (Benthos) A `crash` processor for FATAL logging. (@rockwotj)
- (Benthos) A `uuid_v7` bloblang function. (@rockwotj)
- (Benthos) Field `disable_http2` added to the `http_client` input and output and to the `http` processor. (@mihaitodor)
- New `elasticsearch_v8` output which supersedes the existing `elasticsearch` output that uses a deprecated Elasticsearch library. (@ooesili)
- Field `retry_on_conflict` added to `elasticsearch` output to retry operations in case there are document version conflicts.

## 4.46.0 - 2025-01-29

Expand Down
Loading

0 comments on commit e6781a0

Please sign in to comment.