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

Feat: cast true/false values for additional_settings #232

Merged
merged 3 commits into from
Oct 13, 2021

Conversation

kares
Copy link
Contributor

@kares kares commented Oct 13, 2021

This allows us to properly set additional AWS settings e.g.

output {
  s3 {
    ...
    additional_settings => {
      force_path_style => true
      ssl_verify_peer => false
    }
  }
}

NOTE: we did the same in S3 output: logstash-plugins/logstash-output-s3#241

kares added 3 commits October 13, 2021 08:21
This allows us to properly set additional AWS settings e.g.

```ruby
output {
  s3 {
    ...
    additional_settings => {
      force_path_style => true
      ssl_verify_peer => false
    }
  }
}
```
Copy link
Contributor

@andsel andsel left a comment

Choose a reason for hiding this comment

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

LGTM

@kares kares merged commit 0d4a564 into logstash-plugins:master Oct 13, 2021
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.

3 participants