Sends the contents to a specified Amazon Kinesis. In order to send data to Kinesis, the stream name has to be specified.
amazon, aws, kinesis, put, stream
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.
| Display Name | API Name | Default Value | Allowable Values | Description |
|---|---|---|---|---|
| Amazon Kinesis Stream Name | kinesis-stream-name | The name of Kinesis Stream Supports Expression Language: true (will be evaluated using flow file attributes and Environment variables) | ||
| Region | Region | US West (Oregon) |
| No description provided. |
| AWS Credentials Provider Service | AWS Credentials Provider service | Controller Service API: AWSCredentialsProviderService Implementations: AWSCredentialsProviderControllerService AWSIDBrokerCloudCredentialsProviderControllerService | The Controller Service that is used to obtain AWS credentials provider | |
| Amazon Kinesis Stream Partition Key | amazon-kinesis-stream-partition-key | ${kinesis.partition.key} | The partition key attribute. If it is not set, a random value is used Supports Expression Language: true (will be evaluated using flow file attributes and Environment variables) | |
| Message Batch Size | message-batch-size | 250 | Batch size for messages (1-500). | |
| Max message buffer size (MB) | max-message-buffer-size | 1 MB | Max message buffer size in Mega-bytes | |
| Communications Timeout | Communications Timeout | 30 secs | No description provided. | |
| Proxy Configuration Service | proxy-configuration-service | Controller Service API: ProxyConfigurationService Implementation: StandardProxyConfigurationService | Specifies the Proxy Configuration Controller Service to proxy network requests. | |
| Endpoint Override URL | Endpoint Override URL | Endpoint URL to use instead of the AWS default including scheme, host, port, and path. The AWS libraries select an endpoint URL based on the AWS region, but this property overrides the selected endpoint URL, allowing use with other S3-compatible endpoints. Supports Expression Language: true (will be evaluated using Environment variables only) |
| Name | Description |
|---|---|
| success | FlowFiles are routed to success relationship |
| failure | FlowFiles are routed to failure relationship |
| Name | Description |
|---|---|
| aws.kinesis.error.message | Error message on posting message to AWS Kinesis |
| aws.kinesis.error.code | Error code for the message when posting to AWS Kinesis |
| aws.kinesis.sequence.number | Sequence number for the message when posting to AWS Kinesis |
| aws.kinesis.shard.id | Shard id of the message posted to AWS Kinesis |