Hi,

No one knows ? I can't imagine that no one hasn't done a query on a string 
containing a "=" character in it.

Maybe my question is not clear enough. If so, please tell me where, I'll 
try to make it clearer.

Many thanks,

Le samedi 15 mars 2014 00:02:08 UTC+1, Guillaume Loetscher a écrit :
>
> Hello,
>
> I'm trying to do a query search containing an equal ("=") character in it.
>
> I've got plenty of logs looking like this :
>
> <22>postfix/smtpd[9136]: E4A4E34AA5: 
> client=localhost.localdomain[127.0.0.1]
>
> I want to query all messages that haven't been posted from 
> "localhost.localdomain".
>
> I've looked at the query 
> documentation<http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html>here
>  and tried multiple queries in Kibana and through a "curl" command, but 
> no luck.
>
> Right now, I've did this query : -"client=localhost.localdomain", but no 
> luck, it keeps giving me answers with this precise string.
>
> I also tried to protect the "=" character with a backslash.
>
> How is it possible to do a query search with this character ?
>
> Thanks a lot,
>

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/60540866-127a-4bf0-9085-2cea4a8a6401%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to