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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 8337a34565a43f968e547f2898b5fe3b07f0e63abf4fb71c2a199dbd9d243ec7
4
- data.tar.gz: d1fe41a4420921823af42dd1d0638a4f9b52af14853fc052350ca11f131f8ca0
2
+ SHA1:
3
+ metadata.gz: a08f5bfbda43d4497e16f4c9b75accf37bce8b5e
4
+ data.tar.gz: d8d4b63ff3b9e1e377d3b7483be9fb1ea2ee7ba0
5
5
  SHA512:
6
- metadata.gz: a065f3efa0adc89feef6f98cdc9384db89c316cdaceeeebed85316b5388e4c87a8fe8c73578c27df8a1a5def5efdd30f5243d14e4d462c3680d8e3f8282b567d
7
- data.tar.gz: ea193e3222d4ec69d95fd671cf2709bc6d752e1532cdc91b30e9241543ca031b43298d21aae8977f34d9800f18260cc0114bbf5592c93e781c0b002cdaf0030f
6
+ metadata.gz: 9394d292f498544020b67a894920901528f0bdcbff5faefb1c709edb8766b9ca7466db646a66ca5f9c7de4bc685cdb5f245b56d1270f868f90e51969c59e9b5a
7
+ data.tar.gz: 075084d8349236d0014a5287d06c7f663f47c8a9cbdeec2e5941f4236702f4754fafa4b0a712e2b26843fcab1bf227446b3ec5fcb562f0587905319440eab446
@@ -1,3 +1,6 @@
1
+ ## 3.0.3
2
+ - Fix some documentation issues
3
+
1
4
  # 3.0.1
2
5
  - fixed mapping template for requestParameters.disableApiTermination field
3
6
 
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Cloudtrail codec plugin
18
18
 
@@ -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.2'
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.2
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-06-23 00:00:00.000000000 Z
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.6.11
85
+ rubygems_version: 2.4.8
88
86
  signing_key:
89
87
  specification_version: 4
90
88
  summary: Process AWS CloudTrail formatted messages