Skip to content

Instantly share code, notes, and snippets.

@pinnokio
Forked from nside/gist:8078726
Last active August 29, 2015 14:13
Show Gist options
  • Save pinnokio/63232e572400ee94fd73 to your computer and use it in GitHub Desktop.
Save pinnokio/63232e572400ee94fd73 to your computer and use it in GitHub Desktop.

Revisions

  1. @nside nside created this gist Dec 22, 2013.
    5 changes: 5 additions & 0 deletions gistfile1.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    filter {
    grok {
    match => [ "message", "%{TIMESTAMP_ISO8601:ts} \[%{USERNAME:spider}\] %{LOGLEVEL:level}: Crawled %{NUMBER:pages2:int} pages \(at %{NUMBER:pages_rate2:int%} pages/min\), scraped %{NUMBER:items2:int} items \(at %{NUMBER:items_rate2:int%} items/min\)" ]
    }
    }