Hi,
My error log contains lines like:
exception 'RedisException' with message '127.0.0.1:13635 connection closed'
The log field in not_analyzed and I'm trying to match the IP and the port using a simple regex but I'm not getting any match.
The regex filter is
message:".'127.0.0.1:[0-9]+ ."
message:".'127\.0\.0\.1:[0-9]+ ."
What am I doing wrong here ? I'm using ES 1.6 with Kibana 4.1.1