# Knapsack plugin install -- and all other plugins

**URL:** https://discuss.elastic.co/t/knapsack-plugin-install-and-all-other-plugins/32801
**Category:** Elasticsearch
**Created:** [October 22, 2015, 6:53pm UTC](https://discuss.elastic.co/t/knapsack-plugin-install-and-all-other-plugins/32801 "2015-10-22T18:53:10Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![michaellizhou](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/michaellizhou/32/4143_2.png) [@michaellizhou](https://discuss.elastic.co/u/michaellizhou)
#### Post date: [October 22, 2015, 6:53pm UTC](https://discuss.elastic.co/t/knapsack-plugin-install-and-all-other-plugins/32801/1 "2015-10-22T18:53:10Z")

</div>

When I am installing knapsack can I just install the plugin into 1 node, the load balancer node. Or do I have to install it to all nodes in order to use the feature.

Thanks,  
M

---

<div class="post-metadata">

### Author: ![jprante](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jprante/32/44941_2.png) [@jprante](https://discuss.elastic.co/u/jprante)
#### Post date: [October 22, 2015, 8:23pm UTC](https://discuss.elastic.co/t/knapsack-plugin-install-and-all-other-plugins/32801/2 "2015-10-22T20:23:41Z")

</div>

For knapsack export/import, one client node is enough, and then send the request to this node. You can even start a new node with node.data:false and node.master:false, and after the job is done, the node can be stopped and removed.

---

<div class="post-metadata">

### Author: ![michaellizhou](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/michaellizhou/32/4143_2.png) [@michaellizhou](https://discuss.elastic.co/u/michaellizhou)
#### Post date: [October 23, 2015, 6:56pm UTC](https://discuss.elastic.co/t/knapsack-plugin-install-and-all-other-plugins/32801/3 "2015-10-23T18:56:33Z")

</div>

I am reading the documentation why is it recommended to stop and remove the node containing knapsack once finished? My use case would be that I am going to be shipping this elk stack and need to retrieve data from a client. So they need a convenient way to send me their data.

---

<div class="post-metadata">

### Author: ![jprante](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jprante/32/44941_2.png) [@jprante](https://discuss.elastic.co/u/jprante)
#### Post date: [October 23, 2015, 7:33pm UTC](https://discuss.elastic.co/t/knapsack-plugin-install-and-all-other-plugins/32801/4 "2015-10-23T19:33:27Z")

</div>

Then just let knapsack run all the time, and forget about the note.

Other people might be worried about installing, maintaining, and running a community plugin all the time, they can easily remove it by running a tiny separate node on demand.

---

<div class="post-metadata">

### Author: ![michaellizhou](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/michaellizhou/32/4143_2.png) [@michaellizhou](https://discuss.elastic.co/u/michaellizhou)
#### Post date: [October 23, 2015, 8:26pm UTC](https://discuss.elastic.co/t/knapsack-plugin-install-and-all-other-plugins/32801/5 "2015-10-23T20:26:13Z")

</div>

This is probably another issue but when I run the install command I run into this issue:

```
./bin/plugin --install -u http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-knapsack/2.0.0-rc1.0/elasticsearch-knapsack-2.0.0-rc1.0-plugin.zip
Usage:
    -u, --url [plugin location] : Set exact URL to download the plugin from
    -i, --install [plugin name] : Downloads and installs listed plugins [*]
    -t, --timeout [duration] : Timeout setting: 30s, 1m, 1h... (infinite by default)
    -r, --remove [plugin name] : Removes listed plugins
    -l, --list : List installed plugins
    -v, --verbose : Prints verbose messages
    -s, --silent : Run in silent mode
    -h, --help : Prints this help message

 [*] Plugin name could be:
     elasticsearch/plugin/version for official elasticsearch plugins (download from download.elasticsearch.org)
     groupId/artifactId/version for community plugins (download from maven central or oss sonatype)
     username/repository for site plugins (download from github master)

Message:
   Command [http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-knapsack/2.0.0-rc1.0/elasticsearch-knapsack-2.0.0-rc1.0-plugin.zip] unknown.
```

---

<div class="post-metadata">

### Author: ![jprante](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jprante/32/44941_2.png) [@jprante](https://discuss.elastic.co/u/jprante)
#### Post date: [October 23, 2015, 9:35pm UTC](https://discuss.elastic.co/t/knapsack-plugin-install-and-all-other-plugins/32801/6 "2015-10-23T21:35:10Z")

</div>

You want to install a knapsack 2.x plugin into an ES 1.x node?

---

<div class="post-metadata">

### Author: ![michaellizhou](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/michaellizhou/32/4143_2.png) [@michaellizhou](https://discuss.elastic.co/u/michaellizhou)
#### Post date: [October 24, 2015, 12:17am UTC](https://discuss.elastic.co/t/knapsack-plugin-install-and-all-other-plugins/32801/7 "2015-10-24T00:17:14Z")

</div>

yes its on the latest official release of elastic. But I see the issue now...

---

<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: [July 5, 2017, 11:42pm UTC](https://discuss.elastic.co/t/knapsack-plugin-install-and-all-other-plugins/32801/8 "2017-07-05T23:42:50Z")

</div>


