Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Partners often desire a stable and high performance integration pipeline.  

...

  1. Generate IAM credentials for connecting to the Stream. Refer to Setting Up for Amazon Kinesis Streams for step-by-step instructions.
    1. Select IAM Management Console
    2. Select a user
    3. Select "Security Credentials" tab
    4. Click "Create Access Key"
    5. Take note of the "Access Key ID" and the "Secret Key" values, as they are needed for a later step
  2. Create the Kinesis Stream.
    1. From the AWS Console Kinesis page, select "Kinesis Streams" (NOT "Kinesis Firehose")
    2. Click "Create Stream"
    3. Give the stream a name
    4. Enter the number of shards (Follow AWS instructions for figuring out the number of shards)
    5. Click Create
  3. Add the Kinesis Stream to Bluzone
    1. Login to the Bluzone Portal
    2. Open the project setting view
    3. Select "Stream"
    4. Create a new config by clicking "Create"
      1. Stream Name (This should match the name that you assigned to your steam in AWS Console Kinesis)
      2. Select Kinesis Endpoint region
      3. Either you can give AWS Access Key and AWS Secret key or Enable Assume Role, Refer How to create assume role
    5. Select the Stream Type:
      1. Packet Data - This option will capture aggregated scandata of all BluFis that are associated with your project
      2. Location Data - This option will capture aggregated RTLS data of all beacons that are associated with your project
      3. Policy Event Data - This option will capture any policy related event data associated with your project
      4. Beacon Telemetry data - This option will capture temperature and battery data of all beacons that are associated with your project
    6. Select Save
    7. Once you have successfully created and saved a stream, it will show up in the stream list with Enabled status
    8. You may disable the stream as following:
      1. Select the stream from the stream list
      2. Uncheck 'Remote Consumer Enabled' box
      3. Select Save

...