Amazon Kinesis Data Firehose
The parameters in this section configure CFS to send documents to an Amazon Kinesis Data Firehose. The Amazon Kinesis Data Firehose is a cloud service that can optionally transform the data before delivering it to one or more destinations, such as an Amazon S3 bucket.
To send documents to an Amazon Kinesis Data Firehose, set the parameter IndexerType to Library
, and then use LibraryDirectory and LibraryName to configure the location of the awsFirehoseIndexer
library. The library is provided in the indexerdlls
directory of your CFS installation. Finally, use the parameters in this section to configure the connection to the Data Firehose. For example:
[Indexing] IndexerSections=AwsFirehose [AwsFirehose] IndexerType=Library LibraryDirectory=indexerdlls LibraryName=awsFirehoseIndexer AwsFirehoseRegion=eu-west-1 AwsFirehoseStreamName=IdolDocuments AwsFirehoseAccessKey=... AwsFirehoseSecretKey=... AwsFirehoseEnableLogging=TRUE