I just noticed that I had to escape my back slashes in my post above. Would you mind taking a look again? Thanks!
The spaces in the mapping are probably a copy/paste error, as there was no other mapping for the field in the mapping.
I can check tomorrow just to be sure
In case you haven't found a solution yet, in Kibana 4.1.2 I had an issue with the query where my search string was turned into lowercase before Kibana queries Elasticsearch.
I fixed it by changing the query:queryString options (Settings -> Advanced) to:
{ "analyze_wildcard": true, "lowercase_expanded_terms": false }
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.