Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support logstash 5 #2

Merged
merged 4 commits into from Feb 9, 2018
Merged

Conversation

patrobinson
Copy link
Contributor

This brings support for Logstash 5, but also allows a future PR (logstash-plugins/logstash-mixin-aws#27) to work. It's not necessary to specify access_key_id and secret_key_id parameters as they are inherited from the aws-mixin

Copy link
Owner

@chupakabr chupakabr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for your PR mate. Just curious, does logstash have an official repo of this plugin? I think I made PR to their repo long time ago..

@@ -45,8 +45,6 @@ class LogStash::Outputs::Firehose < LogStash::Outputs::Base

# make properties visible for tests
attr_accessor :stream
attr_accessor :access_key_id
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how do you specify access and secret keys to your stream from now on?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the same way. By including the AWS Mixin these configuration options are already available.

@chupakabr chupakabr merged commit a138a25 into chupakabr:master Feb 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants