Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1 KB

README.md

File metadata and controls

38 lines (25 loc) · 1 KB

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.