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 +4 -4
- data/CHANGELOG.md +14 -59
- data/logstash-input-cloudwatch_logs.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 49516d63ed0fba659dbe33edc4288c61c084659b
|
|
4
|
+
data.tar.gz: 6004ebd1359d675c0bc166935d04038e530b3902
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ccdac70044254d0a8e2aadd333473a5eb5df37928507d5416975c915ab9905501f28601f2449519ea5e539f72eba7c3d3195938d165cb58acf349e33e9f8370
|
|
7
|
+
data.tar.gz: c49abd01f34cdedd7448551f1d4d54fc597dade50e0e69de54afed29bef468e5424a72f8c23c16cbbf098b85a0ce08862027be99ef1a634290add64707d3e02d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,67 +1,22 @@
|
|
|
1
|
-
# Release Notes for
|
|
1
|
+
# Release Notes for v1.x
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
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
|
-
##
|
|
6
|
+
## [Unreleased]
|
|
22
7
|
|
|
23
|
-
|
|
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
|
-
* `
|
|
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
|
-
*
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
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
|
-
|
|
67
|
-
|
|
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
|
|
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
|
|
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-
|
|
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:
|
|
111
|
+
version: '0'
|
|
112
112
|
requirements: []
|
|
113
113
|
rubyforge_project:
|
|
114
114
|
rubygems_version: 2.4.8
|