# Some values don't appear in a data table

**URL:** https://discuss.elastic.co/t/some-values-dont-appear-in-a-data-table/312992
**Category:** Kibana
**Created:** [August 26, 2022, 7:19am UTC](https://discuss.elastic.co/t/some-values-dont-appear-in-a-data-table/312992 "2022-08-26T07:19:50Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Druffle](https://avatars.discourse-cdn.com/v4/letter/d/c68b51/32.png) [@Druffle](https://discuss.elastic.co/u/Druffle)
#### Post date: [August 26, 2022, 7:19am UTC](https://discuss.elastic.co/t/some-values-dont-appear-in-a-data-table/312992/1 "2022-08-26T07:19:50Z")

</div>

Hi !  
I'm currently doing a dashboard and I need help on this table.  
 ![image](https://us1.discourse-cdn.com/elastic/original/3X/a/8/a8597d454d4888d54f609dbce93bb439b80ac6a2.png)  
I don't understand why some values don't appear even though i can see them in "discovery".  
I made sure these documents had a value for this field.

---

<div class="post-metadata">

### Author: ![Druffle](https://avatars.discourse-cdn.com/v4/letter/d/c68b51/32.png) [@Druffle](https://discuss.elastic.co/u/Druffle)
#### Post date: [August 29, 2022, 10:08am UTC](https://discuss.elastic.co/t/some-values-dont-appear-in-a-data-table/312992/2 "2022-08-29T10:08:54Z")

</div>

UPDATE :  
I solved this issue by changing the size of the value.keyword field. I guess my values were just too long to be processed.

```auto
PUT /comparator-index-1/_mapping
{...
  "value" : {
      "type": "text",
  "fields": {
    "keyword": {
      "type": "keyword",
      "ignore_above": 8191
...}

```

---

<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: [September 26, 2022, 10:09am UTC](https://discuss.elastic.co/t/some-values-dont-appear-in-a-data-table/312992/3 "2022-09-26T10:09:19Z")

</div>

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