# Not indexed nested objects

**URL:** https://discuss.elastic.co/t/not-indexed-nested-objects/39081
**Category:** Kibana
**Created:** [January 13, 2016, 10:21am UTC](https://discuss.elastic.co/t/not-indexed-nested-objects/39081 "2016-01-13T10:21:06Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Igor\_Samusenko](https://avatars.discourse-cdn.com/v4/letter/i/13edae/32.png) [@Igor\_Samusenko](https://discuss.elastic.co/u/Igor_Samusenko)
#### Post date: [January 13, 2016, 10:21am UTC](https://discuss.elastic.co/t/not-indexed-nested-objects/39081/1 "2016-01-13T10:21:06Z")

</div>

Hi everyone,  
I've just started using logstash + elasticsearch for storing logs.  
I started exploring my data and I figured that nested objects were not indexed, thus I can not visualise them, and I even can not use them for conditions (this is most important).  
There is my mapping

`"events" : { "type" : "nested", "properties" : { "timestamp" : { "type" : "date" }, "category" : { "type" : "string", "index": "not_analyzed" }, "level" : { "type" : "string", "index": "not_analyzed" }, "message" : { "type" : "string", "index": "not_analyzed" } } }`

What is wrong here ?  
Am I right that kibana just makes queries to elastic and does not do any indexing of my data itself ?

Thanks

---

<div class="post-metadata">

### Author: ![shaunak](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/shaunak/32/6643_2.png) [@shaunak](https://discuss.elastic.co/u/shaunak)
#### Post date: [January 13, 2016, 12:59pm UTC](https://discuss.elastic.co/t/not-indexed-nested-objects/39081/2 "2016-01-13T12:59:49Z")

</div>

See [Kibana does not show nested fields for discover or visualization](https://discuss.elastic.co/t/kibana-does-not-show-nested-fields-for-discover-or-visualization/27004/3)

---

<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 6, 2017, 2:05pm UTC](https://discuss.elastic.co/t/not-indexed-nested-objects/39081/3 "2017-07-06T14:05:11Z")

</div>


