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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: abc60158666205f61f15f0441c1b94d8c32221c4
|
4
|
+
data.tar.gz: adecdf7ca933a8fb45da2361ccda09214a8cbf0c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7dcbcbfccd4aff11335534f35cec754ab8b48d1f033d7121e228726659b69cf52f5a77fdb00c8a8ef241f66b66e74cefbf45a3796ecffb4a65d4c3cfbe8645ed
|
7
|
+
data.tar.gz: a45044fff17e756db9fa0d8c9b05b7c4efd838178c5947d863ece1a103e2290baa55e2536a255445dddeaed6c7a8ce0b3b3627bc326f98437819c00f86240623
|
File without changes
|
@@ -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.
|
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.
|
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/
|
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
|