logstash-codec-cloudwatch-log-subscription 0.1.6 → 0.1.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3ef784817a4124352137299b34da6604bfbf9077
4
- data.tar.gz: 7df1a58d4dd0c2272e74baa5fe5f5b8b778c4e14
3
+ metadata.gz: abc60158666205f61f15f0441c1b94d8c32221c4
4
+ data.tar.gz: adecdf7ca933a8fb45da2361ccda09214a8cbf0c
5
5
  SHA512:
6
- metadata.gz: 2a6aee67a5fcde5f575ea12297cc24df968a731e2150068a9be72e69f897f64e6ee389b6a7680b6d6e14dd8ceed642742eded0af97a0e6ee1c0942cfde3de60d
7
- data.tar.gz: a753738cf5f48e9497a636d464119b545f45964a17fc7bc8f2e5da8ee85f2f07f0f44e59dbb46803b7a5cf0201e46dba4c631db2871441677dfcad8949b3ea28
6
+ metadata.gz: 7dcbcbfccd4aff11335534f35cec754ab8b48d1f033d7121e228726659b69cf52f5a77fdb00c8a8ef241f66b66e74cefbf45a3796ecffb4a65d4c3cfbe8645ed
7
+ data.tar.gz: a45044fff17e756db9fa0d8c9b05b7c4efd838178c5947d863ece1a103e2290baa55e2536a255445dddeaed6c7a8ce0b3b3627bc326f98437819c00f86240623
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-cloudwatch-log-subscription'
4
- s.version = '0.1.6'
4
+ s.version = '0.1.7'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Process AWS CloudWatch Logs 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/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-codec-cloudwatch-log-subscription
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurence MacGuire
@@ -74,7 +74,7 @@ files:
74
74
  - NOTICE.TXT
75
75
  - README.md
76
76
  - Rakefile
77
- - lib/logstash/codecs/cloudwatchlogsubscription.rb
77
+ - lib/logstash/codecs/cloudwatch_log_subscription.rb
78
78
  - logstash-codec-cloudwatch-log-subscription.gemspec
79
79
  - spec/codecs/cloudtrail_spec.rb
80
80
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html