# Can't see all the value of my field in kibana

**URL:** https://discuss.elastic.co/t/cant-see-all-the-value-of-my-field-in-kibana/335947
**Category:** Kibana
**Created:** [June 14, 2023, 8:25am UTC](https://discuss.elastic.co/t/cant-see-all-the-value-of-my-field-in-kibana/335947 "2023-06-14T08:25:00Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Hanni](https://avatars.discourse-cdn.com/v4/letter/h/ee7513/32.png) [@Hanni](https://discuss.elastic.co/u/Hanni)
#### Post date: [June 14, 2023, 8:25am UTC](https://discuss.elastic.co/t/cant-see-all-the-value-of-my-field-in-kibana/335947/1 "2023-06-14T08:25:00Z")

</div>

Hello, I'm currently working with Kibana. I try to filter my data according to a certain field but I notice that it does not display all the values of this field. just the first 10 values. How can I fix this?

---

<div class="post-metadata">

### Author: ![Hanni](https://avatars.discourse-cdn.com/v4/letter/h/ee7513/32.png) [@Hanni](https://discuss.elastic.co/u/Hanni)
#### Post date: [June 14, 2023, 9:20am UTC](https://discuss.elastic.co/t/cant-see-all-the-value-of-my-field-in-kibana/335947/2 "2023-06-14T09:20:42Z")

</div>

It also happens when I add a conrol to filter my dashboard. All the values of my field are not displayed

---

<div class="post-metadata">

### Author: ![Marco\_Liberati](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/marco_liberati/32/82953_2.png) [@Marco\_Liberati](https://discuss.elastic.co/u/Marco_Liberati)
#### Post date: [June 14, 2023, 10:17am UTC](https://discuss.elastic.co/t/cant-see-all-the-value-of-my-field-in-kibana/335947/3 "2023-06-14T10:17:34Z")

</div>

Hi @Hanni,

if you open Dicover and inspect the fields data are all values shown?  
Is your problem within a visualization (i.e. Lens chart/datatable) or with a saved search?

---

<div class="post-metadata">

### Author: ![Hanni](https://avatars.discourse-cdn.com/v4/letter/h/ee7513/32.png) [@Hanni](https://discuss.elastic.co/u/Hanni)
#### Post date: [June 15, 2023, 8:56am UTC](https://discuss.elastic.co/t/cant-see-all-the-value-of-my-field-in-kibana/335947/4 "2023-06-15T08:56:59Z")

</div>

normally I have all my values in my discover for this field. But when I add a control on my dashboard, it doesn't show me all of them.

---

<div class="post-metadata">

### Author: ![Marco\_Liberati](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/marco_liberati/32/82953_2.png) [@Marco\_Liberati](https://discuss.elastic.co/u/Marco_Liberati)
#### Post date: [June 15, 2023, 10:42am UTC](https://discuss.elastic.co/t/cant-see-all-the-value-of-my-field-in-kibana/335947/5 "2023-06-15T10:42:11Z")

</div>

Can you share the mapping of the field?

---

<div class="post-metadata">

### Author: ![Hanni](https://avatars.discourse-cdn.com/v4/letter/h/ee7513/32.png) [@Hanni](https://discuss.elastic.co/u/Hanni)
#### Post date: [June 15, 2023, 2:46pm UTC](https://discuss.elastic.co/t/cant-see-all-the-value-of-my-field-in-kibana/335947/6 "2023-06-15T14:46:47Z")

</div>

```auto
{
  "mappings": {
    "properties": {
      "@timestamp": {
        "type": "date"
      },
      "@version": {
        "type": "text",
        "fields": {
          "keyword": {
            "type": "keyword",
            "ignore_above": 256
          }
        }
      },
      "CVE": {
        "type": "keyword"
      },
      "CVSS_v2": {
        "properties": {
          "0_Base_Score": {
            "type": "keyword"
          }
        }
      },
      "Host": {
        "type": "keyword"
      },
      "Nom_Application": {
        "type": "keyword"
      },
      "Plugin_ID": {
        "type": "integer"
      },
      "Port": {
        "type": "keyword"
      },
      "Protocol": {
        "type": "keyword"
      },
      "Risk": {
        "type": "keyword"
      },
      "date": {
        "type": "date"
      },
      "event": {
        "properties": {
          "original": {
            "type": "text",
            "fields": {
              "keyword": {
                "type": "keyword",
                "ignore_above": 256
              }
            }
          }
        }
      },
      "host": {
        "properties": {
          "name": {
            "type": "text",
            "fields": {
              "keyword": {
                "type": "keyword",
                "ignore_above": 256
              }
            }
          }
        }
      },
      "log": {
        "properties": {
          "file": {
            "properties": {
              "path": {
                "type": "text",
                "fields": {
                  "keyword": {
                    "type": "keyword",
                    "ignore_above": 256
                  }
                }
              }
            }
          }
        }
      },
      "message": {
        "type": "text",
        "fields": {
          "keyword": {
            "type": "keyword",
            "ignore_above": 256
          }
        }
      }
    }
  }
}

```

---

<div class="post-metadata">

### Author: ![Marco\_Liberati](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/marco_liberati/32/82953_2.png) [@Marco\_Liberati](https://discuss.elastic.co/u/Marco_Liberati)
#### Post date: [June 15, 2023, 3:03pm UTC](https://discuss.elastic.co/t/cant-see-all-the-value-of-my-field-in-kibana/335947/7 "2023-06-15T15:03:06Z")

</div>

Controls are fed by `keyword` values, which are a subset of values from their `text` field parent.  
I say subset as any `text` field longer than 256 chars is ignored as a `keyword` (the aggregatable side of text fields).

---

<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: [July 13, 2023, 3:03pm UTC](https://discuss.elastic.co/t/cant-see-all-the-value-of-my-field-in-kibana/335947/8 "2023-07-13T15:03:36Z")

</div>

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