Skip to content

nreese/kibana-time-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

bower install
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

bower install
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

bower install
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

bower install
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

bower install
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

bower install
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

bower install
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

bower install
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

bower install
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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published