red-devil
red-devil

Reputation: 1103

Sending data from Kinesis Analytics to Kinesis Firehose not working

I have added Kinesis Firehose Stream as a destination to the Kinesis Analytics Service. Data is properly getting inserted into Kinesis Analytics, but is unable to reach the Kinesis Firehose stream.

Have granted all the Kinesis permissions to the IAM role associated with Kinesis Destination, and also with Firehose stream.

Unable to find the error.

Can anyone please help with what is going wrong? Can't see any error anywhere..

Upvotes: 0

Views: 439

Answers (2)

Srivignesh KN
Srivignesh KN

Reputation: 452

The common scenario i have seen is the following.

  1. Defining an IN application Stream.
  2. Mentioning the IN application stream specifially in the destination stream.

enter image description here

Upvotes: 0

red-devil
red-devil

Reputation: 1103

Had to define and insert data into the DESTINATION_SQL_STREAM in the sql query.

Upvotes: 1

Related Questions