简体   繁体   English

如何将数据从ELK传输到SQL Server?

[英]How to transfer data from ELK to SQL Server?

Our organization uses Elastic Logstash & Kibana (ELK) and we use a SQL Server data warehouse for analysis and reporting. 我们的组织使用Elastic Logstash和Kibana(ELK),我们使用SQL Server数据仓库进行分析和报告。 There are some data items from ELK that we want to copy into the data warehouse. 我们希望将ELK中的一些数据项复制到数据仓库中。 I have found many websites describing how to load SQL Server data into ELK. 我发现很多网站都描述了如何将SQL Server数据加载到ELK中。 However, we need to go in the other direction. 但是,我们需要朝着另一个方向前进。 How can I transfer data from ELK to SQL Server, preferably using SSIS? 如何将数据从ELK传输到SQL Server,最好使用SSIS?

I have implemented a similar solution in python, where we are ingesting data from elastic cluster into our sql dwh. 我在python中实现了一个类似的解决方案,我们从弹性集群中将数据提取到我们的sql dwh中。 You can import Elasticsearch package for python which allows you to do that. 您可以导入python的Elasticsearch包,它允许您这样做。

you can find more information here https://elasticsearch-py.readthedocs.io/en/master/ 你可以在这里找到更多信息https://elasticsearch-py.readthedocs.io/en/master/

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

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