logstash-input-cloudwatch_logs_importer 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +7 -1
- data/VERSION +1 -1
- data/lib/logstash-input-cloudwatch_logs_importer_jars.rb +1 -1
- data/vendor/jar-dependencies/net/justmachinery/logstash-input-cloudwatch_logs_importer/{1.0.0/logstash-input-cloudwatch_logs_importer-1.0.0.jar → 1.0.1/logstash-input-cloudwatch_logs_importer-1.0.1.jar} +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9bdc9016bb73beb794d115f003c28d123722cfd2600ff517e991a3ae0dce063a
|
4
|
+
data.tar.gz: 904044a9a3c043a612ab814762315d924af5523b7851f5f1dcfe9defd5a4bdcf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd6efd28d9d21873607e501d0b3ef291aa6ba94641d1235d566cd7f8a3bd1e8db4580b03884a90f6e14387391ca26baed314a94bf99ae2202380738d27fd79c5
|
7
|
+
data.tar.gz: 44468a569410d6ac113a8b0feff27a377a633e7c8e1465ea787da259a8a16023c47756ef2c460f9753f92799a5c6d41f240a68c5334b42f556cd03f3d09cbfb3
|
data/README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1
1
|
# Logstash Cloudwatch Logs Importer Input
|
2
2
|
|
3
|
-
|
3
|
+
[![Gem][ico-version]][link-rubygems]
|
4
|
+
|
5
|
+
|
6
|
+
Plugin to import logs from Cloudwatch Logs. Requires Logstash 7+.
|
4
7
|
|
5
8
|
If you encounter any problems, please file an issue! Contributions are also welcome.
|
6
9
|
|
@@ -40,3 +43,6 @@ https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html#cre
|
|
40
43
|
| region | string |
|
41
44
|
| access_key | string |
|
42
45
|
| secret_key | string |
|
46
|
+
|
47
|
+
[ico-version]: https://img.shields.io/gem/v/logstash-input-cloudwatch_logs_importer.svg?style=flat-square
|
48
|
+
[link-rubygems]: https://rubygems.org/gems/logstash-input-cloudwatch_logs_importer
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.1
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-input-cloudwatch_logs_importer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elasticsearch
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-05-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -74,7 +74,7 @@ files:
|
|
74
74
|
- lib/logstash-input-cloudwatch_logs_importer_jars.rb
|
75
75
|
- lib/logstash/inputs/cloudwatch_logs_importer.rb
|
76
76
|
- logstash-input-cloudwatch_logs_importer.gemspec
|
77
|
-
- vendor/jar-dependencies/net/justmachinery/logstash-input-cloudwatch_logs_importer/1.0.
|
77
|
+
- vendor/jar-dependencies/net/justmachinery/logstash-input-cloudwatch_logs_importer/1.0.1/logstash-input-cloudwatch_logs_importer-1.0.1.jar
|
78
78
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
79
79
|
licenses:
|
80
80
|
- Apache-2.0
|
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
99
|
version: '0'
|
100
100
|
requirements: []
|
101
101
|
rubyforge_project:
|
102
|
-
rubygems_version: 2.7.
|
102
|
+
rubygems_version: 2.7.10
|
103
103
|
signing_key:
|
104
104
|
specification_version: 4
|
105
105
|
summary: Imports log data from Cloudwatch Logs
|