logstash-input-s3-local 3.4.0 → 3.4.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68b69990ad0ee5bedc456e6c53576391fa8e4c824c92a2add72b338532e132f2
|
4
|
+
data.tar.gz: 1fde4dfa15d35357a020a641fd58b2baadb9431eb0b8922795aa1b34b8ffc26d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 218400792168b2e94d348a7dc00c77c1fb35fe085fa1e6b440ed5b2de6c949f8df53bde7139224c625a96b9b52c09cb44ac0f4153495abd85e79a34291f4bc7f
|
7
|
+
data.tar.gz: 07b39a1b8c64d0c450a29ef4625e0c6be7a8a736ba61c0feddaf7c412a9fd3a4a79258d62bdfb31aacbd22f3992d9cbf1db26ffc5a1aaf0ae92b60552a5a1e6e
|
data/lib/logstash/inputs/s3l.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-input-s3-local'
|
4
|
-
s.version = '3.4.
|
4
|
+
s.version = '3.4.1'
|
5
5
|
s.licenses = ['Apache-2.0']
|
6
6
|
s.summary = "Streams events from files in 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,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-input-s3-local
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.4.
|
4
|
+
version: 3.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
@@ -117,7 +117,7 @@ files:
|
|
117
117
|
- docs/index.asciidoc
|
118
118
|
- lib/logstash/inputs/s3l.rb
|
119
119
|
- lib/logstash/inputs/s3l/patch.rb
|
120
|
-
- logstash-input-s3.gemspec
|
120
|
+
- logstash-input-s3-local.gemspec
|
121
121
|
- spec/fixtures/cloudfront.log
|
122
122
|
- spec/fixtures/compressed.log.gz
|
123
123
|
- spec/fixtures/compressed.log.gzip
|