Skip to content

gregboero/kbn_vis_sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kbn_vis_sql

Kibana plugin that allow us to display data using the Elasticsearch SQL Query

Available chart type : DataTable

Future chart type : Metrics. Other chart type will be implemented at need or request


Status :

in Development released
working not working
Kibana version Compatible check
< 7.15.0 NO YES
7.15.0 YES YES

Installation

$ cd KIBANA_HOME/plugins
$ git clone https://github.com/GregBoero/kbn_vis_sql.git
$ cd kbn_vis_sql
 (if needed)
$ vi(m) ./package.json (change the kibana version to yours)

Development

See the kibana contributing guide for instructions setting up your development environment. Once you have completed that, use the following npm tasks.