Skip to content

Commit

Permalink
update elasticsearch ruby client to 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd committed Oct 11, 2024
1 parent a931b2c commit 4746119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash-core/logstash-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency "jrjackson", "= #{ALL_VERSIONS.fetch('jrjackson')}" #(Apache 2.0 license)

gem.add_runtime_dependency "elasticsearch", '~> 7'
gem.add_runtime_dependency "elasticsearch", '~> 8'
gem.add_runtime_dependency "manticore", '~> 0.6'

# xpack geoip database service
Expand Down

0 comments on commit 4746119

Please sign in to comment.