# Certain text values not displaying when bucketed in visuals

**URL:** https://discuss.elastic.co/t/certain-text-values-not-displaying-when-bucketed-in-visuals/225369
**Category:** Kibana
**Created:** [March 27, 2020, 9:04am UTC](https://discuss.elastic.co/t/certain-text-values-not-displaying-when-bucketed-in-visuals/225369 "2020-03-27T09:04:42Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [March 27, 2020, 9:15am UTC](https://discuss.elastic.co/t/certain-text-values-not-displaying-when-bucketed-in-visuals/225369/2 "2020-03-27T09:15:22Z")

</div>

Hi,

your are very likely running into this problem: [Cannot display string in a visualization table of more than 256 letters](https://discuss.elastic.co/t/cannot-display-string-in-a-visualization-table-of-more-than-256-letters/218890/2)

If your field is indexed as keyword and the length of the content is longer than `ignore_above`, it will show up in Discover (because it uses the `_source` object), but it won't work in visualizations, because aggregations are done on the indexed values (and everything above `ignore_above` is not indexed).

Increasing the value in your mapping and re-ingesting existing data should fix the problem.

If this doesn't help, please share the mapping of your index here, maybe something else is going wrong.

---

_[View the full topic](https://discuss.elastic.co/t/certain-text-values-not-displaying-when-bucketed-in-visuals/225369)._
