logstash-filter-dissect 1.0.7 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +1 -1
- data/VERSION +1 -1
- data/lib/jruby-dissect-library_jars.rb +1 -1
- data/logstash-filter-dissect.gemspec +1 -1
- data/vendor/jars/org/logstash/dissect/jruby-dissect-library/{1.0.5/jruby-dissect-library-1.0.5.jar → 1.0.8/jruby-dissect-library-1.0.8.jar} +0 -0
- metadata +5 -6
- data/vendor/jars/org/jruby/jruby-core/1.7.25/jruby-core-1.7.25.jar +0 -0
- data/vendor/jars/org/logstash/dissect/jruby-dissect-library/1.0.7/jruby-dissect-library-1.0.7.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ab8fdb5cc4c1f091bb5e2b439497b40fd1bfef2
|
4
|
+
data.tar.gz: 59eced571c856df8dd9fb4b22a8e4d0922b47d69
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d48240a786ab7f95ec12bbd1ab31e700cc101d17793f597263d28b01318f44cabce4d71428f8333a996152dce91dfa38683b9e7cb8c872dcb1a59c8dfeaf4cfe
|
7
|
+
data.tar.gz: 69df41b6eff092e685b921fb0c98b10a3b63cc2ce45b0a2e0dbcd4325e0f211178326fe0c31a680339011e0431bc53ead783313fd3162f834f806b0c9b00aae6
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -3,7 +3,7 @@ Please read BUILD_INSTRUCTIONS.md
|
|
3
3
|
|
4
4
|
# Logstash Plugin
|
5
5
|
|
6
|
-
[![Travis Build Status](https://travis-ci.org/logstash-plugins/logstash-filter-
|
6
|
+
[![Travis Build Status](https://travis-ci.org/logstash-plugins/logstash-filter-dissect.svg)](https://travis-ci.org/logstash-plugins/logstash-filter-dissect)
|
7
7
|
|
8
8
|
This is a plugin for [Logstash](https://github.com/elastic/logstash).
|
9
9
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.8
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
9
9
|
s.authors = ["Elastic"]
|
10
10
|
s.email = 'info@elastic.co'
|
11
11
|
s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
|
12
|
-
s.require_paths = ["lib"]
|
12
|
+
s.require_paths = ["lib", "vendor/jars"]
|
13
13
|
|
14
14
|
# Files
|
15
15
|
s.files = Dir['lib/**/*','spec/**/*','vendor/**/*','*.gemspec','*.md','CONTRIBUTORS','Gemfile','VERSION','LICENSE','NOTICE.TXT']
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-filter-dissect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-10-
|
11
|
+
date: 2016-10-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -92,9 +92,7 @@ files:
|
|
92
92
|
- logstash-filter-dissect.gemspec
|
93
93
|
- spec/filters/dissect_spec.rb
|
94
94
|
- spec/spec_helper.rb
|
95
|
-
- vendor/jars/org/
|
96
|
-
- vendor/jars/org/logstash/dissect/jruby-dissect-library/1.0.5/jruby-dissect-library-1.0.5.jar
|
97
|
-
- vendor/jars/org/logstash/dissect/jruby-dissect-library/1.0.7/jruby-dissect-library-1.0.7.jar
|
95
|
+
- vendor/jars/org/logstash/dissect/jruby-dissect-library/1.0.8/jruby-dissect-library-1.0.8.jar
|
98
96
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
99
97
|
licenses:
|
100
98
|
- Apache License (2.0)
|
@@ -105,6 +103,7 @@ post_install_message:
|
|
105
103
|
rdoc_options: []
|
106
104
|
require_paths:
|
107
105
|
- lib
|
106
|
+
- vendor/jars
|
108
107
|
required_ruby_version: !ruby/object:Gem::Requirement
|
109
108
|
requirements:
|
110
109
|
- - ">="
|
@@ -117,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
117
116
|
version: '0'
|
118
117
|
requirements: []
|
119
118
|
rubyforge_project:
|
120
|
-
rubygems_version: 2.
|
119
|
+
rubygems_version: 2.6.6
|
121
120
|
signing_key:
|
122
121
|
specification_version: 4
|
123
122
|
summary: This dissect filter will de-structure text into multiple fields.
|
Binary file
|