logstash-input-elasticsearch 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/logstash-input-elasticsearch.gemspec +4 -4
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 700dca779bdd4853ebaac570c283fae0afc1de5b
|
|
4
|
+
data.tar.gz: 9fe512e0f8cd3cc1efe07a9964f5a592db7c514e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4c63c545293cd5d654113f7a9b285df0817b2df26faa885c9585d8eda6e7857b54361591999f6340766b4ac23da7d4c329fb786c16a5d247b9d2fceab3c36f4
|
|
7
|
+
data.tar.gz: 77e61c1c895c09e6b6dbd0787ab7f5e54324482854c7f0bd54f9570154476944125387cbba405c10f5e68ad713a5c8629e865aeddbfdb264994ba9be3b8ee7e5
|
data/LICENSE
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-input-elasticsearch'
|
|
4
|
-
s.version = '0.1.
|
|
4
|
+
s.version = '0.1.5'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Read from an Elasticsearch cluster, based on search query results"
|
|
7
7
|
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
|
|
8
|
-
s.authors = ["
|
|
9
|
-
s.email = 'info@
|
|
10
|
-
s.homepage = "http://www.
|
|
8
|
+
s.authors = ["Elastic"]
|
|
9
|
+
s.email = 'info@elastic.co'
|
|
10
|
+
s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
|
|
11
11
|
s.require_paths = ["lib"]
|
|
12
12
|
|
|
13
13
|
# Files
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-elasticsearch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-04-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -79,7 +79,7 @@ dependencies:
|
|
|
79
79
|
- !ruby/object:Gem::Version
|
|
80
80
|
version: '0'
|
|
81
81
|
description: This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program
|
|
82
|
-
email: info@
|
|
82
|
+
email: info@elastic.co
|
|
83
83
|
executables: []
|
|
84
84
|
extensions: []
|
|
85
85
|
extra_rdoc_files: []
|
|
@@ -93,7 +93,7 @@ files:
|
|
|
93
93
|
- lib/logstash/inputs/elasticsearch.rb
|
|
94
94
|
- logstash-input-elasticsearch.gemspec
|
|
95
95
|
- spec/inputs/elasticsearch_spec.rb
|
|
96
|
-
homepage: http://www.
|
|
96
|
+
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
97
97
|
licenses:
|
|
98
98
|
- Apache License (2.0)
|
|
99
99
|
metadata:
|
|
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
115
115
|
version: '0'
|
|
116
116
|
requirements: []
|
|
117
117
|
rubyforge_project:
|
|
118
|
-
rubygems_version: 2.
|
|
118
|
+
rubygems_version: 2.1.9
|
|
119
119
|
signing_key:
|
|
120
120
|
specification_version: 4
|
|
121
121
|
summary: Read from an Elasticsearch cluster, based on search query results
|