# Visualizing Nested Objects in Kibana

**URL:** https://discuss.elastic.co/t/visualizing-nested-objects-in-kibana/221617
**Category:** Kibana
**Created:** [March 2, 2020, 5:23am UTC](https://discuss.elastic.co/t/visualizing-nested-objects-in-kibana/221617 "2020-03-02T05:23:24Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![lmit](https://avatars.discourse-cdn.com/v4/letter/l/c68b51/32.png) [@lmit](https://discuss.elastic.co/u/lmit)
#### Post date: [March 2, 2020, 5:23am UTC](https://discuss.elastic.co/t/visualizing-nested-objects-in-kibana/221617/1 "2020-03-02T05:23:24Z")

</div>

I have indexed a docs with nested objects which appear to have the correct mappings for aggregation in the index pattern

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/f/4/f43813a3e44c96318df32dbc39879d590a136a2b.png)

But when i attempt to visualize the data to filter,

1. I do not see the fields on the left column, allowing me to perform operations on these nested object fields
2. The whole sensors is one single mass of text, without allowing individual operations  
 ![image](https://us1.discourse-cdn.com/elastic/original/3X/6/3/63c8fc43cb312f8d1b48bbc48f9ccada4991d778.png)

But have defined the vehicle.sensors as type "nested" in mappings

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/9/f/9fa4dd0caecd10af0e331f6768215f3affe52ebb.png)

How do I resolve these issues?  
Am I able to perform visualizations on these fields?

---

<div class="post-metadata">

### Author: ![jsanz](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jsanz/32/53734_2.png) [@jsanz](https://discuss.elastic.co/u/jsanz)
#### Post date: [March 24, 2020, 2:38pm UTC](https://discuss.elastic.co/t/visualizing-nested-objects-in-kibana/221617/2 "2020-03-24T14:38:05Z")

</div>

Hi @lmit

Support for nested fields in Kibana got a first release in `7.6`, but as described [here](https://github.com/elastic/kibana/issues/1084#issuecomment-585178079) with the following features

> [@](#):
>
> - Index Patterns will detect Nested Fields correctly
> - You will be able to watch Nested Fields in Discover
> - Filtering on Nested Fields via the filter bar works
> - KQL allows searching for nested fields (see the [KQL documentation](https://www.elastic.co/guide/en/kibana/7.6/kuery-query.html#kuery-query-nested-field) for an explanation of the syntax on querying nested fields)

You can track the support for nested and other elasticsearch aggregations on this [meta-issue](https://github.com/elastic/kibana/issues/58628).

Best

---

<div class="post-metadata">

### Author: ![lmit](https://avatars.discourse-cdn.com/v4/letter/l/c68b51/32.png) [@lmit](https://discuss.elastic.co/u/lmit)
#### Post date: [March 25, 2020, 1:21pm UTC](https://discuss.elastic.co/t/visualizing-nested-objects-in-kibana/221617/3 "2020-03-25T13:21:01Z")

</div>

Awesome News

---

<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: [April 22, 2020, 1:21pm UTC](https://discuss.elastic.co/t/visualizing-nested-objects-in-kibana/221617/4 "2020-04-22T13:21:02Z")

</div>

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