sensu-plugins / sensu-plugins-elasticsearch

This plugin provides native ElasticSearch instrumentation for monitoring and metrics collection, including: service health and metrics for cluster, node, and more.
http://sensu-plugins.io
MIT License
32 stars 77 forks source link

Support current versions of aws-sdk #65

Open tmonk42 opened 7 years ago

tmonk42 commented 7 years ago

After this PR is merged https://github.com/cdunn/aws-es-transport/pull/2 we should be able to remove the restriction on aws-sdk version that was added in here: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/commit/1802655b768c99b575309dfc1cdce215a522f749

tmonk42 commented 7 years ago

Actually, after further investigation, it looks like aws-es-transport v0.1.4 is out on rubygems, but not here on github. v0.1.4.

Edit - v0.1.4 of aws-es-transport does NOT include the fixes for aws-sdk >= 2.5. My PR on that project is still required. I was having a not-enough-coffee moment.