Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Feb 13:52

Improvements:

  • Added support for data streams
  • Added a new index.write.method to provide greater control over how data is written to OpenSearch indexes.
    The default value is insert, 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.