-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhancement(elasticsearch sink): Add update support to bulk action (#…
…21860) * feat(elasticsearch sink): add update in bulk api * doc(elasticsearch sink): add update in bulk api * add changelog for elasticsearch bulk API * fix spelling * fix the changelog name * Fix endline for changelog * fix format code * this time check passed * add generated document for elasticsearch * Update website/cue/reference/components/sinks/base/elasticsearch.cue Co-authored-by: DeForest Richards <[email protected]> * Update website/cue/reference/components/sinks/elasticsearch.cue Co-authored-by: DeForest Richards <[email protected]> * Update website/cue/reference/components/sinks/elasticsearch.cue Co-authored-by: DeForest Richards <[email protected]> * generate docs after change --------- Co-authored-by: DeForest Richards <[email protected]>
- Loading branch information
1 parent
74f605b
commit fd9166b
Showing
6 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
changelog.d/21860_elasticsearch_add_update_bulk_api.feature.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Add `update` support to the bulk API to Elasticsearch Sink. | ||
|
||
authors: blackrez |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters