logstash-integration-aws 7.2.0-java → 7.2.1-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/output-cloudwatch.asciidoc +0 -12
- data/docs/output-sns.asciidoc +0 -12
- data/lib/logstash-integration-aws_jars.rb +1 -1
- data/vendor/jar-dependencies/org/logstash/plugins/integration/aws/logstash-integration-aws/{7.2.0/logstash-integration-aws-7.2.0.jar → 7.2.1/logstash-integration-aws-7.2.1.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: 59fe4b9ba4e518e9e3c4250c3c7a917e487bdfc497b0dad6c540ca5ee46a3bf4
|
|
4
|
+
data.tar.gz: 73ca6bdfc8f1fb520a6cb5e2d4ec8cc95ed7424691a0fa334d5f1e2ad73bb820
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 496898911cec880f3f9b599d971f7a96990891244d519fd66e4654f98610bc60c9f85fb1acf698413c7596466f75675e3365ed24a1751e90964345b8b865e040
|
|
7
|
+
data.tar.gz: e75cfd12e307ce628a58359610c14bd461845f69bd1e6f7cf308838033d0d04c7936fc2adaccd69119705faaf62a8421aab262862cfb176eee40836b28533dce
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 7.2.1
|
|
2
|
+
- [DOC] Remove unneeded content and links in SNS and CloudWatch [#54](https://github.com/logstash-plugins/logstash-integration-aws/pull/54)
|
|
3
|
+
|
|
1
4
|
## 7.2.0
|
|
2
5
|
- Added an option `web_identity_token_file` to support IRSA (IAM Roles for Service Accounts) [#52](https://github.com/logstash-plugins/logstash-integration-aws/pull/52)
|
|
3
6
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
7.2.
|
|
1
|
+
7.2.1
|
|
@@ -108,7 +108,6 @@ This plugin supports the following configuration options plus the <<plugins-{typ
|
|
|
108
108
|
| <<plugins-{type}s-{plugin}-unit>> |<<string,string>>, one of `["Seconds", "Microseconds", "Milliseconds", "Bytes", "Kilobytes", "Megabytes", "Gigabytes", "Terabytes", "Bits", "Kilobits", "Megabits", "Gigabits", "Terabits", "Percent", "Count", "Bytes/Second", "Kilobytes/Second", "Megabytes/Second", "Gigabytes/Second", "Terabytes/Second", "Bits/Second", "Kilobits/Second", "Megabits/Second", "Gigabits/Second", "Terabits/Second", "Count/Second", "None"]`|No
|
|
109
109
|
| <<plugins-{type}s-{plugin}-use_aws_bundled_ca>> |<<boolean,boolean>>|No
|
|
110
110
|
| <<plugins-{type}s-{plugin}-value>> |<<string,string>>|No
|
|
111
|
-
| <<plugins-{type}s-{plugin}-web_identity_token_file>> |<<string,string>>|No
|
|
112
111
|
|=======================================================================
|
|
113
112
|
|
|
114
113
|
Also see <<plugins-{type}s-{plugin}-common-options>> for a list of options supported by all
|
|
@@ -325,17 +324,6 @@ If provided, this must be a string which can be converted to a float, for exampl
|
|
|
325
324
|
"1", "2.34", ".5", and "0.67"
|
|
326
325
|
If you set this option you should probably set the `unit` option along with it
|
|
327
326
|
|
|
328
|
-
[id="plugins-{type}s-{plugin}-web_identity_token_file"]
|
|
329
|
-
===== `web_identity_token_file`
|
|
330
|
-
|
|
331
|
-
* Value type is <<string,string>>
|
|
332
|
-
|
|
333
|
-
Absolute path to the file on disk containing OIDC token for https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html[IRSA].
|
|
334
|
-
Set the path to `"/var/run/secrets/eks.amazonaws.com/serviceaccount/token"` when using Amazon EKS.
|
|
335
|
-
If specified, <<plugins-{type}s-{plugin}-role_arn>> must not be empty.
|
|
336
|
-
|
|
337
|
-
For the details of setting up IAM roles and Kubernetes service accounts, check out https://docs.aws.amazon.com/eks/latest/userguide/associate-service-account-role.html[userguide]
|
|
338
|
-
|
|
339
327
|
|
|
340
328
|
[id="plugins-{type}s-{plugin}-common-options"]
|
|
341
329
|
include::{include_path}/{type}.asciidoc[]
|
data/docs/output-sns.asciidoc
CHANGED
|
@@ -66,7 +66,6 @@ This plugin supports the following configuration options plus the <<plugins-{typ
|
|
|
66
66
|
| <<plugins-{type}s-{plugin}-secret_access_key>> |<<string,string>>|No
|
|
67
67
|
| <<plugins-{type}s-{plugin}-session_token>> |<<string,string>>|No
|
|
68
68
|
| <<plugins-{type}s-{plugin}-use_aws_bundled_ca>> |<<boolean,boolean>>|No
|
|
69
|
-
| <<plugins-{type}s-{plugin}-web_identity_token_file>> |<<string,string>>|No
|
|
70
69
|
|=======================================================================
|
|
71
70
|
|
|
72
71
|
Also see <<plugins-{type}s-{plugin}-common-options>> for a list of options supported by all
|
|
@@ -170,17 +169,6 @@ Use bundled CA certificates that ship with AWS SDK to verify SSL peer certificat
|
|
|
170
169
|
For cases where the default certificates are unavailable, e.g. Windows,
|
|
171
170
|
you can set this to `true`.
|
|
172
171
|
|
|
173
|
-
[id="plugins-{type}s-{plugin}-web_identity_token_file"]
|
|
174
|
-
===== `web_identity_token_file`
|
|
175
|
-
|
|
176
|
-
* Value type is <<string,string>>
|
|
177
|
-
|
|
178
|
-
Absolute path to the file on disk containing OIDC token for https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html[IRSA].
|
|
179
|
-
Set the path to `"/var/run/secrets/eks.amazonaws.com/serviceaccount/token"` when using Amazon EKS.
|
|
180
|
-
If specified, <<plugins-{type}s-{plugin}-role_arn>> must not be empty.
|
|
181
|
-
|
|
182
|
-
For the details of setting up IAM roles and Kubernetes service accounts, check out https://docs.aws.amazon.com/eks/latest/userguide/associate-service-account-role.html[userguide]
|
|
183
|
-
|
|
184
172
|
|
|
185
173
|
[id="plugins-{type}s-{plugin}-common-options"]
|
|
186
174
|
include::{include_path}/{type}.asciidoc[]
|
|
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.2.
|
|
4
|
+
version: 7.2.1
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-02-
|
|
11
|
+
date: 2025-02-13 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.2.
|
|
411
|
+
- vendor/jar-dependencies/org/logstash/plugins/integration/aws/logstash-integration-aws/7.2.1/logstash-integration-aws-7.2.1.jar
|
|
412
412
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
413
413
|
licenses:
|
|
414
414
|
- Apache-2.0
|