Skip to content

Commit

Permalink
Upgrade ES version to build the plugin. (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
mashhurs authored May 14, 2024
1 parent d1eba8c commit c7d376e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
LOGSTASH_PATH=../../ls
ELASTICSEARCH_TREEISH=8.12
ELASTICSEARCH_TREEISH=8.13
4 changes: 2 additions & 2 deletions logstash-filter-elastic_integration.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Gem::Specification.new do |s|
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
s.authors = ["Elastic"]
s.email = 'info@elastic.co'
s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
s.require_paths = ["lib", "vendor/jar-dependencies"]
s.homepage = "https://www.elastic.co/logstash"
s.require_paths = %w[lib vendor/jar-dependencies]

# Files to be included in package
s.files = Dir[*%w{
Expand Down

0 comments on commit c7d376e

Please sign in to comment.