Closed lakshmiral closed 5 years ago
Hi @lakshmiral. Did you see any errors in the server console on start-up with the swimlane plugin installed? Was this the first version you have tried installing, or have you had it working on earlier versions? And just to confirm, what was the command you ran to install the plugin?
Hi,
Thanks!
Hi, Do you suggest any other checkpoints?
Hi @lakshmiral. I've just installing the swimlane viz plugin on Kibana 6.6.1, using I think the same steps as you, but for me it all seemed to work ok.
The steps I did were:
Downloaded Kibana 6.6.1, unzipped and then started up (took around 5 minutes for first time start up)
Added some data to my Elasticsearch 6.6.1, built a Kibana visualization and dashboard, to confirm all was working OK
Stopped Kibana
Installed the swimlane viz with the command:
kibana-plugin install https://github.com/prelert/kibana-swimlane-vis/releases/download/v6.6.1/prelert_swimlane_vis-6.6.1.zip --no-optimize
Output from install command showed it had run successfully:
Restarted Kibana from the bin
dir with kibana.bat
After a couple of minutes, Kibana had restarted
Went to Kibana Visualize and was able to use the swimlane viz:
There are cases reported with Kibana 6.x where the kibana-plugin install
command seems to stall at the optimizing and caching browser bundles stage - see https://github.com/elastic/kibana/issues/19678.
It might be worth you trying the suggestion in that issue to delete optimize/bundles
. Note the NODE_OPTIONS="--max-old-space-size=4096"
should only be needed on systems where memory is needed, but you can always apply that too.
Otherwise are you able to try one of the later 7.0 / 7.1 installs of Kibana and the plugin?
Hi, Thanks for your response. I am exactly doing the same installation steps but it is not working on our environment. I tried the suggestion in the issue, and deleted optimize/bundles and re-installed the plugin but no success. It mght take few months for our environment to be at 7.X, we are currently planning to upgrade to 6.8 so I might try again once we upgrade. Thanks for your help!
Thanks for the update @lakshmiral. Sorry you weren't able to get the 6.6.1 install working.
Hi,
I am at 6.6.1 kibana version and was able to install swimlane successfully with --no-optimize on windows. Once the installation is complete, I restarted kibana service and the server was never up. After I remove the plugin and restart server, it works just fine. I made sure to use the compatible version. I also followed the installation steps with kibana directory and installation zip. Any other things I can do to troubleshoot?