Is there a way to manually set an ElasticSearch document id when inserting via AWS Kinesis Firehose? Is there a way to manually set an ElasticSearch document id when inserting via AWS Kinesis Firehose? elasticsearch elasticsearch

Is there a way to manually set an ElasticSearch document id when inserting via AWS Kinesis Firehose?


You can use Kinesis Data Streams for this purpose, you can send your documents to the stream and via a lambda function, you can provide the _id property by using the official Elasticsearch API.