Hi,
I wonder what is the best way to query.
Currently I write a query like this :
"@fields.ip:127.0.0.1 OR @fields.ip:123.456.789.0"
But I can get same results by using a query like this "127.0.0.1 OR 123.456.789.0".
Use "@fields" to query in a specific field is quicker isn't it ?
"127.0.0.1 OR 123.456.789.0" queries in @message ?
Thank you for the answer,
jsm-oxa