ivanvc-logstash-input-s3 3.1.1.3 → 3.1.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/logstash/inputs/{s3.rb → ivanvc_s3.rb} +1 -1
- data/logstash-input-s3.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f35c05582a634392b95d3f948264c70a2247d969
|
4
|
+
data.tar.gz: 7b140e12bfb622c66fde2b1388d57368da9fdae7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0efe3eee1995112c876f2f938e13a0dc3cbac3db9e2d2b2932af7efa9f526d0059378ea3a75435e823c8f6c28a7b5ed183731832f1976605501622be45f3dcbe
|
7
|
+
data.tar.gz: 2e5f3b4c67f288fc9c4cfb81100a82f1780e5e2065ca5631592aeadfe3859cc071f5bedc956212dd86bef1e123a1b4fc6059a01b7fe202b408990fa417677105
|
@@ -11,7 +11,7 @@ require "stud/temporary"
|
|
11
11
|
#
|
12
12
|
# Each line from each file generates an event.
|
13
13
|
# Files ending in `.gz` are handled as gzip'ed files.
|
14
|
-
class LogStash::Inputs::
|
14
|
+
class LogStash::Inputs::IvanvcS3 < LogStash::Inputs::Base
|
15
15
|
include LogStash::PluginMixins::AwsConfig::V2
|
16
16
|
|
17
17
|
config_name "ivanvc_s3"
|
data/logstash-input-s3.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'ivanvc-logstash-input-s3'
|
4
|
-
s.version = '3.1.1.
|
4
|
+
s.version = '3.1.1.4'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "Stream events from files from a S3 bucket."
|
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/logstash-plugin install gemname. This gem is not a stand-alone program"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ivanvc-logstash-input-s3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.1.
|
4
|
+
version: 3.1.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-12-
|
11
|
+
date: 2016-12-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: logstash-core-plugin-api
|
@@ -120,7 +120,7 @@ files:
|
|
120
120
|
- LICENSE
|
121
121
|
- NOTICE.TXT
|
122
122
|
- README.md
|
123
|
-
- lib/logstash/inputs/
|
123
|
+
- lib/logstash/inputs/ivanvc_s3.rb
|
124
124
|
- logstash-input-s3.gemspec
|
125
125
|
- spec/fixtures/cloudfront.log
|
126
126
|
- spec/fixtures/compressed.log.gz
|