# Host.keyword shows no value

**URL:** https://discuss.elastic.co/t/host-keyword-shows-no-value/247864
**Category:** Kibana
**Created:** [September 8, 2020, 9:54am UTC](https://discuss.elastic.co/t/host-keyword-shows-no-value/247864 "2020-09-08T09:54:47Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Stevek](https://avatars.discourse-cdn.com/v4/letter/s/839c29/32.png) [@Stevek](https://discuss.elastic.co/u/Stevek)
#### Post date: [September 8, 2020, 9:54am UTC](https://discuss.elastic.co/t/host-keyword-shows-no-value/247864/1 "2020-09-08T09:54:47Z")

</div>

Hello all,

I am currently struggling to get my host.keyword working for filtering the nodes in dashboard.

From the discovery tab it is visible there are 3 different values within host(image1), but host.keyword only provides one old value(no longer used-image2).

I tried to flush and delete the index in kibana as well with no help.

![image](https://us1.discourse-cdn.com/elastic/original/3X/c/f/cf567efcb44b8bb7a1549be535cf65e4260bc9b0.png)  
 ![image](https://us1.discourse-cdn.com/elastic/original/3X/5/2/5250fa1ac350ce336db5b5a6174020826ccd7c62.png)

Have you ever experienced such an issue? Could you help with investigation of why is that happening please?

Thank you in advance,  
Stefan

---

<div class="post-metadata">

### Author: ![wylie](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/wylie/32/81794_2.png) [@wylie](https://discuss.elastic.co/u/wylie)
#### Post date: [September 10, 2020, 10:29pm UTC](https://discuss.elastic.co/t/host-keyword-shows-no-value/247864/2 "2020-09-10T22:29:43Z")

</div>

It sounds like you've made some changes to the indexed data, so first you should verify that the `host` and `host.keyword` fields are actually matching. What happens when you run this in dev tools?:

```auto
POST myindex/_search
{
  "_source": ["host"],
  "docvalue_fields": ["host.keyword"],
  "size": 500
}

```

---

<div class="post-metadata">

### Author: ![Stevek](https://avatars.discourse-cdn.com/v4/letter/s/839c29/32.png) [@Stevek](https://discuss.elastic.co/u/Stevek)
#### Post date: [September 11, 2020, 6:10am UTC](https://discuss.elastic.co/t/host-keyword-shows-no-value/247864/3 "2020-09-11T06:10:59Z")

</div>

Yes I did change the input value for host field from my data sources.  
I see the old values there for host and host.keyword, not sure why :

```
"_source" : {
          "host" : "azurewest"
        },
        "fields" : {
          "host.keyword" : [
            "azurewest"

```

They match, but differs from what my data provides.

---

<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: [October 9, 2020, 6:11am UTC](https://discuss.elastic.co/t/host-keyword-shows-no-value/247864/4 "2020-10-09T06:11:05Z")

</div>

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