Skip to content

Commit

Permalink
Issue #34. Removed Nginx filter from logstash.conf.erb.
Browse files Browse the repository at this point in the history
  • Loading branch information
moofrank committed Dec 8, 2015
1 parent 26013d1 commit 0f1b01d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions templates/default/logstash/logstash.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@ filter {
}
}

if [type] == "nginx-access" {
grok {
patterns_dir => ["./config/patterns"]
match => ["message", "%{NGINXACCESS}" ]
}
date {
match => [ "timestamp", "dd/MMM/yyyy:HH:mm:ss Z", "dd/MMM/yyyy:HH:mm:ss" ]
}
}
}


Expand Down

0 comments on commit 0f1b01d

Please sign in to comment.