v3.0.0
Improvements:
- Added support for data streams
- Added a new
index.write.method
to provide greater control over how data is written toOpenSearch
indexes.
The default value isinsert
, which replaces an existing record with the same document id. Alternatively, you can use
upsert
to create a new document if one does not exist or update an existing one.
Possible breaking changes:
This version includes breaking changes on the code level, which may impact existing data stream integrations that were created manually.