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.
Have you ever experienced such an issue? Could you help with investigation of why is that happening please?
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?:
POST myindex/_search
{
"_source": ["host"],
"docvalue_fields": ["host.keyword"],
"size": 500
}
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.