Skip to content

Commit c7d376e

Browse files
authored
Upgrade ES version to build the plugin. (#144)
1 parent d1eba8c commit c7d376e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
LOGSTASH_PATH=../../ls
2-
ELASTICSEARCH_TREEISH=8.12
2+
ELASTICSEARCH_TREEISH=8.13

logstash-filter-elastic_integration.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
99
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"
1010
s.authors = ["Elastic"]
1111
s.email = '[email protected]'
12-
s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
13-
s.require_paths = ["lib", "vendor/jar-dependencies"]
12+
s.homepage = "https://www.elastic.co/logstash"
13+
s.require_paths = %w[lib vendor/jar-dependencies]
1414

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

0 commit comments

Comments
 (0)