简体   繁体   中英

Merging data from SQL azure database to elasticsearch using logstash

我有一个托管在 azure 上的 SQL SERVER 数据库,我想将数据迁移到 elastik 堆栈,用于配置我的 logstash 文件,我尝试了以下代码: https ://medium.com/@erangadulshan.14/pushing-relational-data -to-elasticsearch-using-logstash-jdbc-input-plugin-48af81ed1000并且它不起作用,我已经安装了 sql server 驱动程序 msodbcsql17 但不起作用,(我没有任何 jar 文件的路径)我该怎么办?

You can reference this tutorial: How to copy SQL Server data to Elasticsearch using LogStash . As a developer working with SQL Server there was a need to import data from the database to Elasticsearch and analyze data in Kibana.

As Elasticsearch is an open source project built with Java and handles mostly other open source projects, documentations on importing data from SQL Server to ES using LogStash.

This tutorial shared how to import SQL Server data to Elasticsearch (version 6.2) using LS and verify the result on Kibana.

Hope this helps.

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