graylog-labs / graylog2-web-interface

[DEPRECATED]
https://www.graylog.org/
611 stars 174 forks source link

Special Character double escaping bug #1654

Closed gruselglatz closed 8 years ago

gruselglatz commented 8 years ago

Hi,

we have to search messages that have a => or <= in the message section, here are my searches:

application_name:exim AND => leads to: "query": "application_name:exim AND =>", application_name:exim AND "=>" leads to: "query": "application_name:exim AND \"=>\"", application_name:exim AND '=>' leads to: "query": "application_name:exim AND '=>'", application_name:exim AND \=> leads to: "query": "application_name:exim AND \=>",

i've tried some more and even with the message: field but i will never get the right messages. Is this a Bug or do i search wrong? Example Msg: 2015-10-22 10:17:23 asdf-asdf-RT <= xyz@xyz.at H=xyz.net [xxx.xxx.xxx.xxx] P=esmtp S=xyz

Thanks

joschi commented 8 years ago

@renapu Kindly post general support questions to our mailing list or join #graylog on Freenode.