awslabs / logstash-output-amazon_es

Logstash output plugin to sign and export logstash events to Amazon Elasticsearch Service
Apache License 2.0
375 stars 103 forks source link

Fixing naming and dependency conflicts with ES plugin #147

Closed AustinTag closed 4 years ago

AustinTag commented 4 years ago

Issue #, if available: https://github.com/awslabs/logstash-output-amazon_es/issues/114

Description of changes: Rename namespace of the plugin from ElasticSearch to AmazonElasticSearch. Remove ElasticSearch plugin dependency. Update logstash-devutils dependency to avoid rspec errors.

Tested manually by running both an AmazonElasticSearch and regular ElasticSearch output plugin on the same logstash pipeline and verifying data is posted to both clusters without errors.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.