I am using elasticsearch/kibana - 7.9.8 and I am trying create a suggestions API using search_as_you_type data type. However, when I add the mapping to the index with certain fields as search_as_you_type kibana index pattern identified those fields as 'unknown' as shown in the below picture which I think end up kibana not being able to discover the indexed documents using an index pattern.
Right now Kibana doesn't have support for search_as_you_type. Depending on what you want to do exactly, to work with the values in Kibana you could index them as another field type along with the search_as_you_type type (keyword and/or text make the most sense).
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.