# Kibana - Visualize fields added by Enrich processor

**URL:** https://discuss.elastic.co/t/kibana-visualize-fields-added-by-enrich-processor/230756
**Category:** Kibana
**Created:** [May 1, 2020, 7:00pm UTC](https://discuss.elastic.co/t/kibana-visualize-fields-added-by-enrich-processor/230756 "2020-05-01T19:00:10Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![bgiordano](https://avatars.discourse-cdn.com/v4/letter/b/ba8739/32.png) [@bgiordano](https://discuss.elastic.co/u/bgiordano)
#### Post date: [May 1, 2020, 7:00pm UTC](https://discuss.elastic.co/t/kibana-visualize-fields-added-by-enrich-processor/230756/1 "2020-05-01T19:00:10Z")

</div>

Using ES 7.6.2, I have added an enriched field to my indexed documents, using the Enrich processor. I can see my new field in my documents on the Kibana Discovery tab.

Example result:

```auto
{
    "original_match_field": "some_value",
    "enrich_field_1": {
        "original_match_field": "some_value", 
        "new_enrich_field": "some_other_value"
    }
}

```

I can select an enriched field as a column on my Discovery tab (ex: "enrich\_field\_1.new\_enrich\_field")

When I try to create a visualization for an enriched field (ex. a Pie chart), the nested "enrich\_field\_1" objects are not displayed for selection.

Am I not able to visualize enriched fields in Kibana?

---

<div class="post-metadata">

### Author: ![Rahul\_Kumar4](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rahul_kumar4/32/67369_2.png) [@Rahul\_Kumar4](https://discuss.elastic.co/u/Rahul_Kumar4)
#### Post date: [May 2, 2020, 7:05pm UTC](https://discuss.elastic.co/t/kibana-visualize-fields-added-by-enrich-processor/230756/3 "2020-05-02T19:05:33Z")

</div>

You may have to refresh your index pattern in Kibana for the fields to be available for querying

---

<div class="post-metadata">

### Author: ![bgiordano](https://avatars.discourse-cdn.com/v4/letter/b/ba8739/32.png) [@bgiordano](https://discuss.elastic.co/u/bgiordano)
#### Post date: [May 4, 2020, 11:49am UTC](https://discuss.elastic.co/t/kibana-visualize-fields-added-by-enrich-processor/230756/4 "2020-05-04T11:49:56Z")

</div>

Thanks for the suggestion.

The index with the enrichment was a new index brought in to Kibana, so that was not my problem but I understand needing, at times, to be sure that the mapping in Kibana for an index that has been changed is up-to-date (refreshed).

There was most likely something going on in the way my ingest pipeline with the enrich processor was working - made a few tweaks and everything is working the way I need it to.

---

<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: [June 1, 2020, 11:50am UTC](https://discuss.elastic.co/t/kibana-visualize-fields-added-by-enrich-processor/230756/5 "2020-06-01T11:50:03Z")

</div>

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