# How to install Kibana Plugin in Ubuntu offline?

**URL:** https://discuss.elastic.co/t/how-to-install-kibana-plugin-in-ubuntu-offline/102484
**Category:** Kibana
**Created:** [October 2, 2017, 8:28pm UTC](https://discuss.elastic.co/t/how-to-install-kibana-plugin-in-ubuntu-offline/102484 "2017-10-02T20:28:08Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![amruth](https://avatars.discourse-cdn.com/v4/letter/a/43a26b/32.png) [@amruth](https://discuss.elastic.co/u/amruth)
#### Post date: [October 2, 2017, 8:28pm UTC](https://discuss.elastic.co/t/how-to-install-kibana-plugin-in-ubuntu-offline/102484/1 "2017-10-02T20:28:08Z")

</div>

Hi,

I am trying to install Kibana Vega based visualizations plugin on ubuntu offline. When I downloaded, it's a Zip file. I am not sure how to install zip file on ubuntu and what commands to use. Can someone please help me?

Thanks

---

<div class="post-metadata">

### Author: ![cjcenizal](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/cjcenizal/32/11216_2.png) [@cjcenizal](https://discuss.elastic.co/u/cjcenizal)
#### Post date: [October 3, 2017, 1:28am UTC](https://discuss.elastic.co/t/how-to-install-kibana-plugin-in-ubuntu-offline/102484/2 "2017-10-03T01:28:36Z")

</div>

Hi there, is this a third-party plugin? If so then you'll need to ask the plugin authors for help.

Thanks,  
CJ

---

<div class="post-metadata">

### Author: ![amruth](https://avatars.discourse-cdn.com/v4/letter/a/43a26b/32.png) [@amruth](https://discuss.elastic.co/u/amruth)
#### Post date: [October 3, 2017, 1:47am UTC](https://discuss.elastic.co/t/how-to-install-kibana-plugin-in-ubuntu-offline/102484/3 "2017-10-03T01:47:15Z")

</div>

Hi CJ,

This is not a third party tool. I found this from [https://www.elastic.co/guide/en/kibana/current/known-plugins.html](https://www.elastic.co/guide/en/kibana/current/known-plugins.html)

I am not sure how a Zip file can be installed correctly on Ubuntu.

Thanks

---

<div class="post-metadata">

### Author: ![cjcenizal](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/cjcenizal/32/11216_2.png) [@cjcenizal](https://discuss.elastic.co/u/cjcenizal)
#### Post date: [October 3, 2017, 1:59am UTC](https://discuss.elastic.co/t/how-to-install-kibana-plugin-in-ubuntu-offline/102484/4 "2017-10-03T01:59:35Z")

</div>

Hi, I'm sorry but this is a third-party plugin which we just linked to. I recommend you visit their [GitHub project](https://github.com/nyurik/kibana-vega-vis) and create a new Issue there. I hope you're able to find an answer!

Thanks,  
CJ

---

<div class="post-metadata">

### Author: ![tatdat](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tatdat/32/113160_2.png) [@tatdat](https://discuss.elastic.co/u/tatdat)
#### Post date: [October 3, 2017, 2:54am UTC](https://discuss.elastic.co/t/how-to-install-kibana-plugin-in-ubuntu-offline/102484/5 "2017-10-03T02:54:41Z")

</div>

Try install with command

> bin/kibana-plugin installl file:///path/to/plugin.zip

ex

> bin/kibana-plugin installl file:///opt/vega\_vis-0.3.1--for-Kibana-5.6.1.zip

More infomation  
[https://www.elastic.co/guide/en/kibana/current/\_installing\_plugins.html#\_installing\_plugins\_to\_an\_arbitrary\_directory](https://www.elastic.co/guide/en/kibana/current/_installing_plugins.html#_installing_plugins_to_an_arbitrary_directory)

---

<div class="post-metadata">

### Author: ![amruth](https://avatars.discourse-cdn.com/v4/letter/a/43a26b/32.png) [@amruth](https://discuss.elastic.co/u/amruth)
#### Post date: [October 3, 2017, 6:29pm UTC](https://discuss.elastic.co/t/how-to-install-kibana-plugin-in-ubuntu-offline/102484/6 "2017-10-03T18:29:37Z")

</div>

Hi,

I am getting the following error now,

```
Plugin installation was unsuccessful due to error "Optimizations failure.

    ERROR in ./plugins/vega_vis/public/vega_vis.controller.js
    Module not found: Error: Cannot resolve 'file' or 'directory' /usr/share/kibana/src/ui/public/resize_checker in /usr/share/kibana/plugins/vega_vis/public
     @ ./plugins/vega_vis/public/vega_vis.controller.js 16:24-52
```

---

<div class="post-metadata">

### Author: ![tatdat](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tatdat/32/113160_2.png) [@tatdat](https://discuss.elastic.co/u/tatdat)
#### Post date: [October 4, 2017, 9:38am UTC](https://discuss.elastic.co/t/how-to-install-kibana-plugin-in-ubuntu-offline/102484/7 "2017-10-04T09:38:17Z")

</div>

What version of kibana are you using?  
Can u give me link download vega plugin ?

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [November 1, 2017, 9:38am UTC](https://discuss.elastic.co/t/how-to-install-kibana-plugin-in-ubuntu-offline/102484/8 "2017-11-01T09:38:21Z")

</div>

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

---

<div class="post-metadata">

### Author: ![nyuriks](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nyuriks/32/26171_2.png) [@nyuriks](https://discuss.elastic.co/u/nyuriks)
#### Post date: [December 29, 2017, 6:44am UTC](https://discuss.elastic.co/t/how-to-install-kibana-plugin-in-ubuntu-offline/102484/9 "2017-12-29T06:44:58Z")

</div>

@amruth not sure if you have solved the issue. See [quick start](https://github.com/nyurik/kibana-vega-vis#quick-demo) on how to install and use Vega plugin. Make sure the version of the downloaded file from [releases page](https://github.com/nyurik/kibana-vega-vis/releases) matches your Kibana version. Use the `bin/kibana-plugin installl file:///path/to/plugin.zip` as suggested by @tatdat.
