logstash-input-cloudwatch_logs 1.0.0.rc1 → 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: f3c086f123d992aed90c4ca3f3f9e32561d8d14b
4
- data.tar.gz: f8a299987d5ea86dac1aeccadb1061de883b21e1
3
+ metadata.gz: 49516d63ed0fba659dbe33edc4288c61c084659b
4
+ data.tar.gz: 6004ebd1359d675c0bc166935d04038e530b3902
5
5
  SHA512:
6
- metadata.gz: 2efff01f11400ad57da03596b97335c8b7c095e29d0b05b0b5d5abb5b50e277514962d6970bd2eced47f76493fd8dd7e2bb5d850da6e0e6b5d7049dce6c7b00b
7
- data.tar.gz: 591d042bfdcbe403d64d1335f2911db0224797f5a70474ec4f748f68cd468de07080f556a9a14b0450b8f3aad97adb50c0046f91f47f2cb5a37d42221edaecd9
6
+ metadata.gz: 4ccdac70044254d0a8e2aadd333473a5eb5df37928507d5416975c915ab9905501f28601f2449519ea5e539f72eba7c3d3195938d165cb58acf349e33e9f8370
7
+ data.tar.gz: c49abd01f34cdedd7448551f1d4d54fc597dade50e0e69de54afed29bef468e5424a72f8c23c16cbbf098b85a0ce08862027be99ef1a634290add64707d3e02d
data/CHANGELOG.md CHANGED
@@ -1,67 +1,22 @@
1
- # Release Notes for `logstash-input-cloudwatch_logs`
1
+ # Release Notes for v1.x
2
2
 
3
- ## v1.0.0.rc1 Release Candidate 1 (2017-07-02)
4
- * Ensure the plugin stops properly
5
- * Implement `start_position` setting ([#28](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/28))
6
-
7
- ## v1.0.0.pre3 Pre-Release 3 (2017-06-28)
8
- * Fix call to `filter_log_events` which had been limited to 10 events per call for debugging
9
-
10
- ## v1.0.0.pre2 Pre-Release 2 (2017-06-28)
11
- * Remove the breaking change in v1.0.0.pre. `log_group` is now a `string` supporting `lists`, allowing either notation
12
- * Change startup log from TRACE to DEBUG, supporting Logstash 2.4
13
- * Relax the contstraint on `logstash-mixin-aws` supporting Logstash 2.4
14
-
15
- ## v1.0.0.pre Pre-Release 1 (2017-06-24)
16
- * ~BREAKING CHANGE: `log_group` must now be an array~ (See 1.0.0.pre2 - no longer a breaking change) adds support for specifying multiple groups or prefixes (Fixes [#13](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/13))
17
- * Refactored ingestion, fixes multiple memory leaks (Fixes [#24](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/4))
18
- * Pull only log_events since last ingestion (Fixes [#10](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/10))
19
- * Incrementally write to since_db on each page of data from the CWL API (Fixes [#4](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/4))
3
+ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4
+ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
20
5
 
21
- ## v0.10.3 (2017-05-07)
6
+ ## [Unreleased]
22
7
 
23
- ### Fixed
24
- * Fixed issue fetching log groups by prefix when there are more than 50 groups ([#22](https://github.com/lukewaite/logstash-input-cloudwatch-logs/pull/22))
25
-
26
- ## v0.10.2 (2017-04-20)
27
-
28
- ### Fixed
29
- * Fixed bad merge on [#eb38dfd](https://github.com/lukewaite/logstash-input-cloudwatch-logs/commit/eb38dfdc072b4fd21e9c1d83ea306e2b6c5df37b) and restore compatibility with the Logstash 5.x events API ([#21](https://github.com/lukewaite/logstash-input-cloudwatch-logs/pull/21))
30
-
31
- ## v0.10.1 (2017-04-19)
32
-
33
- ### Fixed
34
- * Fixed issue [#16](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/16) which prevented loading the plugin ([#17](https://github.com/lukewaite/logstash-input-cloudwatch-logs/pull/17))
35
-
36
- ## v0.10.0 (2017-04-01)
8
+ ## [v1.0.0] (2017-07-15)
37
9
 
38
10
  ### Added
39
- * `log_group_prefix` parameter supporting ingesting a set of log groups matching a prefix ([#9](https://github.com/lukewaite/logstash-input-cloudwatch-logs/pull/9))
40
-
41
- ### Fixed
42
- * Step back when throttled by Amazon ([#9](https://github.com/lukewaite/logstash-input-cloudwatch-logs/pull/9))
43
-
44
- ## v0.9.4 (2017-03-31)
11
+ * Implement `start_position` setting ([#28](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/28))
12
+ * Allow log_group to be an array of groups (or prefixes if enabled) ([#13](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/13))
45
13
 
46
14
  ### Fixed
47
- * Fix autoloading of aws-sdk ([#15](https://github.com/lukewaite/logstash-input-cloudwatch-logs/pull/15))
48
-
49
- ## v0.9.3 (2016-12-22)
50
-
51
- ### Added
52
- * Support for Logstash version 5.x ([#6e7cc5d](https://github.com/lukewaite/logstash-input-cloudwatch-logs/commit/6e7cc5decdcd7a8d8528d42a7b040b1d2f3a3490))
53
-
54
- ## v0.9.2 (2016-07-21)
55
-
56
- ### Added
57
- * Initial publish to RubyGems
58
-
59
- ## v0.9.1 (2016-07-19)
60
-
61
- ### Added
62
- * Support for Logstash version 2.x ([#8824ae9](https://github.com/lukewaite/logstash-input-cloudwatch-logs/commit/8824ae9899fa0e1d0a627796479824bc6f5c39b2))
63
-
64
- ## v0.9.0 (2015-07-06)
15
+ * Ensure the plugin stops properly
16
+ * Relax the contstraint on `logstash-mixin-aws` supporting Logstash 2.4
17
+ * Refactored ingestion, fixes multiple memory leaks (Fixes [#24](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/4))
18
+ * Pull only log_events since last ingestion (Fixes [#10](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/10))
19
+ * Incrementally write to since_db on each page of data from the CWL API (Fixes [#4](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/4))
65
20
 
66
- ### Initial Release
67
- * This is the initial release of the input
21
+ [Unreleased]: https://github.com/lukewaite/logstash-input-cloudwatch-logs/compare/v1.0.0...HEAD
22
+ [v1.0.0]: https://github.com/lukewaite/logstash-input-cloudwatch-logs/compare/v0.10.3...v1.0.0
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-cloudwatch_logs'
4
- s.version = '1.0.0.rc1'
4
+ s.version = '1.0.0'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = 'Stream events from CloudWatch Logs.'
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-input-cloudwatch_logs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luke Waite
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-02 00:00:00.000000000 Z
11
+ date: 2017-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -106,9 +106,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  requirements:
109
- - - ">"
109
+ - - ">="
110
110
  - !ruby/object:Gem::Version
111
- version: 1.3.1
111
+ version: '0'
112
112
  requirements: []
113
113
  rubyforge_project:
114
114
  rubygems_version: 2.4.8