logstash-output-cloudwatch 0.1.5 → 1.0.0

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: 22dff874e359bcdc0081adbdaff9776433bfc4ca
4
- data.tar.gz: cc7e072c4474364c1e93f7e0f6b7a6b2fee6ecea
3
+ metadata.gz: f1a328114f394160e0a2432ea3978b907a9a79f3
4
+ data.tar.gz: e6a6d19cdd0829c58eaa8b8f00511c7ad7ce1228
5
5
  SHA512:
6
- metadata.gz: 4c31aecf1f2481d3732ffcce0784cf2b0cd64292bed534f31527260af205a66b1677a9f3e732eabbbda644e63f90576a2eb33be311894adabe82c069223ebcea
7
- data.tar.gz: b306872f768ea1b836785d52d95a29807fcb681e97d5775932ddb2f531072f0fb498d2a09516b562097fd54a5ed6a5a9a66bd2a326a980a0c5f2036e80207f2b
6
+ metadata.gz: c8537607d6fd05f1f1ba3c6196c09ff95c95bdf16eaf5e4ec11603424966168646af3c4f0715293370714fec920f6d3baf9ca6715d576e6159842c6ccdbfdf09
7
+ data.tar.gz: 4ce27da075d2f11186b6ef313c29386eb6cad8caa2a960dcf5124762e94fe27edebdd69c79874574f58869f7a9cbb75228aa6a35e7d7b8ed75220119d4971a94
data/CHANGELOG.md ADDED
File without changes
data/NOTICE.TXT ADDED
@@ -0,0 +1,5 @@
1
+ Elasticsearch
2
+ Copyright 2012-2015 Elasticsearch
3
+
4
+ This product includes software developed by The Apache Software
5
+ Foundation (http://www.apache.org/).
data/README.md CHANGED
@@ -13,7 +13,7 @@ Logstash provides infrastructure to automatically generate documentation for thi
13
13
 
14
14
  ## Need Help?
15
15
 
16
- Need help? Try #logstash on freenode IRC or the logstash-users@googlegroups.com mailing list.
16
+ Need help? Try #logstash on freenode IRC or the https://discuss.elastic.co/c/logstash discussion forum.
17
17
 
18
18
  ## Developing
19
19
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-cloudwatch'
4
- s.version = '0.1.5'
4
+ s.version = '1.0.0'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This output lets you aggregate and send metric data to AWS CloudWatch"
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-cloudwatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-27 00:00:00.000000000 Z
11
+ date: 2015-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstash-core
@@ -93,9 +93,11 @@ extensions: []
93
93
  extra_rdoc_files: []
94
94
  files:
95
95
  - .gitignore
96
+ - CHANGELOG.md
96
97
  - CONTRIBUTORS
97
98
  - Gemfile
98
99
  - LICENSE
100
+ - NOTICE.TXT
99
101
  - README.md
100
102
  - Rakefile
101
103
  - lib/logstash/outputs/cloudwatch.rb
@@ -123,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
125
  version: '0'
124
126
  requirements: []
125
127
  rubyforge_project:
126
- rubygems_version: 2.4.5
128
+ rubygems_version: 2.2.2
127
129
  signing_key:
128
130
  specification_version: 4
129
131
  summary: This output lets you aggregate and send metric data to AWS CloudWatch