opensearch-project / logstash-input-opensearch

Apache License 2.0
9 stars 15 forks source link

Breaking changes for 2.0 #36

Open naveentatikonda opened 2 years ago

naveentatikonda commented 2 years ago

Get started with incorporating the breaking changes for 2.0 from OpenSearch 2.0.

To do so:

Branch off a 1.x from main if not already done so that development for 2.0 can start on main. Incorporate breaking changes as mentioned in https://github.com/opensearch-project/opensearch-clients/issues/12. Add integ tests support to run against unreleased OpenSearch. Example PR from java-client: https://github.com/opensearch-project/opensearch-java/pull/132