Skip to content

Commit

Permalink
Mass update for 2.0 plugin api changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ph committed May 6, 2016
1 parent dbfd66a commit d8848c2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -7,5 +7,4 @@ rvm:
script:
- bundle exec rspec spec
jdk: oraclejdk8
before_install:
- git clone -b feature/event_interface https://github.com/elastic/logstash
before_install: []
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,5 @@
## 3.0.0
- Update the plugin to the version 2.0 of the plugin api, this change is required for Logstash 5.0 compatibility. See https://github.com/elastic/logstash/issues/5141
# 2.0.7
- With include_brackets enabled, angle brackets (\< and \>) are treated the same as square brackets and parentheses, making it easy to parse strings like "a=\<b\> c=\<d\>".
- An empty value_split option value now gives a useful error message.
Expand Down
6 changes: 2 additions & 4 deletions Gemfile
@@ -1,6 +1,4 @@
source 'https://rubygems.org'

# Specify your gem's dependencies in logstash-mass_effect.gemspec
gemspec
gem "logstash-core", :path => "./logstash/logstash-core"
gem "logstash-core-plugin-api", :path => "./logstash/logstash-core-plugin-api"
gem "logstash-core-event-java", :path => "./logstash/logstash-core-event-java"
gem "logstash-devutils", :github => "elastic/logstash-devutils", :branch => "feature/plugin-api-2_0"
2 changes: 1 addition & 1 deletion logstash-filter-kv.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|

s.name = 'logstash-filter-kv'
s.version = '2.0.7'
s.version = '3.0.0'
s.licenses = ['Apache License (2.0)']
s.summary = "This filter helps automatically parse messages (or specific event fields) which are of the 'foo=bar' variety."
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"
Expand Down

0 comments on commit d8848c2

Please sign in to comment.