logstash-integration-aws 0.1.0.pre → 7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9aed616c6b3abd22f2196b4939ffbedbf1d2c8785a5aef119fc9fe8242847921
4
- data.tar.gz: e80bfc1603c49e9271111c8ff4767e42ddcfaa8dedbca2100e3b9e76ae10d735
3
+ metadata.gz: 4cea87525319253265e10b11632067a0470dd461bcd6febad35e13bb94d5e2b2
4
+ data.tar.gz: ae9b187795bc416f1c1e7e16b4207b8fc476b54c4cbc55325104f91930a65ae1
5
5
  SHA512:
6
- metadata.gz: 5a9c24ffdc56ec13be5b32e27016fc55d4a4a256b16f6d8f28fa38128b1cb1433abd19e63b245ab6d693539af612ba29ad0f345c5a28e96c64a52d66f867c778
7
- data.tar.gz: b14a38aea9eafb67c3b0d516463c43540f807f5f3b63fe459841023becd7003ebdb188f202dc7b3233c40b995c3a13ca41a1bcdf31e55abc124eac0954ff0da9
6
+ metadata.gz: e62194ffbe42ac97834a189eb9821feed9eeebd28bb72ffed26de4b087d76b75ca30006c630d2d30f1892f7dc41825e176bf25fd97487e3554aec5fc7e847b36
7
+ data.tar.gz: 30e9270e7933fd448ff1e9ae41f768edbe6fd956719c79e9f828743e583d06ddef1fa2ab55462df6c7334990b01e14fb766290c1a8f9e405cf1e8673a99f4d83
data/CHANGELOG.md CHANGED
@@ -1,15 +1,22 @@
1
- ## 1.0.0
1
+ ## 7.0.0
2
+ - bump integration to upper bound of all underlying plugins versions (biggest is sqs output 6.x)
3
+ - this is necessary to facilitate versioning continuity between older standalone plugins and plugins within the integration
4
+
5
+ ## 0.1.1
6
+ - remove mention of mixin in gemspec to facilitate docs publishing
7
+
8
+ ## 0.1.0
2
9
 
3
10
  * Added the initial set of Logstash AWS plugins that ship with Logstash.
4
11
  You can find the merged changelog of the individual plugins in CHANGELOG.PRE.MERGE.md.
5
12
  These are (along with the version that was used for import):
6
- - logstash-codec-cloudfront (3.0.3)
7
- - logstash-codec-cloudtrail (3.0.5)
8
- - logstash-input-cloudwatch (2.2.4)
9
- - logstash-input-s3 (3.8.4)
10
- - logstash-input-sqs (3.3.2)
11
- - logstash-mixin-aws (5.1.0)
12
- - logstash-output-cloudwatch (3.0.10)
13
- - logstash-output-sns (4.0.8)
14
- - logstash-output-sqs (6.0.1)
15
- - logstash-output-s3 (4.3.5)
13
+ - logstash-codec-cloudfront (3.0.3) [[link]](CHANGELOG.PRE.MERGE.md#changelog---logstash-input-cloudwatch)
14
+ - logstash-codec-cloudtrail (3.0.5) [[link]](CHANGELOG.PRE.MERGE.md#changelog---logstash-codec-cloudtrail)
15
+ - logstash-input-cloudwatch (2.2.4) [[link]](CHANGELOG.PRE.MERGE.md#changelog---logstash-input-cloudwatch)
16
+ - logstash-input-s3 (3.8.4) [[link]](CHANGELOG.PRE.MERGE.md#changelog---logstash-input-s3)
17
+ - logstash-input-sqs (3.3.2) [[link]](CHANGELOG.PRE.MERGE.md#changelog---logstash-input-sqs)
18
+ - logstash-mixin-aws (5.1.0) [[link]](CHANGELOG.PRE.MERGE.md#changelog---logstash-mixin-aws)
19
+ - logstash-output-cloudwatch (3.0.10) [[link]](CHANGELOG.PRE.MERGE.md#changelog---logstash-output-cloudwatch)
20
+ - logstash-output-sns (4.0.8) [[link]](CHANGELOG.PRE.MERGE.md#changelog---logstash-output-sns)
21
+ - logstash-output-sqs (6.0.1) [[link]](CHANGELOG.PRE.MERGE.md#changelog---logstash-output-sqs)
22
+ - logstash-output-s3 (4.3.5) [[link]](CHANGELOG.PRE.MERGE.md#changelog---logstash-output-s3)
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Logstash Plugin
2
2
 
3
- [![Travis Build Status](https://travis-ci.com/logstash-plugins/logstash-codec-cloudfront.svg)](https://travis-ci.com/logstash-plugins/logstash-codec-cloudfront)
3
+ [![Travis Build Status](https://travis-ci.com/logstash-plugins/logstash-integration-aws.svg)](https://travis-ci.com/logstash-plugins/logstash-integration-aws)
4
4
 
5
5
  This is a plugin for [Logstash](https://github.com/elastic/logstash).
6
6
 
data/docs/index.asciidoc CHANGED
@@ -24,15 +24,15 @@ END - GENERATED VARIABLES, DO NOT EDIT!
24
24
  The AWS Integration Plugin provides integrated plugins for working with Amazon Web Services:
25
25
 
26
26
  ////
27
- - {logstash-ref}/plugins-codec-cloudfront.html[Cloudfront Codec Plugin]
28
- - {logstash-ref}/plugins-codec-cloudtrail.html[Cloudtrail Codec Plugin]
29
- - {logstash-ref}/plugins-input-cloudwatch.html[Cloudwatch Input Plugin]
30
- - {logstash-ref}/plugins-input-s3.html[S3 Input Plugin]
31
- - {logstash-ref}/plugins-input-sqs.html[Sqs Input Plugin]
32
- - {logstash-ref}/plugins-output-cloudwatch.html[Cloudwatch Output Plugin]
33
- - {logstash-ref}/plugins-output-s3.html[S3 Output Plugin]
34
- - {logstash-ref}/plugins-output-sns.html[Sns Output Plugin]
35
- - {logstash-ref}/plugins-output-sqs.html[Sqs Output Plugin]
27
+ - {logstash-ref}/plugins-codecs-cloudfront.html[Cloudfront Codec Plugin]
28
+ - {logstash-ref}/plugins-codecs-cloudtrail.html[Cloudtrail Codec Plugin]
29
+ - {logstash-ref}/plugins-inputs-cloudwatch.html[Cloudwatch Input Plugin]
30
+ - {logstash-ref}/plugins-inputs-s3.html[S3 Input Plugin]
31
+ - {logstash-ref}/plugins-inputs-sqs.html[Sqs Input Plugin]
32
+ - {logstash-ref}/plugins-outputs-cloudwatch.html[Cloudwatch Output Plugin]
33
+ - {logstash-ref}/plugins-outputs-s3.html[S3 Output Plugin]
34
+ - {logstash-ref}/plugins-outputs-sns.html[Sns Output Plugin]
35
+ - {logstash-ref}/plugins-outputs-sqs.html[Sqs Output Plugin]
36
36
  ////
37
37
 
38
38
  :no_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "logstash-integration-aws"
3
- s.version = "0.1.0.pre"
3
+ s.version = "7.0.0"
4
4
  s.licenses = ["Apache-2.0"]
5
5
  s.summary = "Collection of Logstash plugins that integrate with AWS"
6
6
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
@@ -16,7 +16,6 @@ Gem::Specification.new do |s|
16
16
  logstash-input-cloudwatch
17
17
  logstash-input-s3
18
18
  logstash-input-sqs
19
- logstash-mixin-aws
20
19
  logstash-output-cloudwatch
21
20
  logstash-output-s3
22
21
  logstash-output-sns
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: 0.1.0.pre
4
+ version: 7.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-13 00:00:00.000000000 Z
11
+ date: 2022-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -397,7 +397,7 @@ licenses:
397
397
  metadata:
398
398
  logstash_plugin: 'true'
399
399
  logstash_group: integration
400
- integration_plugins: logstash-codec-cloudfront,logstash-codec-cloudtrail,logstash-input-cloudwatch,logstash-input-s3,logstash-input-sqs,logstash-mixin-aws,logstash-output-cloudwatch,logstash-output-s3,logstash-output-sns,logstash-output-sqs
400
+ integration_plugins: logstash-codec-cloudfront,logstash-codec-cloudtrail,logstash-input-cloudwatch,logstash-input-s3,logstash-input-sqs,logstash-output-cloudwatch,logstash-output-s3,logstash-output-sns,logstash-output-sqs
401
401
  post_install_message:
402
402
  rdoc_options: []
403
403
  require_paths:
@@ -409,9 +409,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
409
409
  version: '0'
410
410
  required_rubygems_version: !ruby/object:Gem::Requirement
411
411
  requirements:
412
- - - ">"
412
+ - - ">="
413
413
  - !ruby/object:Gem::Version
414
- version: 1.3.1
414
+ version: '0'
415
415
  requirements: []
416
416
  rubygems_version: 3.1.6
417
417
  signing_key: