atomita / fluent-plugin-aws-elasticsearch-service

This repository is extends of https://github.com/uken/fluent-plugin-elasticsearch/ which made connectable to Amazon Elassticsearch Service using Aws Signers V4. Please check the requirements to connect to Amazon Elassticsearch Service without using Aws Signers V4 for before starting use. (reference https://groups.google.com/forum/#!msg/fluentd/uW87VAOqxeE/cfhenicEBAAJ)
MIT License
122 stars 49 forks source link

Change fluent-plugin-elasticsearch dependency to fluent-plugin-opensearch #78

Closed stevehipwell closed 2 years ago

stevehipwell commented 2 years ago

Problem

The current version will not work with AWS OpenSearch (the new name for AWS ElasticSearch) unless the ElasticSearch dependency is locked to an old one prior to the re-licencing.

Steps to replicate

Use this plugin, without locking the ElasticSearch dependencies, against AWS OpenSearch/ElasticSearch and it will error.

Expected Behavior or What you need to ask

It should work so this plugin should switch to using the fluent-plugin-opensearch.

cosmo0920 commented 2 years ago

We needn't inherit fluent-plugin-opensearch. And we still need to maintain this plugin for old AWS OpenSearch instances before Elasticsearch 7.10.

see: https://github.com/uken/fluent-plugin-elasticsearch/issues/915#issuecomment-1012244803