Amazon Monitron Kinesis data export v1 - Amazon Monitron

Amazon Monitron will no longer be open to new customers starting October 31, 2024. If you would like to use the service, sign up prior to that date. Existing customers can continue to use the service as normal. For capabilities similar to Amazon Monitron, see our blog post.

Amazon Monitron Kinesis data export v1

Note

Amazon Monitron Kinesis data export schema v1 has been deprecated. Learn more about the v2 data export schema.

You can export incoming measurement data and the corresponding inference results from Amazon Monitron and perform real-time analysis. Data export streams live data to Kinesis.

Exporting your data to a Kinesis stream

  1. From your project's main page, near the bottom of the page, on the right, choose Start live data export.

  2. Under Select Amazon Kinesis data stream, do one of the following:

    • Enter the name of an existing stream in the search box. Then skip to Step 5.

    • Choose Create a new data stream.

  3. On the Create data stream page, under Data stream configuration, enter your data stream name.

  4. Under Data stream capacity, choose your capacity mode:

    • If your data stream’s throughput requirements are unpredictable and variable, choose On-demand.

    • If you can reliably estimate the throughput requirements of your data stream, choose Provisioned. Then, under provisioned shards, enter the number of shards you want to create, or choose the Shard estimator.

  5. Choose Create data stream.

Editing live data export settings

To edit your live data export settings:

  1. Open the Amazon Monitron console.

  2. Choose Projects from the navigation pane.

  3. If you have multiple projects, choose the project for which you want to edit the export settings.

  4. From the main page for your project, under Live data export, from the Actions dropdown menu, choose Edit live data export settings.

Stopping a live data export

  1. Open the Amazon Monitron console.

  2. Choose Projects from the navigation pane.

  3. If you have multiple projects, choose the project for which you want to edit the export settings.

  4. From the main page for your project, under Live data export, from the Actions dropdown menu, choose Stop live data export.

  5. In the pop-up window, choose Stop.

Viewing data export errors

To view the error messages in the CloudWatch Logs interface:

  • On the Amazon Monitron console, from the main page for your project, under Live data export, choose CloudWatch log group.

Using server-side encryption for the Kinesis stream

You can enable server-side encryption for your Kinesis stream before setting up Kinesis data export. However, if server-side encryption is enabled after Kinesis data export is set up, Amazon Monitron will not be able to publish to the stream. That's because Amazon Monitron will not have permission to call kms:GenerateDataKey so that it can encrypt data sent to Kinesis.

To work around this, follow the instructions under Editing live data export settings, but without changing the configuration. This will associate the encryption you have set up with your export configuration.