Hey all, having a very frustrating issue with an upgraded install and Kibana 4.3.0. I frequently get:
There's a lot of documents in the logstash index and if I refresh the window results come up. But if I try to do a free text search, or change the date range, or look at it cross eyed it will come up No results found.
Someone suggested I inspect the query it was sending but it doesn't show the query when no results are issued.
Thoughts on troubleshooting it are greatly appreciated! Thank you!
Just to add - basic config:
ELK running on one box (plenty of disk space)
One replica setup on a spare box just to make all the lights green
After a lot quite a bit of study I determined the issue and am sharing in case anyone else runs into it.
I had received a mapping and that mapping had set the string values as not_analyzed. This resulted in future indexes losing the ability to search outside of whole fields. If you run into this, check your _mapping and _template settings for fields or default values set as not_analyzed.
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.