Add additional_settings option to fine-grain configuration of AWS client
What does this PR do?
Introduce the option additional_settings which is a map that, once the keys are symbolized and boolean strings becomes boolean values, is passed down to the creation of AWS SQS client.
Why is it important/What is the impact to the user?
This option permit the user to fine-grain configuring the client, for example to enable debugging logs at wire level, asin:
Release notes
Add
additional_settings
option to fine-grain configuration of AWS clientWhat does this PR do?
Introduce the option
additional_settings
which is a map that, once the keys are symbolized and boolean strings becomes boolean values, is passed down to the creation of AWS SQS client.Why is it important/What is the impact to the user?
This option permit the user to fine-grain configuring the client, for example to enable debugging logs at wire level, asin:
Checklist
[ ] I have made corresponding change to the default configuration files (and/or docker env variables)Author's Checklist
How to test this PR locally
gem build
and install on a local Logstash instancesetup an input like:
Related issues