/kibana-time-plugin

Kibana visualization that provides controls for setting and animating time ranges.

Primary LanguageCSSApache License 2.0Apache-2.0

kibana-time-plugin

Widget to view and edit the time range from within dashboards. This plugin started as a work around for issue Timepicker as part of embedded dashboard.

Time Animation

Use the time animation controls to easily explore data by time blocks. Click and drag on the time animation bar to select a time range. Grab the brush to move or resize. Click outside of the brush to remove. Use the step buttons to advance to the next time block.

alt text

Quick, Relative, and Absolue

Use this widget to view and edit the time range from within dashboards. Use the carousel controls to switch between 'quick', 'relative', 'absolute', and 'time animation' inputs.

alt text

Install

Kibana 7.0

cd KIBANA_HOME/plugins
git clone git@github.com:nreese/kibana-time-plugin.git (or git clone https://github.com/nreese/kibana-time-plugin.git)
cd KIBANA_HOME/plugins/kibana-time-plugin

git checkout master

vi kibana-time-plugin/package.json //set version to match kibana version

Install

Kibana 6.7

cd KIBANA_HOME/plugins
git clone git@github.com:nreese/kibana-time-plugin.git (or git clone https://github.com/nreese/kibana-time-plugin.git)
cd KIBANA_HOME/plugins/kibana-time-plugin

git checkout 6.7

vi kibana-time-plugin/package.json //set version to match kibana version

Kibana 6.6

cd KIBANA_HOME/plugins
git clone git@github.com:nreese/kibana-time-plugin.git (or git clone https://github.com/nreese/kibana-time-plugin.git)
cd KIBANA_HOME/plugins/kibana-time-plugin

git checkout 6.6

vi kibana-time-plugin/package.json //set version to match kibana version

Install

Kibana 6.4 and 6.5

cd KIBANA_HOME/plugins
git clone git@github.com:nreese/kibana-time-plugin.git (or git clone https://github.com/nreese/kibana-time-plugin.git)
cd KIBANA_HOME/plugins/kibana-time-plugin

git checkout 6.5

vi kibana-time-plugin/package.json //set version to match kibana version

Kibana 6.3

cd KIBANA_HOME/plugins
git clone git@github.com:nreese/kibana-time-plugin.git (or git clone https://github.com/nreese/kibana-time-plugin.git)
cd KIBANA_HOME/plugins/kibana-time-plugin

git checkout 6.3

vi kibana-time-plugin/package.json //set version to match kibana version

Kibana 6.2

cd KIBANA_HOME/plugins
git clone git@github.com:nreese/kibana-time-plugin.git (or git clone https://github.com/nreese/kibana-time-plugin.git)
cd KIBANA_HOME/plugins/kibana-time-plugin

git checkout 6.2

vi kibana-time-plugin/package.json //set version to match kibana version

Kibana 6.0 - 6.1

cd KIBANA_HOME/plugins
git clone git@github.com:nreese/kibana-time-plugin.git (or git clone https://github.com/nreese/kibana-time-plugin.git)
cd KIBANA_HOME/plugins/kibana-time-plugin

git checkout 6.0

vi kibana-time-plugin/package.json //set version to match kibana version

Kibana 5.5 - 5.6

cd KIBANA_HOME/plugins
git clone git@github.com:nreese/kibana-time-plugin.git (or git clone https://github.com/nreese/kibana-time-plugin.git)
cd KIBANA_HOME/plugins/kibana-time-plugin

git checkout 5.5

vi kibana-time-plugin/package.json //set version to match kibana version

Kibana 5.0 - 5.4

cd KIBANA_HOME/plugins
git clone git@github.com:nreese/kibana-time-plugin.git (or git clone https://github.com/nreese/kibana-time-plugin.git)
cd KIBANA_HOME/plugins/kibana-time-plugin

git checkout 5.4

vi kibana-time-plugin/package.json //set version to match kibana version

Kibana 4.x

./bin/kibana plugin -i kibana-time-plugin -u https://github.com/nreese/kibana-time-plugin/archive/4.x.zip

Uninstall

Kibana 5.x

./bin/kibana-plugin remove kibana-time-plugin