I've a log file (http://codepad.org/vAMFhhR2), and I want to extract a specific number out of it (line 18)
I wrote a custom pattern grok filter, tested it on http://grokdebug.herokuapp.com/, it works fine and extracts my desired value.
here's how logstash.conf looks like (http://codepad.org/FxY8ZXUa)
but it doesn't match any record from the same log on Kibana
In Logstash the grok must match all fields and then you can extract the particular you want. The grokdebug you provided just ignores other fields besides the one you specified.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.