This looks like it's a bug, we have an open issue for it here. Do you have any other index patterns in kibana? Are you using a template with your elasticsearch output?
What may be a factor here is that we are using the mapper-size plugin. So, each document is being indexed with an '_size' field. Kibana sees this as type 'unknown' and so i presume that is the trigger for what I'm seeing?
Hi,
I think I've resolved this. I had fields in my template, including @timestamp which were set to:
"index" : "not_analyzed"
Reading the 5.x docs more closely i realised that while types have changed to mapping definitions for field analysis have changed as a result. So, changing that to true, ensuring that string type mapping were set correctly (keyword/text) and then recreating the index and kibana index pattern allowed the discover interface to start working.
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.