Graylog2 / graylog2-server

Free and open log management
https://www.graylog.org
Other
7.33k stars 1.06k forks source link

Search do not include escaped characters #576

Closed tleveque23 closed 9 years ago

tleveque23 commented 10 years ago

In my search string I used message:"Handling:" I used the '\' to escape the ':' character. But Graylog seams to ignore that. It return me everything that include the "Handling" string. With or without the ':' after. I think this is a bug.

We are using: Server and graylog2-web-interface v0.20.2

kroepke commented 10 years ago

this is unfortunately related to how the data is analyzed when written to elasticsearch. we know that this can greatly confused users and are working on making this more obvious.

On Tue, Jun 10, 2014 at 4:35 PM, tleveque23 notifications@github.com wrote:

In my search string I used message:"Handling:" I used the '\' to escape the ':' character. But Graylog seams to ignore that. It return me everything that include the "Handling" string. With or without the ':' after. I think this is a bug.

We are using: Server and graylog2-web-interface v0.20.2

— Reply to this email directly or view it on GitHub https://github.com/Graylog2/graylog2-server/issues/576.

bernd commented 9 years ago

Closing this as we cannot do anything about it right now. Sorry.