简体   繁体   中英

How to Load data from AWS dynamo DB to Elasticsearch Using logstash

您好我想每天从AWS dynamo Db加载数据到弹性搜索,可以通过logstash完成,如果是,请提供示例.conf文件

You should take a look at this:

The Logstash plugin for Amazon DynamoDB gives you a nearly real-time view of the data in your DynamoDB table. The Logstash plugin for DynamoDB uses DynamoDB Streams to parse and output data as it is added to a DynamoDB table. After you install and activate the Logstash plugin for DynamoDB, it scans the data in the specified table, and then it starts consuming your updates using DynamoDB Streams and then outputs them to Elasticsearch, or a Logstash output of your choice.

https://github.com/awslabs/logstash-input-dynamodb

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM