Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 21st, 2012  |  syntax: None  |  size: 0.52 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. filter {
  2.         # PHP stack trace (start)
  3.  
  4.         multiline {
  5.                 type    => "syslog"
  6.                 pattern => "Stack trace:"
  7.                 what    => "previous"
  8.         }
  9.  
  10.         multiline {
  11.                 type    => "syslog"
  12.                 pattern => "#\d "
  13.                 what    => "previous"
  14.         }
  15.  
  16.         multiline {
  17.                 type    => "syslog"
  18.                 pattern => "thrown in "
  19.                 what    => "previous"
  20.         }
  21.  
  22.         # PHP stack trace (stop)
  23. }