简体   繁体   中英

Transfer Data from MySQL to Elasticsearch

I develop website with PHP, thus working with MySQL as database storage engine. For analyzing purpose I would like to use Kibana (web based analytics and search dashboard). There are two questions I would like to ask.

  1. Is it possible to connect Kibana to MySQL? I only used to work with Elasticsearch and Kibana.

  2. If Kiban must work with Elasticsearch. Is there any way to transfer data from MySQL to Elasitcsearch?

Kibana only works with Elasticsearch - so you'll need to copy your data across to Elasticsearch.

You could try the river service or else use triggers in MySQL to create posts into Elasticsearch.

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