简体   繁体   English

如何使用logstash将数据从AWS dynamo DB加载到Elasticsearch

[英]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. Amazon DynamoDB的Logstash插件为您提供DynamoDB表中数据的近乎实时的视图。 The Logstash plugin for DynamoDB uses DynamoDB Streams to parse and output data as it is added to a DynamoDB table. DynamoDB的Logstash插件使用DynamoDB Streams在添加到DynamoDB表时解析和输出数据。 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. 安装并激活DynamoDB的Logstash插件后,它会扫描指定表中的数据,然后使用DynamoDB Streams开始使用您的更新,然后将它们输出到Elasticsearch或您选择的Logstash输出。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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