We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cecce6 commit dfaf929Copy full SHA for dfaf929
CHANGELOG.md
@@ -1,5 +1,5 @@
1
## 5.0.2
2
- - Adds elastic-transport support [#223](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/223)
+ - Add elastic-transport client support [#223](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/223)
3
4
## 5.0.1
5
- Fix: prevent plugin crash when hits contain illegal structure [#218](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/218)
lib/logstash/inputs/elasticsearch.rb
@@ -13,6 +13,7 @@
13
require "base64"
14
15
require "elasticsearch"
16
+require "manticore"
17
18
# .Compatibility Note
19
# [NOTE]
0 commit comments