Hi, I'm trying to remove the suggestions in kibana filter having .keyword in the suggestions. I'm uploading the image for reference, we should eliminate the highlighted suggestions
Hi Kota, can you give a bit more information on why you want to remove these? By default Elasticsearch maps text fields to text and keyword fields, so by specifying a text-only mapping without keyword would stop it being available. But this would impact your ability to perform aggregations against these fields.