# 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:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![nmesmeric](https://avatars.discourse-cdn.com/v4/letter/n/e99b99/32.png) [@nmesmeric](https://discuss.elastic.co/u/nmesmeric)
#### Post date: [March 27, 2020, 9:04am UTC](https://discuss.elastic.co/t/certain-text-values-not-displaying-when-bucketed-in-visuals/225369/1 "2020-03-27T09:04:42Z")

</div>

Hey Guys,

I am stuck with a strange issue. I have a field which contains the first 50 characters of an error log.

All values appear when i search for events via "Discover".

However, when trying to bucket by the field in a visual **some** values in this field are not being included. Any ideas why this might be? Could it be invalid characters?

Thanks,

Felix

---

<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.

---

<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 24, 2020, 9:15am UTC](https://discuss.elastic.co/t/certain-text-values-not-displaying-when-bucketed-in-visuals/225369/3 "2020-04-24T09:15:23Z")

</div>

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