# Where to begin the coding section to get data into ES?

**URL:** https://discuss.elastic.co/t/where-to-begin-the-coding-section-to-get-data-into-es/68409
**Category:** Elasticsearch
**Created:** [December 8, 2016, 8:53am UTC](https://discuss.elastic.co/t/where-to-begin-the-coding-section-to-get-data-into-es/68409 "2016-12-08T08:53:00Z")
**Posts on this page:** 9
**Page:** 1

<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 8, 2016, 8:53am UTC](https://discuss.elastic.co/t/where-to-begin-the-coding-section-to-get-data-into-es/68409/1 "2016-12-08T08:53:00Z")

</div>

Hi everyone , being a newbie - I have completed installing ELK and Now where to start coding part to get my data(I have some data with me) into elastic search ..Please help me out asap....I have seen sense plugin just downloaded and lost the path..Can any one show right way ...directions ?  
-Thanks advance

---

<div class="post-metadata">

### Author: ![tiggyboo](https://avatars.discourse-cdn.com/v4/letter/t/b782af/32.png) [@tiggyboo](https://discuss.elastic.co/u/tiggyboo)
#### Post date: [December 8, 2016, 6:41pm UTC](https://discuss.elastic.co/t/where-to-begin-the-coding-section-to-get-data-into-es/68409/2 "2016-12-08T18:41:56Z")

</div>

I'm a newbie too, but am maybe about 15 minutes ahead of you. Sounds like you have the pieces you need, but do get sense, do this:

> $./bin/kibana plugin --install elastic/sense

Now start elasticsearch and kibana, then you should be able to run sense (be default) here:

> [http://localhost:5601/app/sense](http://localhost:5601/app/sense)

Hope this helps to get you to the point where you can at least tinker with some JSON.

Al

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [December 8, 2016, 7:28pm UTC](https://discuss.elastic.co/t/where-to-begin-the-coding-section-to-get-data-into-es/68409/3 "2016-12-08T19:28:30Z")

</div>

> [@tiggyboo](#):
>
> Now start elasticsearch and kibana, then you should be able to run sense (be default) here:

If you're on 5.X then sense = Console and is built into Kibana 🙂

---

<div class="post-metadata">

### Author: ![tiggyboo](https://avatars.discourse-cdn.com/v4/letter/t/b782af/32.png) [@tiggyboo](https://discuss.elastic.co/u/tiggyboo)
#### Post date: [December 8, 2016, 8:07pm UTC](https://discuss.elastic.co/t/where-to-begin-the-coding-section-to-get-data-into-es/68409/4 "2016-12-08T20:07:33Z")

</div>

Thanks for the correction! I'm stuck on 2.4.2 due to circumstances beyond my control :-).

---

<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, 7:59am UTC](https://discuss.elastic.co/t/where-to-begin-the-coding-section-to-get-data-into-es/68409/5 "2016-12-10T07:59:49Z")

</div>

Thanks for reply - But I am having issues working with Ubuntu server.

So can I get .deb file for sense ?

I had downloaded and installed .tar.gz and don't know what to do (sounds crazy but true)- just browsed [http://localhost:5601/app/sense](http://localhost:5601/app/sense), got this message - {"statusCode":404,"error":"Not Found","message":"Unknown app sense"}

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [December 10, 2016, 8:22am UTC](https://discuss.elastic.co/t/where-to-begin-the-coding-section-to-get-data-into-es/68409/6 "2016-12-10T08:22:19Z")

</div>

Sense has been replaced by console in 5.0. Which version are you using?

You don't have to install a plugin anymore.

---

<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:43am UTC](https://discuss.elastic.co/t/where-to-begin-the-coding-section-to-get-data-into-es/68409/7 "2016-12-10T08:43:53Z")

</div>

I think version 2.4.1, Can you please let me know - what is the alternative?  
How to write to get the data into elastic search ? how you guys are doing - like importing data into es?  
-Thanks for quick reply Mr.daddonet

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [December 10, 2016, 9:38am UTC](https://discuss.elastic.co/t/where-to-begin-the-coding-section-to-get-data-into-es/68409/8 "2016-12-10T09:38:21Z")

</div>

For testing?

First I'd start with 5.1.1. But if you can't then yes install Sense. Or use [cloud.elastic.co](http://cloud.elastic.co)

For real?

It depends on your use case. You can use your own code (Java, JS, Python...) or something like Logstash.

---

<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: [January 7, 2017, 9:38am UTC](https://discuss.elastic.co/t/where-to-begin-the-coding-section-to-get-data-into-es/68409/9 "2017-01-07T09:38:39Z")

</div>

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