# Kibana-MySQL connection

**URL:** https://discuss.elastic.co/t/kibana-mysql-connection/17949
**Category:** Elasticsearch
**Created:** [June 6, 2014, 8:02am UTC](https://discuss.elastic.co/t/kibana-mysql-connection/17949 "2014-06-06T08:02:35Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![srinu\_konda](https://avatars.discourse-cdn.com/v4/letter/s/9f8e36/32.png) [@srinu\_konda](https://discuss.elastic.co/u/srinu_konda)
#### Post date: [June 6, 2014, 8:02am UTC](https://discuss.elastic.co/t/kibana-mysql-connection/17949/1 "2014-06-06T08:02:35Z")

</div>

Hi All,

I need help on kibana, I need to Connect MySQL Database from Kibana. So  
please let me know I can achieve it, and me pseudo code if anyone can have  
it.

Thanks & Regards,  
Srinivas.

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/13cb6155-12e2-4ec5-952c-7f1996527903%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/13cb6155-12e2-4ec5-952c-7f1996527903%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![Tomislav\_Poljak](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tomislav_poljak/32/1177_2.png) [@Tomislav\_Poljak](https://discuss.elastic.co/u/Tomislav_Poljak)
#### Post date: [June 6, 2014, 8:49am UTC](https://discuss.elastic.co/t/kibana-mysql-connection/17949/2 "2014-06-06T08:49:45Z")

</div>

Hi Srinu,  
Kibana is javascript search/visualisation front-end for elasticsearch  
which is a distributed search engine which doesn't feature mysql  
connection/integration out of the box. But, there is a plugin  
[GitHub - jprante/elasticsearch-jdbc: JDBC importer for Elasticsearch](https://github.com/jprante/elasticsearch-river-jdbc) which you can use  
to import data from mysql to elasticsearch and then use Kibana to  
visualise it.

So steps would be:

1. Deploy elasticsearch
2. Install jdbc plugin with mysql driver in elasticsearch
3. Create and submit jdbc river configuration (with mysql connection  
data and import query) which will import the data
4. Deploy kibana and visualise data

Hope this helps,  
Tomislav

2014-06-06 10:02 GMT+02:00 srinu konda [konda.srinu89@gmail.com](mailto:konda.srinu89@gmail.com):

> Hi All,
> 
> I need help on kibana, I need to Connect MySQL Database from Kibana. So  
> please let me know I can achieve it, and me pseudo code if anyone can have  
> it.
> 
> Thanks & Regards,  
> Srinivas.
> 
> --  
> You received this message because you are subscribed to the Google Groups  
> "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an  
> email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/13cb6155-12e2-4ec5-952c-7f1996527903%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/13cb6155-12e2-4ec5-952c-7f1996527903%40googlegroups.com).  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CALuCJxjL%2B0zCCHct0-BVn2Z%2BiaCHFLEGj4YD1NioG7Td%2Bz5FrQ%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CALuCJxjL%2B0zCCHct0-BVn2Z%2BiaCHFLEGj4YD1NioG7Td%2Bz5FrQ%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 1:24am UTC](https://discuss.elastic.co/t/kibana-mysql-connection/17949/3 "2017-07-06T01:24:15Z")

</div>


