logstash-integration-aws 7.1.4-java → 7.1.5-java
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 +3 -0
- data/VERSION +1 -1
- data/docs/input-s3.asciidoc +1 -1
- data/docs/input-sqs.asciidoc +1 -1
- data/docs/output-s3.asciidoc +1 -1
- data/lib/logstash-integration-aws_jars.rb +1 -1
- data/vendor/jar-dependencies/org/logstash/plugins/integration/aws/logstash-integration-aws/{7.1.4/logstash-integration-aws-7.1.4.jar → 7.1.5/logstash-integration-aws-7.1.5.jar} +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 77814112cf4be9a2155d84247dab1157ee8a9b1a075b92ed3888b7a9d66ccf8a
|
|
4
|
+
data.tar.gz: bb70280e923a6375f7ec8834f42c753483c150325bb4fc566d213f3addc78a61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9999ddefbccde321a77933296295295550fa4e2651af60f8f7cd0dfb615dece6300bb34a010d6c3600d4313d53ed34f75274c91c662083c165cbdd1df69cd90a
|
|
7
|
+
data.tar.gz: 771d356b646e22616732ff35ed1ef6df791c4bf423e38dcbd6b7460bb0992fb2a6176c0a2cff74bc3c67e93353356f152a156edf2ecbc3c05eaac112210dcea3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 7.1.5
|
|
2
|
+
- Fix external documentation links [#35](https://github.com/logstash-plugins/logstash-integration-aws/pull/35)
|
|
3
|
+
|
|
1
4
|
## 7.1.4
|
|
2
5
|
- Fix `use_aws_bundled_ca` to use bundled ca certs per plugin level instead of global [#33](https://github.com/logstash-plugins/logstash-integration-aws/pull/33)
|
|
3
6
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
7.1.
|
|
1
|
+
7.1.5
|
data/docs/input-s3.asciidoc
CHANGED
|
@@ -109,7 +109,7 @@ This plugin uses the AWS SDK and supports several ways to get credentials, which
|
|
|
109
109
|
* Default value is `{}`
|
|
110
110
|
|
|
111
111
|
Key-value pairs of settings and corresponding values used to parametrize
|
|
112
|
-
the connection to s3. See full list in https://docs.aws.amazon.com/
|
|
112
|
+
the connection to s3. See full list in https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html[the AWS SDK documentation]. Example:
|
|
113
113
|
|
|
114
114
|
[source,ruby]
|
|
115
115
|
input {
|
data/docs/input-sqs.asciidoc
CHANGED
|
@@ -131,7 +131,7 @@ This plugin uses the AWS SDK and supports several ways to get credentials, which
|
|
|
131
131
|
* Default value is `{}`
|
|
132
132
|
|
|
133
133
|
Key-value pairs of settings and corresponding values used to parametrize
|
|
134
|
-
the connection to SQS. See full list in https://docs.aws.amazon.com/sdk-for-ruby/
|
|
134
|
+
the connection to SQS. See full list in https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SQS/Client.html[the AWS SDK documentation]. Example:
|
|
135
135
|
|
|
136
136
|
[source,ruby]
|
|
137
137
|
input {
|
data/docs/output-s3.asciidoc
CHANGED
|
@@ -143,7 +143,7 @@ This plugin uses the AWS SDK and supports several ways to get credentials, which
|
|
|
143
143
|
* Default value is `{}`
|
|
144
144
|
|
|
145
145
|
Key-value pairs of settings and corresponding values used to parametrize
|
|
146
|
-
the connection to S3. See full list in https://docs.aws.amazon.com/
|
|
146
|
+
the connection to S3. See full list in https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html[the AWS SDK documentation]. Example:
|
|
147
147
|
|
|
148
148
|
[source,ruby]
|
|
149
149
|
output {
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-integration-aws
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.1.
|
|
4
|
+
version: 7.1.5
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-08-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -408,7 +408,7 @@ files:
|
|
|
408
408
|
- spec/spec_helper.rb
|
|
409
409
|
- spec/support/helpers.rb
|
|
410
410
|
- spec/unit/outputs/sqs_spec.rb
|
|
411
|
-
- vendor/jar-dependencies/org/logstash/plugins/integration/aws/logstash-integration-aws/7.1.
|
|
411
|
+
- vendor/jar-dependencies/org/logstash/plugins/integration/aws/logstash-integration-aws/7.1.5/logstash-integration-aws-7.1.5.jar
|
|
412
412
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
413
413
|
licenses:
|
|
414
414
|
- Apache-2.0
|