Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 734 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 734 Bytes

Kibana-Datepicker-Plugin

Kibana embedded dashboards do not allow user to select time to filter data. This Plugin includes a new Visualization in Kibana to pick date, similar to Kibana's absolute timepicker.

Input or Calendar

Using this plugin it is possible to select date by typing on an input or by selecting it in a calendar.

Alt_Text

Install

cd KIBANA_HOME/plugins
git clone https://github.com/IuryNogueira/kibana-datepicker
vim KIBANA_HOME/plugins/kibana-datepicker-plugin/package.json //set version to match kibana version

Uninstall

./bin/kibana-plugin remove kibana-datepicker-plugin