Skip to content

Commit dfaf929

Browse files
committed
Import manticore to resolve uninitialized Manticore error.
1 parent 4cecce6 commit dfaf929

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## 5.0.2
2-
- Adds elastic-transport support [#223](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/223)
2+
- Add elastic-transport client support [#223](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/223)
33

44
## 5.0.1
55
- 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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
require "base64"
1414

1515
require "elasticsearch"
16+
require "manticore"
1617

1718
# .Compatibility Note
1819
# [NOTE]

0 commit comments

Comments
 (0)