# Kibana 7.5.2 / Ubantu 18.04 - tag not showing up under buckets. Is tags cloud needed

**URL:** https://discuss.elastic.co/t/kibana-7-5-2-ubantu-18-04-tag-not-showing-up-under-buckets-is-tags-cloud-needed/218659
**Category:** Kibana
**Created:** [February 10, 2020, 7:08pm UTC](https://discuss.elastic.co/t/kibana-7-5-2-ubantu-18-04-tag-not-showing-up-under-buckets-is-tags-cloud-needed/218659 "2020-02-10T19:08:59Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![svyas1](https://avatars.discourse-cdn.com/v4/letter/s/90db22/32.png) [@svyas1](https://discuss.elastic.co/u/svyas1)
#### Post date: [February 10, 2020, 7:09pm UTC](https://discuss.elastic.co/t/kibana-7-5-2-ubantu-18-04-tag-not-showing-up-under-buckets-is-tags-cloud-needed/218659/1 "2020-02-10T19:09:00Z")

</div>

Hi,

I have a Java spring boot 2 application and micrometer is configured to log application metrics into elastic stack. Metrics and associated data from the application is getting logged in elastic stack however when trying to create visualization for CPU usage by the application not able to select tag (host) under Buckets.

Without having tag in buckets, not able to create a visualization to show how much CPU is utilized by the application.

Tag (host) can be seen in documents indexed by elastic search and same index is used for creating visualization.

OS:  
Ubuntu 18.04 / 64bit  
Kibana 7.5.2

1. Any idea or pointer why I do not see tag in Buckets
2. If need to create a simple visualization for CPU utilization by an application, how could I do it

Please advice what I could be missing.

Thanks,  
Sachin

---

<div class="post-metadata">

### Author: ![flash1293](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/flash1293/32/41227_2.png) [@flash1293](https://discuss.elastic.co/u/flash1293)
#### Post date: [February 11, 2020, 10:52am UTC](https://discuss.elastic.co/t/kibana-7-5-2-ubantu-18-04-tag-not-showing-up-under-buckets-is-tags-cloud-needed/218659/2 "2020-02-11T10:52:55Z")

</div>

To use a field in a bucket aggregation it has to be of type "keyword" - your field is probably mapped as "text". If you are using the default mappings, there should be a `host.keyword` field which contains the keyword indexed version of the `host` field. If not you have to adjust your mapping to include a keyword indexed version of host and re-index your existing data. Reference: [https://www.elastic.co/guide/en/elasticsearch/reference/current/keyword.html](https://www.elastic.co/guide/en/elasticsearch/reference/current/keyword.html)

---

<div class="post-metadata">

### Author: ![svyas1](https://avatars.discourse-cdn.com/v4/letter/s/90db22/32.png) [@svyas1](https://discuss.elastic.co/u/svyas1)
#### Post date: [February 12, 2020, 3:20pm UTC](https://discuss.elastic.co/t/kibana-7-5-2-ubantu-18-04-tag-not-showing-up-under-buckets-is-tags-cloud-needed/218659/3 "2020-02-12T15:20:14Z")

</div>

Thank you Joe for the explanation. Earlier the host.keyword field did not appear in mapping however it is fixed now.

---

<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 11, 2020, 3:27pm UTC](https://discuss.elastic.co/t/kibana-7-5-2-ubantu-18-04-tag-not-showing-up-under-buckets-is-tags-cloud-needed/218659/4 "2020-03-11T15:27:31Z")

</div>

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