I have an existing Kibana service running on top of Kubernetes. How to install a custom Kibana plugin in it.
I tried to install the plugin by running the following command inside the pod. But the plugin does not work.
bin/kibana-plugin install file:///tmp/myplugin-1.0.0.zip
Should I restart the Kibana service for the plugin to work? If yes, how to restart the Kibana service on Kubernetes? Or, is there any other steps that I am missing?
0 Replies