8000 GitHub - sasauz/kibi_timeline_vis
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sasauz/kibi_timeline_vis

 
 

Repository files navigation

Kibi/Kibana Timeline Plugin

This is a plugin for Kibana 4.3+ and Kibi 0.3 (our extention of Kibana for Relational Data).

The plugin displays a timeline of events taken from multiple saved searches.

image

##Installation

This plugin can be installed in both:

Automatic

./bin/kibi plugin -i kibi_timeline_vis -u https://github.com/sirensolutions/kibi_timeline_vis/raw/0.1.4/target/kibi_timeline_vis-0.1.4.zip

Manual

git clone https://github.com/sirensolutions/kibi_timeline_vis.git
cd kibi_timeline_vis
npm install
npm run build
cp -R build/kibi_timeline_vis KIBANA_FOLDER_PATH/installedPlugins/

Uninstall

bin/kibana plugin  --remove kibi_timeline_vis

Development

  • Clone the repository at the same level of a Kibana > 4.2 clone
  • If needed, switch to the same node version as Kibana using nvm (e.g. nvm use 0.12)
  • Install dependencies with npm install
  • Install the plugin to Kibana and start watching for changes by running npm start
  • run tests with npm test

If you are running kibana from folder with a name other than kibana, e.g. kibi

gulp dev  --kibanahomepath=../kibi
gulp test --kibanahomepath=../kibi

Breaking changes with respect to the version embedded in Kibi 0.1x and 0.2.x

Dependencies ported from kibi so it can be installed in kibana

ui/kibi/components/courier/_request_queue_wrapped
ui/kibi/directives/array_param
ui/kibi/directives/kibi_select
ui/kibi/helpers/array_helper

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.1%
  • HTML 11.9%
  • CSS 2.0%
0