How to choose time slot in shared dashboard?

i found this solution but it's not working help !!!

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

but i can't find KIBANA_HOME/plugins so i changed it to :

cd /usr/share/kibana/plugins
git clone https://github.com/nreese/kibana-time-plugin.git
cd /usr/share/kibana/plugins/kibana-time-plugin
git checkout master
install bower :
1- install node like : yum install nodejs npm
2- npm install -g bower
vim kibana-time-plugin/package.json //set version to kibana-7.6.1

Hello,

The time plugin hasn't been updated to be compatible with 7.x. @Nathan_Reese if it's an easy fix, could you please give this a look?

thank u
so is there any other solution for time controle in kibana 7.6 ?? or 7.x ??

there's a version for 7.0 !!

There have been changes done to the plugin system between 7.0 and 7.6, so unless you want to go to the stack version of 7.0, you won't be able to use it in 7.6

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.