nreese / kibana-time-plugin

Kibana visualization that provides controls for setting and animating time ranges.
Apache License 2.0
125 stars 55 forks source link

6.3 Installation in Kibana 6.5.4 #48

Closed kevininhub closed 5 years ago

kevininhub commented 5 years ago

We intend to install the plugin (6.3 branch) in kibana version 6.5.4, but kibana not start up normally like following, it is installed using "bower install". We guess it might relate to the tool.. May I know the version your using nodejs and apm to install the plugin?

Feb 11 00:30:41 localhost systemd[1]: Started Kibana. Feb 11 00:30:41 localhost systemd[1]: Starting Kibana... Feb 11 00:30:48 localhost kibana[1642]: {"type":"log","@timestamp":"2019-02-11T08:30:48Z","tags":["info","optimize"],"pid":1642,"message":"Optimizing and caching bundles for ml, stateSessionStorageRedirect, status_page, timelion, graph, monitoring, space_selector, login, logout, dashboardViewer, apm, canvas, infra and kibana. This may take a few minutes"} Feb 11 00:30:55 localhost kibana[1642]: Browserslist: caniuse-lite is outdated. Please run next command npm update caniuse-lite browserslist

nreese commented 5 years ago

You have to use master branch for 6.5 support at the moment. 6.3 branch does not support kibana 6.5

kevininhub commented 5 years ago

yes, we used master branch, and came with this issue as well. What we've done is install caniuse-lite and browserslist with npm and then copied them to KIBANA_HOME/node_modules folder, this fixed the issue "run next command npm update caniuse-lite browserslist", but kibana is still hung at starting up ..