logstash-integration-aws 7.2.0-java → 7.2.1-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b93bdb01523611844275ebf3c0b45d3e2cf7cfa437f7320a4be3a7043ee099e
4
- data.tar.gz: 045cbc4d15ec6f96f39e555fa1de4aba3a0939a1b0de65333e0b0b0a97d97870
3
+ metadata.gz: 59fe4b9ba4e518e9e3c4250c3c7a917e487bdfc497b0dad6c540ca5ee46a3bf4
4
+ data.tar.gz: 73ca6bdfc8f1fb520a6cb5e2d4ec8cc95ed7424691a0fa334d5f1e2ad73bb820
5
5
  SHA512:
6
- metadata.gz: 858539c60b31389ad1e8804402e1c2c785fb8ba8e24a4791458df07c909974b3579ee4b09f6075c17c496db8d94f2ca59da71698dc51a3b8ad35a876dc0ec1b4
7
- data.tar.gz: 2014dfe8a375604f37416d8f3f6320d506ca34b7bf19fb1a844d7609b3083ab89c2a1becd1ea7ea8485b282c5be7f1c6a5105689a5fae07a8c6d7f3aae8270b7
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.0
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[]
@@ -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[]
@@ -1,4 +1,4 @@
1
1
  # AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
2
2
 
3
3
  require 'jar_dependencies'
4
- require_jar('org.logstash.plugins.integration.aws', 'logstash-integration-aws', '7.2.0')
4
+ require_jar('org.logstash.plugins.integration.aws', 'logstash-integration-aws', '7.2.1')
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.0
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-10 00:00:00.000000000 Z
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.0/logstash-integration-aws-7.2.0.jar
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