Back to Blogs
CB Event Forwarder 3.1.2 Released
CB Event Forwarder 3.1.2 Released
Posted on January 29, 2016
The 3.1.2 release of cb-event-forwarder adds two features:
- You can now send arbitrary messages for debugging/testing purposes through the forwarder to the output location.
This is only available when the cb-event-forwarder is started with the
-debug
command line switch. Messages sent via this mechanism are also logged for audit purposes. - S3: You can now explicitly specify the location of the AWS credential file to use for authentication in the
credential_profile
option in the[s3]
section of the configuration file. To search for the credential profileproduction
in the credentials stored in the file/etc/cb/aws.creds
, set thecredential_profile
option to/etc/cb/aws.creds:production
.