# .keyword after every field

**URL:** https://discuss.elastic.co/t/keyword-after-every-field/220395
**Category:** Kibana
**Created:** [February 21, 2020, 2:43pm UTC](https://discuss.elastic.co/t/keyword-after-every-field/220395 "2020-02-21T14:43:55Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![DeepakBishi](https://avatars.discourse-cdn.com/v4/letter/d/7ab992/32.png) [@DeepakBishi](https://discuss.elastic.co/u/DeepakBishi)
#### Post date: [February 21, 2020, 2:43pm UTC](https://discuss.elastic.co/t/keyword-after-every-field/220395/1 "2020-02-21T14:43:55Z")

</div>

Hi,

When i am creating any visualization, there the field is appearing as field.keyword

I just want the field name . How to do that.

![ELK](https://us1.discourse-cdn.com/elastic/original/3X/8/f/8f50d8d7e9092d5b52ed1bb1950a4173729bebe1.png)

Thanks in Advance.

---

<div class="post-metadata">

### Author: ![wylie](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/wylie/32/81794_2.png) [@wylie](https://discuss.elastic.co/u/wylie)
#### Post date: [February 21, 2020, 3:40pm UTC](https://discuss.elastic.co/t/keyword-after-every-field/220395/2 "2020-02-21T15:40:32Z")

</div>

The default Elasticsearch mapping for fields is a multi-mapping that is both `text` and `keyword`, and to differentiate these Elasticsearch adds `.keyword`. So one solution for you is to change your mappings in Elasticsearch and then re-index.

Another solution is to change the label for each visualization you create, in the "Advanced options" for the aggregation.

---

<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: [March 20, 2020, 3:40pm UTC](https://discuss.elastic.co/t/keyword-after-every-field/220395/3 "2020-03-20T15:40:35Z")

</div>

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