Skip to content

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

License

Notifications You must be signed in to change notification settings

barseghyanartur/kibana-time-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 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 5.x

cd KIBANA_HOME/plugins
git clone git@github.com:nreese/kibana-time-plugin.git
cd KIBANA_HOME/plugins/kibana-time-plugin
bower install
vi kibana-time-plugin/package.js //set version to match kibana version

Kibana 5.5

cd KIBANA_HOME/plugins
git clone git@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.js //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

Languages

  • CSS 42.2%
  • JavaScript 37.1%
  • HTML 20.7%