Elastic search with Google Big Query

前端 未结 3 933
一向
一向 2021-02-06 08:24

I have the event logs loaded in elasticsearch engine and I visualise it using Kibana. My event logs are actually stored in the Google Big Query table. Currently I am dumping the

3条回答
  •  悲&欢浪女
    2021-02-06 09:12

    I have recently worked on a similar pipeline. A workflow I would suggest would either use the mentioned Google storage connector, or other methods to read your json files into a spark job. You should be able to quickly and easily transform your data, and then use the elasticsearch-spark plugin to load that data into your Elasticsearch cluster.

    You can use Google Cloud Dataproc or Cloud Dataflow to run and schedule your job.

提交回复
热议问题