Hi there.
I'm trying to use grok for the first time to parse a line log like this:
Mar 15 10:45:13 myapp.com myapp: [Info] <99999999999999> /path/path1: [10.255.255.255:99999] POST /our_queue/worker/import? 204
In the Dev tools, with this syntax
%{SYSLOGTIMESTAMP:timestamp} %{SYSLOGHOST:host.hostname} %{DATA:process.name}(:)
%{LOGLEVEL:log-level} %{GREEDYDATA:message}
But is not working. The Debugger should recognize these predefined patterns, no?