Kibana integration without internet

Hello, it possible install plugins/extensions in kibana for integrations dashboard or same?

i have install elk in k8s, and i have metricbeats modules, kubernetes/istio etc, and i need to install dashboard integrations... for metrics etc, what can i do in this situations?

Hi @robbyq92,

We do have some documentation for air-gapped use cases. For Kibana, located here, I think you'll need to setup the Elastic package registry to install the dependencies.

Hope that helps!

Hi @carly.richmond ,

Thanks for answer. I have one questions, this can i implement in k8s? so i need configure elastick package registry ?

Hi @robbyq92,

I believe you can. There is an example in the documentation here using Docker over Kubernetes, but it does not that you could achieve a similar thing using a Kubernetes manifest.

Hope that helps!