logstash-codec-cloudtrail 3.0.2 → 3.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +1 -1
- data/logstash-codec-cloudtrail.gemspec +1 -1
- metadata +4 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: a08f5bfbda43d4497e16f4c9b75accf37bce8b5e
|
4
|
+
data.tar.gz: d8d4b63ff3b9e1e377d3b7483be9fb1ea2ee7ba0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9394d292f498544020b67a894920901528f0bdcbff5faefb1c709edb8766b9ca7466db646a66ca5f9c7de4bc685cdb5f245b56d1270f868f90e51969c59e9b5a
|
7
|
+
data.tar.gz: 075084d8349236d0014a5287d06c7f663f47c8a9cbdeec2e5941f4236702f4754fafa4b0a712e2b26843fcab1bf227446b3ec5fcb562f0587905319440eab446
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-codec-cloudtrail'
|
4
|
-
s.version = '3.0.
|
4
|
+
s.version = '3.0.3'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "Process AWS CloudTrail formatted messages"
|
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: logstash-codec-cloudtrail
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -44,9 +44,7 @@ dependencies:
|
|
44
44
|
- - ">="
|
45
45
|
- !ruby/object:Gem::Version
|
46
46
|
version: '0'
|
47
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
48
|
-
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
49
|
-
gem is not a stand-alone program
|
47
|
+
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
|
50
48
|
email: info@elastic.co
|
51
49
|
executables: []
|
52
50
|
extensions: []
|
@@ -84,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
82
|
version: '0'
|
85
83
|
requirements: []
|
86
84
|
rubyforge_project:
|
87
|
-
rubygems_version: 2.
|
85
|
+
rubygems_version: 2.4.8
|
88
86
|
signing_key:
|
89
87
|
specification_version: 4
|
90
88
|
summary: Process AWS CloudTrail formatted messages
|