cmdReporter Wiki

Open navigation

AWS Kinesis Streaming

Preference Key Explanation: 

AccessKeyId

AWS API key to authenticate to

SecretKey

AWS secret api key to use as a password to authenticate

StreamName

Name of the kinesis stream, not an ARN or url

Region

AWS region code in a format like us-east-1. All codes can be found here: AWS Region Documentation

Required Preference Keys:

<key>LogRemoteEndpointEnabled</key>
<true/>
<key>LogRemoteEndpointType</key>
<string>AWSKinesis</string>
<!-- Remote Logging AWS Kinesis Settings -->
<key>LogRemoteEndpointAWSKinesis</key>
<dict>
  <key>AccessKeyId</key>
  <string>EJNPQUNWGIJWHEPK70DE</string>
  <key>SecretKey</key>
  <string>vOQd2pqNMyNR3CetPbrEhzfT...</string>
  <key>StreamName</key>
  <string>cmdReporter</string>
  <key>Region</key>
  <string>us-east-1</string>
</dict>


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.