# Installing Sense on Win10

**URL:** https://discuss.elastic.co/t/installing-sense-on-win10/63433
**Category:** Elasticsearch
**Created:** [October 19, 2016, 7:26pm UTC](https://discuss.elastic.co/t/installing-sense-on-win10/63433 "2016-10-19T19:26:56Z")
**Posts on this page:** 18
**Page:** 1

<div class="post-metadata">

### Author: ![jimbolya](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jimbolya/32/12599_2.png) [@jimbolya](https://discuss.elastic.co/u/jimbolya)
#### Post date: [October 19, 2016, 7:26pm UTC](https://discuss.elastic.co/t/installing-sense-on-win10/63433/1 "2016-10-19T19:26:56Z")

</div>

Trying to install Sense on Win10. Elastic node went in fine and is up and running as well as Kibana.

Any help would be great. Never used anything like this before.

---

<div class="post-metadata">

### Author: ![polyfractal](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/polyfractal/32/48162_2.png) [@polyfractal](https://discuss.elastic.co/u/polyfractal)
#### Post date: [October 19, 2016, 8:03pm UTC](https://discuss.elastic.co/t/installing-sense-on-win10/63433/2 "2016-10-19T20:03:21Z")

</div>

What version of Elasticsearch are you using?

If you're on 5.x, Sense has been renamed to "Console" and is part of X-Pack for kibana directly. Directions here: [https://www.elastic.co/downloads/x-pack](https://www.elastic.co/downloads/x-pack)

If your'e on 2.x, it's a separate Kibana plugin. Directions here: [https://www.elastic.co/guide/en/sense/current/installing.html](https://www.elastic.co/guide/en/sense/current/installing.html)

---

<div class="post-metadata">

### Author: ![jimbolya](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jimbolya/32/12599_2.png) [@jimbolya](https://discuss.elastic.co/u/jimbolya)
#### Post date: [October 20, 2016, 1:25pm UTC](https://discuss.elastic.co/t/installing-sense-on-win10/63433/3 "2016-10-20T13:25:47Z")

</div>

2.4.1 is the version on the folder name for ES.  
Will try out what you posted and see how it goes.

---

<div class="post-metadata">

### Author: ![jimbolya](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jimbolya/32/12599_2.png) [@jimbolya](https://discuss.elastic.co/u/jimbolya)
#### Post date: [October 20, 2016, 1:26pm UTC](https://discuss.elastic.co/t/installing-sense-on-win10/63433/4 "2016-10-20T13:26:53Z")

</div>

Kibana version is 4.6

---

<div class="post-metadata">

### Author: ![jimbolya](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jimbolya/32/12599_2.png) [@jimbolya](https://discuss.elastic.co/u/jimbolya)
#### Post date: [October 20, 2016, 1:30pm UTC](https://discuss.elastic.co/t/installing-sense-on-win10/63433/5 "2016-10-20T13:30:09Z")

</div>

So went to the link you posted. Already tried that from earlier.  
I download the file manually and unpacked it.  
Is there some separate windows command to get it running?

---

<div class="post-metadata">

### Author: ![polyfractal](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/polyfractal/32/48162_2.png) [@polyfractal](https://discuss.elastic.co/u/polyfractal)
#### Post date: [October 20, 2016, 1:49pm UTC](https://discuss.elastic.co/t/installing-sense-on-win10/63433/6 "2016-10-20T13:49:22Z")

</div>

Ah right, forgot about windows. There should be a `.bat` file in the same bin directory for windows usage. E.g. the command:

```auto
$./bin/kibana plugin --install elastic/sense

```

becomes:

```auto
C:\some\dir> bin\kibana.bat plugin --install elastic/sense

```

I believe manual file installation looks like this:

```bash
bin\kibana.bat plugin --install sense --url file:///C:\elastic\sense.tar.gz

OR

bin\kibana.bat plugin --install sense --url file://C:\elastic\sense.tar.gz

```

I don't remember if it requires two or three forward slashes, you may have to fiddle. Been a while since I've used windows 🙂

---

<div class="post-metadata">

### Author: ![jimbolya](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jimbolya/32/12599_2.png) [@jimbolya](https://discuss.elastic.co/u/jimbolya)
#### Post date: [October 20, 2016, 2:04pm UTC](https://discuss.elastic.co/t/installing-sense-on-win10/63433/7 "2016-10-20T14:04:02Z")

</div>

what's the url?

---

<div class="post-metadata">

### Author: ![polyfractal](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/polyfractal/32/48162_2.png) [@polyfractal](https://discuss.elastic.co/u/polyfractal)
#### Post date: [October 20, 2016, 2:12pm UTC](https://discuss.elastic.co/t/installing-sense-on-win10/63433/8 "2016-10-20T14:12:01Z")

</div>

`--url` is just the way you tell the plugin script a specific location. In this case, the "url" is the file you downloaded.

Or you can use the first command (`bin\kibana.bat plugin --install elastic/sense`) to download the latest version from the web

---

<div class="post-metadata">

### Author: ![MarkOStewart](https://avatars.discourse-cdn.com/v4/letter/m/898d66/32.png) [@MarkOStewart](https://discuss.elastic.co/u/MarkOStewart)
#### Post date: [October 20, 2016, 2:56pm UTC](https://discuss.elastic.co/t/installing-sense-on-win10/63433/9 "2016-10-20T14:56:14Z")

</div>

I actually prefer the Chrome browser Sense plugin. Search for the chrome plugin and see what you think. You can install/use both. I do and actually like the Chrome Sense a little better. Less busy interface and does the same thing.

---

<div class="post-metadata">

### Author: ![jimbolya](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jimbolya/32/12599_2.png) [@jimbolya](https://discuss.elastic.co/u/jimbolya)
#### Post date: [October 20, 2016, 3:08pm UTC](https://discuss.elastic.co/t/installing-sense-on-win10/63433/10 "2016-10-20T15:08:46Z")

</div>

Simply Google up Sense plugin for Chrome?

---

<div class="post-metadata">

### Author: ![MarkOStewart](https://avatars.discourse-cdn.com/v4/letter/m/898d66/32.png) [@MarkOStewart](https://discuss.elastic.co/u/MarkOStewart)
#### Post date: [October 20, 2016, 3:10pm UTC](https://discuss.elastic.co/t/installing-sense-on-win10/63433/11 "2016-10-20T15:10:23Z")

</div>

Yes. Here is a link.  
[https://chrome.google.com/webstore/detail/sense-beta/lhjgkmllcaadmopgmanpapmpjgmfcfig?hl=en](https://chrome.google.com/webstore/detail/sense-beta/lhjgkmllcaadmopgmanpapmpjgmfcfig?hl=en)

---

<div class="post-metadata">

### Author: ![jimbolya](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jimbolya/32/12599_2.png) [@jimbolya](https://discuss.elastic.co/u/jimbolya)
#### Post date: [October 20, 2016, 3:11pm UTC](https://discuss.elastic.co/t/installing-sense-on-win10/63433/12 "2016-10-20T15:11:47Z")

</div>

So I installed the plugin.  
Says server: localhost:9200

Which, that should be the instance of ES I have running on this laptop.

I'm assuming the browser is talking to the ES node so far?

---

<div class="post-metadata">

### Author: ![MarkOStewart](https://avatars.discourse-cdn.com/v4/letter/m/898d66/32.png) [@MarkOStewart](https://discuss.elastic.co/u/MarkOStewart)
#### Post date: [October 20, 2016, 3:17pm UTC](https://discuss.elastic.co/t/installing-sense-on-win10/63433/13 "2016-10-20T15:17:01Z")

</div>

You will have to change the elasticsearch.yml file network.host address to the IP address of the host (your tablet) instead of localhost or 0.0.0.0.  
Restart Elasticsearch and then use that address:port in the sense plugin.

---

<div class="post-metadata">

### Author: ![jimbolya](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jimbolya/32/12599_2.png) [@jimbolya](https://discuss.elastic.co/u/jimbolya)
#### Post date: [October 20, 2016, 3:31pm UTC](https://discuss.elastic.co/t/installing-sense-on-win10/63433/14 "2016-10-20T15:31:42Z")

</div>

10 4  
Will give that a try in a bit.

Thanks Mark.

---

<div class="post-metadata">

### Author: ![polyfractal](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/polyfractal/32/48162_2.png) [@polyfractal](https://discuss.elastic.co/u/polyfractal)
#### Post date: [October 20, 2016, 4:05pm UTC](https://discuss.elastic.co/t/installing-sense-on-win10/63433/15 "2016-10-20T16:05:31Z")

</div>

> Less busy interface and does the same thing.

Only thing to note is that it's quite old, and the "autocomplete database" hasn't been updated in quite some time. E.g it's old enough that it doesn't know about aggregations, at least not last time I looked 🙂

---

<div class="post-metadata">

### Author: ![MarkOStewart](https://avatars.discourse-cdn.com/v4/letter/m/898d66/32.png) [@MarkOStewart](https://discuss.elastic.co/u/MarkOStewart)
#### Post date: [October 21, 2016, 8:25pm UTC](https://discuss.elastic.co/t/installing-sense-on-win10/63433/16 "2016-10-21T20:25:29Z")

</div>

Polyfractal Thanks That is good info to know.

Mark

---

<div class="post-metadata">

### Author: ![Gurram\_Vinay](https://avatars.discourse-cdn.com/v4/letter/g/85e7bf/32.png) [@Gurram\_Vinay](https://discuss.elastic.co/u/Gurram_Vinay)
#### Post date: [December 10, 2016, 8:12am UTC](https://discuss.elastic.co/t/installing-sense-on-win10/63433/17 "2016-12-10T08:12:34Z")

</div>

Any .deb file for sense pakage?

---

<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, 10:05pm UTC](https://discuss.elastic.co/t/installing-sense-on-win10/63433/18 "2017-07-05T22:05:06Z")

</div>


