Kibana query exact match

smace picture smace · Sep 8, 2014 · Viewed 48.3k times · Source

I would like to know how to query a field to exactly match a string.

I'm actually trying to query like this:

url : "http://www.domain_name.com"

Which returns all string starting with http://www.domain_name.com .

Answer

MarkD picture MarkD · Nov 14, 2014

I had a similar issue, and ifound that ".raw" fixed it - in your example, try

url.raw : "http://www.domain_name.com"