Case sensitivity

On Wed, 2012-01-04 at 05:41 -0800, GambitK wrote:

I'm using elasticsearch-head to do direct searches on an index that
was created by graylog2.
My options for search are: term, wildcard, prefix, fuzzy, range and
query_string.

Then try the query_string query

You can read more about them here:

and see this tutorial:

clint