Skip to content

Instantly share code, notes, and snippets.

View mcphersoncreative's full-sized avatar

Bart McPherson mcphersoncreative

  • McPherson Creative LLC
  • Cleveland, OH
View GitHub Profile
input {
## WebLogic Server Log
file {
type => "weblogic"
path => [ "/var/log/weblogic/domain/managedserver.log" ]
codec => multiline {
pattern => "^####"
negate => true
what => previous
}