logstash-output-kinesis 5.0.0-java → 5.1.0-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
  SHA1:
3
- metadata.gz: c560333a0ab8f30a9e65cbea047f1a2c5e27fabe
4
- data.tar.gz: cc10598380a7c831621151aea4c1b5ad74cbaa2b
3
+ metadata.gz: 513e0b9ffc0a72b44051a083e5ea937bf2b2ae63
4
+ data.tar.gz: 903e4d155719c65f5ad986788895c779a427d1f8
5
5
  SHA512:
6
- metadata.gz: c8e04c30bfc2d355b4534b108629aae2b6879ae58cc6eaafc5cddc4b54d9bd9e0135fcfe2889b1c6a93bbec49953cea1c86b84a9686abd0c5e75e89c1e1fc219
7
- data.tar.gz: 14044649e49beb980b93b91ef3d6f270dba8caa5cfd90287a2546d4308a8e48a90893e5931088b9923ffd2defb06826ba09e8c2af8becea3755e30ce5b55fb5f
6
+ metadata.gz: 8dc90ea37fd160df8fdabab671f5017bd94ca1196ba52ddc5def9ecc7f6318904138626fe926a6244169a9ba57498db7b7aa22f838e65314d3903845fec445fc
7
+ data.tar.gz: 34ebcb7ee8a6a11f89eee1ae7c57671b8a539e9f865b51eb0a984c2b39effb7e3d24779d90df30ac442c5cd26d856c508d96aaa7f07381384f9a604d64644a67
@@ -0,0 +1 @@
1
+ since-tag=v1.5.0
@@ -1,6 +1,13 @@
1
1
  language: ruby
2
2
  jdk:
3
3
  - oraclejdk8
4
+ before_install:
5
+ - mkdir -p $HOME/bin
6
+ - wget https://github.com/github/git-lfs/releases/download/v1.1.2/git-lfs-linux-amd64-1.1.2.tar.gz
7
+ - tar xvfz git-lfs-linux-amd64-1.1.2.tar.gz
8
+ - mv git-lfs-1.1.2/git-lfs $HOME/bin/git-lfs
9
+ - export PATH=$PATH:$HOME/bin/
10
+ - git lfs pull
4
11
  deploy:
5
12
  provider: rubygems
6
13
  api_key:
@@ -0,0 +1,58 @@
1
+ # Change Log
2
+
3
+ ## [5.1.0](https://github.com/samcday/logstash-output-kinesis/tree/5.1.0) (2017-09-01)
4
+ [Full Changelog](https://github.com/samcday/logstash-output-kinesis/compare/v5.0.0...5.1.0)
5
+
6
+ **Closed issues:**
7
+
8
+ - Is it possible send data via a proxy server to kinesis. [\#23](https://github.com/samcday/logstash-output-kinesis/issues/23)
9
+ - logstash-output-kinesis does not work inside alpine linux [\#21](https://github.com/samcday/logstash-output-kinesis/issues/21)
10
+
11
+ **Merged pull requests:**
12
+
13
+ - Support sprintf-style stream names [\#22](https://github.com/samcday/logstash-output-kinesis/pull/22) ([sonya](https://github.com/sonya))
14
+ - Plugin causes x-pack monitoring pipeline to fail [\#20](https://github.com/samcday/logstash-output-kinesis/pull/20) ([jjensn](https://github.com/jjensn))
15
+
16
+ ## [v5.0.0](https://github.com/samcday/logstash-output-kinesis/tree/v5.0.0) (2017-06-10)
17
+ [Full Changelog](https://github.com/samcday/logstash-output-kinesis/compare/v1.6.0...v5.0.0)
18
+
19
+ **Closed issues:**
20
+
21
+ - Is it compatible with Logstash 5.x? [\#17](https://github.com/samcday/logstash-output-kinesis/issues/17)
22
+ - Error Writing to Kinesis on EMR spinup [\#16](https://github.com/samcday/logstash-output-kinesis/issues/16)
23
+ - Installing kinesis output plugin on a amazon linux box... [\#14](https://github.com/samcday/logstash-output-kinesis/issues/14)
24
+ - Added to logstash-plugins? [\#13](https://github.com/samcday/logstash-output-kinesis/issues/13)
25
+ - bundle error [\#12](https://github.com/samcday/logstash-output-kinesis/issues/12)
26
+ - Support to produce UTF-8 JSON [\#11](https://github.com/samcday/logstash-output-kinesis/issues/11)
27
+ - Kinesis is too busy? [\#10](https://github.com/samcday/logstash-output-kinesis/issues/10)
28
+ - jar dependencies conflict with elasticsearch output plugin [\#9](https://github.com/samcday/logstash-output-kinesis/issues/9)
29
+ - Invalid Signature Exception [\#8](https://github.com/samcday/logstash-output-kinesis/issues/8)
30
+ - Logstash & Kinesis losing logs [\#7](https://github.com/samcday/logstash-output-kinesis/issues/7)
31
+ - Not all records make it into Kinesis unless I pass the --debug flag to logstash [\#6](https://github.com/samcday/logstash-output-kinesis/issues/6)
32
+
33
+ **Merged pull requests:**
34
+
35
+ - Support logstash 5 [\#18](https://github.com/samcday/logstash-output-kinesis/pull/18) ([gregsterin](https://github.com/gregsterin))
36
+
37
+ ## [v1.6.0](https://github.com/samcday/logstash-output-kinesis/tree/v1.6.0) (2015-12-05)
38
+ [Full Changelog](https://github.com/samcday/logstash-output-kinesis/compare/v2.1.0...v1.6.0)
39
+
40
+ ## [v2.1.0](https://github.com/samcday/logstash-output-kinesis/tree/v2.1.0) (2015-12-05)
41
+ [Full Changelog](https://github.com/samcday/logstash-output-kinesis/compare/v2.0.1...v2.1.0)
42
+
43
+ ## [v2.0.1](https://github.com/samcday/logstash-output-kinesis/tree/v2.0.1) (2015-11-06)
44
+ [Full Changelog](https://github.com/samcday/logstash-output-kinesis/compare/v1.5.1...v2.0.1)
45
+
46
+ ## [v1.5.1](https://github.com/samcday/logstash-output-kinesis/tree/v1.5.1) (2015-11-06)
47
+ [Full Changelog](https://github.com/samcday/logstash-output-kinesis/compare/v2.0.0...v1.5.1)
48
+
49
+ **Closed issues:**
50
+
51
+ - Dropping lots of messages [\#5](https://github.com/samcday/logstash-output-kinesis/issues/5)
52
+
53
+ ## [v2.0.0](https://github.com/samcday/logstash-output-kinesis/tree/v2.0.0) (2015-10-31)
54
+ [Full Changelog](https://github.com/samcday/logstash-output-kinesis/compare/v1.5.0...v2.0.0)
55
+
56
+
57
+
58
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
@@ -0,0 +1,46 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ ## Our Standards
8
+
9
+ Examples of behavior that contributes to creating a positive environment include:
10
+
11
+ * Using welcoming and inclusive language
12
+ * Being respectful of differing viewpoints and experiences
13
+ * Gracefully accepting constructive criticism
14
+ * Focusing on what is best for the community
15
+ * Showing empathy towards other community members
16
+
17
+ Examples of unacceptable behavior by participants include:
18
+
19
+ * The use of sexualized language or imagery and unwelcome sexual attention or advances
20
+ * Trolling, insulting/derogatory comments, and personal or political attacks
21
+ * Public or private harassment
22
+ * Publishing others' private information, such as a physical or electronic address, without explicit permission
23
+ * Other conduct which could reasonably be considered inappropriate in a professional setting
24
+
25
+ ## Our Responsibilities
26
+
27
+ Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
28
+
29
+ Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
30
+
31
+ ## Scope
32
+
33
+ This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
34
+
35
+ ## Enforcement
36
+
37
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at me@samcday.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38
+
39
+ Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
40
+
41
+ ## Attribution
42
+
43
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
44
+
45
+ [homepage]: http://contributor-covenant.org
46
+ [version]: http://contributor-covenant.org/version/1/4/
@@ -0,0 +1,25 @@
1
+ ## TL;DR
2
+
3
+ Raising an issue is great, raising a PR is better, raising a PR with tests is *bestest*.
4
+
5
+ ## Developing
6
+
7
+ You'll need [Git LFS](https://git-lfs.github.com/) to properly clone this repo.
8
+
9
+ Ensure you have JRuby 9.1.x installed. [rvm](https://rvm.io/) is your friend :)
10
+
11
+ ```sh
12
+ rvm use --install .
13
+ gem install bundler && bundle install
14
+ bundle exec rake
15
+ ```
16
+
17
+ ### Running tests
18
+
19
+ ```
20
+ rake
21
+ ```
22
+
23
+ ### Updating KPL
24
+
25
+ Change the dependency version in `build.gradle`, and then run `gradle copylibs`. Make sure to check in all the updated JARs!
data/README.md CHANGED
@@ -28,6 +28,18 @@ This plugin accepts a wide range of configuration options, most of which come fr
28
28
 
29
29
  Please note that configuration options are snake_cased instead of camelCased. So, where [KinesisProducerConfiguration][kpldoc] offers a `setMetricsLevel` option, this plugin accepts a `metrics_level` option.
30
30
 
31
+ ### Dynamic stream name
32
+
33
+ You can dictate the name of the stream to send a record to, based on data in the record itself.
34
+
35
+ ```nginx
36
+ output {
37
+ kinesis {
38
+ stream_name => "%{myfield}-%{myotherfield}"
39
+ }
40
+ }
41
+ ```
42
+
31
43
  ### Metrics
32
44
 
33
45
  The underlying KPL library defaults to sending CloudWatch metrics to give insight into what it's actually doing at runtime. It's highly recommended you ensure these metrics are flowing through, and use them to monitor the health of your log shipping.
@@ -151,6 +163,10 @@ output {
151
163
 
152
164
  ## Known Issues
153
165
 
166
+ ### Alpine Linux is not supported
167
+
168
+ This Logstash plugin uses the KPL daemon under the covers. This daemon is linked against, and specifically requires, glibc. See awslabs/amazon-kinesis-producer#86.
169
+
154
170
  ### Noisy shutdown
155
171
 
156
172
  During shutdown of Logstash, you might get noisy warnings like this:
@@ -168,7 +184,7 @@ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:61
168
184
  at java.lang.Thread.run(Thread.java:724)
169
185
  ```
170
186
 
171
- This is caused by [amazon-kinesis-producer#10](https://github.com/awslabs/amazon-kinesis-producer/issues/10)
187
+ This is caused by awslabs/amazon-kinesis-producer#10.
172
188
 
173
189
  ### Noisy warnings about `Error during socket read`
174
190
 
@@ -178,27 +194,12 @@ While your Logstash instance is running, you may occasionally get a warning on s
178
194
  [2015-10-20 06:31:08.441640] [0x00007f36c9402700] [error] [io_service_socket.h:229] Error during socket read: End of file; 0 bytes read so far (kinesis.us-west-1.amazonaws.com:443)
179
195
  ```
180
196
 
181
- This is being tracked in [amazon-kinesis-producer#17](https://github.com/awslabs/amazon-kinesis-producer/issues/17). This log message seems to just be noise - your logs should still be delivering to Kinesis fine (but of course, you should independently verify this!).
182
-
183
-
184
- ## Developing
185
-
186
- Ensure you have JRuby 9.1.x installed. [rvm](https://rvm.io/) is your friend :)
187
-
188
- ```sh
189
- rvm use --install .
190
- gem install bundler && bundle install
191
- bundle exec rake
192
- ```
193
-
194
- ### Updating KPL
195
-
196
- Change the dependency version in `build.gradle`, and then run `gradle copylibs`. Make sure to check in all the updated JARs! Yes, we put them in the repo :(
197
+ This is being tracked in awslabs/amazon-kinesis-producer#17. This log message seems to just be noise - your logs should still be delivering to Kinesis fine (but of course, you should independently verify this!).
197
198
 
198
199
 
199
200
  ## Contributions
200
201
 
201
- Are more than welcome. Raising an issue is great, raising a PR is better, raising a PR with tests is best.
202
+ Are more than welcome. See [CONTRIBUTING.MD](CONTRIBUTING.MD)
202
203
 
203
204
 
204
205
  ## License
@@ -1,3 +1,3 @@
1
1
  module LogstashOutputKinesis
2
- VERSION = "5.0.0"
2
+ VERSION = "5.1.0"
3
3
  end
@@ -173,7 +173,7 @@ class LogStash::Outputs::Kinesis < LogStash::Outputs::Base
173
173
  def create_credentials_provider
174
174
  provider = AWSAuth.DefaultAWSCredentialsProviderChain.new()
175
175
  if @access_key and @secret_key
176
- provider = BasicCredentialsProvider.new(AWSAuth.BasicAWSCredentials.new(@access_key, @secret_key))
176
+ provider = BasicKinesisCredentialsProvider.new(AWSAuth.BasicAWSCredentials.new(@access_key, @secret_key))
177
177
  end
178
178
  if @role_arn
179
179
  provider = create_sts_provider(provider, @role_arn)
@@ -184,7 +184,7 @@ class LogStash::Outputs::Kinesis < LogStash::Outputs::Base
184
184
  def create_metrics_credentials_provider
185
185
  provider = AWSAuth.DefaultAWSCredentialsProviderChain.new()
186
186
  if @metrics_access_key and @metrics_secret_key
187
- provider = BasicCredentialsProvider.new(AWSAuth.BasicAWSCredentials.new(@metrics_access_key, @metrics_secret_key))
187
+ provider = BasicKinesisCredentialsProvider.new(AWSAuth.BasicAWSCredentials.new(@metrics_access_key, @metrics_secret_key))
188
188
  end
189
189
  if @metrics_role_arn
190
190
  provider = create_sts_provider(provider, @metrics_role_arn)
@@ -195,7 +195,7 @@ class LogStash::Outputs::Kinesis < LogStash::Outputs::Base
195
195
  def send_record(event, payload)
196
196
  begin
197
197
  event_blob = ByteBuffer::wrap(payload.to_java_bytes)
198
- @producer.addUserRecord(@stream_name, event.get("[@metadata][partition_key]"), event_blob)
198
+ @producer.addUserRecord(event.sprintf(@stream_name), event.get("[@metadata][partition_key]"), event_blob)
199
199
  rescue => e
200
200
  @logger.warn("Error writing event to Kinesis", :exception => e)
201
201
  end
@@ -209,7 +209,7 @@ class LogStash::Outputs::Kinesis < LogStash::Outputs::Base
209
209
  end
210
210
  end
211
211
 
212
- class BasicCredentialsProvider
212
+ class BasicKinesisCredentialsProvider
213
213
  java_implements 'com.amazonaws.auth.AWSCredentialsProvider'
214
214
 
215
215
  def initialize(credentials)
@@ -31,5 +31,4 @@ Gem::Specification.new do |s|
31
31
  s.add_runtime_dependency "logstash-codec-plain", "< 6.0.0"
32
32
  s.add_runtime_dependency "logstash-codec-json", "< 6.0.0"
33
33
  s.add_development_dependency "logstash-devutils"
34
- s.add_development_dependency "gem-release", "~>0.7.3"
35
34
  end
@@ -10,10 +10,30 @@ describe LogStash::Outputs::Kinesis do
10
10
  "region" => "ap-southeast-2",
11
11
  "metrics_level" => "none"
12
12
  }}
13
- let(:sample_event) { LogStash::Event.new }
13
+ let(:sample_event) {
14
+ LogStash::Event.new({
15
+ "message" => "hello",
16
+ 'stream_name' => 'my_stream',
17
+ "field1" => "foo",
18
+ "field2" => "bar"
19
+ })
20
+ }
14
21
 
15
22
  KPL = com.amazonaws.services.kinesis.producer
16
23
 
24
+ context 'when initializing' do
25
+ it "should register" do
26
+ output = LogStash::Plugin.lookup("output", "kinesis").new(config)
27
+ expect {output.register}.to_not raise_error
28
+ end
29
+
30
+ it 'should populate config with default values' do
31
+ output = LogStash::Outputs::Kinesis.new(config)
32
+ insist { output.randomized_partition_key } == false
33
+ insist { output.event_partition_keys } == []
34
+ end
35
+ end
36
+
17
37
  context "when receiving message" do
18
38
  it "sends record to Kinesis" do
19
39
  expect_any_instance_of(KPL::KinesisProducer).to receive(:addUserRecord)
@@ -23,5 +43,54 @@ describe LogStash::Outputs::Kinesis do
23
43
  output.receive(sample_event)
24
44
  output.close
25
45
  end
46
+
47
+ it "should support Event#sprintf placeholders in stream_name" do
48
+ expect_any_instance_of(KPL::KinesisProducer).to receive(:addUserRecord)
49
+ .with("my_stream", anything, anything)
50
+
51
+ output = LogStash::Outputs::Kinesis.new(config.merge({
52
+ "stream_name" => "%{stream_name}",
53
+ }))
54
+ output.register
55
+ output.receive(sample_event)
56
+ output.close
57
+ end
58
+
59
+ it "should support blank partition keys" do
60
+ expect_any_instance_of(KPL::KinesisProducer).to receive(:addUserRecord)
61
+ .with(anything, "-", anything)
62
+
63
+ output = LogStash::Outputs::Kinesis.new(config)
64
+ output.register
65
+ output.receive(sample_event)
66
+ output.close
67
+ end
68
+
69
+ it "should support randomized partition keys" do
70
+ expect_any_instance_of(KPL::KinesisProducer).to receive(:addUserRecord)
71
+ .with(anything, /[0-9a-f]+-[0-9a-f]+-[0-9a-f]+-[0-9a-f]+-[0-9a-f]+/, anything)
72
+
73
+ output = LogStash::Outputs::Kinesis.new(config.merge({
74
+ "randomized_partition_key" => true
75
+ }))
76
+ output.register
77
+ output.receive(sample_event)
78
+ output.close
79
+ end
80
+
81
+ it "should support fixed partition keys" do
82
+ # the partition key ends up being an empty string plus the first field
83
+ # we choose joined by a hyphen. this is a holdover from earlier versions
84
+ expect_any_instance_of(KPL::KinesisProducer).to receive(:addUserRecord)
85
+ .with(anything, "-foo", anything)
86
+
87
+ output = LogStash::Outputs::Kinesis.new(config.merge({
88
+ "event_partition_keys" => ["[field1]", "[field2]"]
89
+ }))
90
+ output.register
91
+ output.receive(sample_event)
92
+ output.close
93
+ end
26
94
  end
95
+
27
96
  end
metadata CHANGED
@@ -1,16 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-kinesis
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 5.1.0
5
5
  platform: java
6
6
  authors:
7
7
  - Sam Day
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-10 00:00:00.000000000 Z
11
+ date: 2017-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
+ name: logstash-core
14
15
  requirement: !ruby/object:Gem::Requirement
15
16
  requirements:
16
17
  - - ">="
@@ -19,9 +20,8 @@ dependencies:
19
20
  - - "<"
20
21
  - !ruby/object:Gem::Version
21
22
  version: 6.0.0
22
- name: logstash-core
23
- prerelease: false
24
23
  type: :runtime
24
+ prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - ">="
@@ -31,62 +31,50 @@ dependencies:
31
31
  - !ruby/object:Gem::Version
32
32
  version: 6.0.0
33
33
  - !ruby/object:Gem::Dependency
34
+ name: logstash-codec-plain
34
35
  requirement: !ruby/object:Gem::Requirement
35
36
  requirements:
36
37
  - - "<"
37
38
  - !ruby/object:Gem::Version
38
39
  version: 6.0.0
39
- name: logstash-codec-plain
40
- prerelease: false
41
40
  type: :runtime
41
+ prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "<"
45
45
  - !ruby/object:Gem::Version
46
46
  version: 6.0.0
47
47
  - !ruby/object:Gem::Dependency
48
+ name: logstash-codec-json
48
49
  requirement: !ruby/object:Gem::Requirement
49
50
  requirements:
50
51
  - - "<"
51
52
  - !ruby/object:Gem::Version
52
53
  version: 6.0.0
53
- name: logstash-codec-json
54
- prerelease: false
55
54
  type: :runtime
55
+ prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - "<"
59
59
  - !ruby/object:Gem::Version
60
60
  version: 6.0.0
61
61
  - !ruby/object:Gem::Dependency
62
+ name: logstash-devutils
62
63
  requirement: !ruby/object:Gem::Requirement
63
64
  requirements:
64
65
  - - ">="
65
66
  - !ruby/object:Gem::Version
66
67
  version: '0'
67
- name: logstash-devutils
68
- prerelease: false
69
68
  type: :development
69
+ prerelease: false
70
70
  version_requirements: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
- - !ruby/object:Gem::Dependency
76
- requirement: !ruby/object:Gem::Requirement
77
- requirements:
78
- - - "~>"
79
- - !ruby/object:Gem::Version
80
- version: 0.7.3
81
- name: gem-release
82
- prerelease: false
83
- type: :development
84
- version_requirements: !ruby/object:Gem::Requirement
85
- requirements:
86
- - - "~>"
87
- - !ruby/object:Gem::Version
88
- version: 0.7.3
89
- description: This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install logstash-output-kinesis. This gem is not a stand-alone program
75
+ description: This gem is a logstash plugin required to be installed on top of the
76
+ Logstash core pipeline using $LS_HOME/bin/plugin install logstash-output-kinesis.
77
+ This gem is not a stand-alone program
90
78
  email: me@samcday.com.au
91
79
  executables: []
92
80
  extensions: []
@@ -95,11 +83,15 @@ files:
95
83
  - ".editorconfig"
96
84
  - ".gemrelease"
97
85
  - ".gitattributes"
86
+ - ".github_changelog_generator"
98
87
  - ".gitignore"
99
88
  - ".rspec"
100
89
  - ".ruby-gemset"
101
90
  - ".ruby-version"
102
91
  - ".travis.yml"
92
+ - CHANGELOG.md
93
+ - CODE_OF_CONDUCT.md
94
+ - CONTRIBUTING.md
103
95
  - Gemfile
104
96
  - LICENSE
105
97
  - README.md
@@ -136,7 +128,7 @@ licenses:
136
128
  metadata:
137
129
  logstash_plugin: 'true'
138
130
  logstash_group: output
139
- post_install_message:
131
+ post_install_message:
140
132
  rdoc_options: []
141
133
  require_paths:
142
134
  - lib
@@ -151,11 +143,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
151
143
  - !ruby/object:Gem::Version
152
144
  version: '0'
153
145
  requirements: []
154
- rubyforge_project:
155
- rubygems_version: 2.6.8
156
- signing_key:
146
+ rubyforge_project:
147
+ rubygems_version: 2.6.11
148
+ signing_key:
157
149
  specification_version: 4
158
- summary: This output plugin sends records to Kinesis using the Kinesis Producer Library (KPL)
150
+ summary: This output plugin sends records to Kinesis using the Kinesis Producer Library
151
+ (KPL)
159
152
  test_files:
160
153
  - spec/outputs/kinesis_spec.rb
161
154
  - spec/spec_helper.rb