Adding looser/more logstash sources, and fixing a git error with older versions of ansible
This commit is contained in:
@@ -8,13 +8,17 @@ input {
|
||||
port => 5514
|
||||
type => "linux-syslog"
|
||||
}
|
||||
}
|
||||
filter {
|
||||
grok {
|
||||
type => "linux-syslog"
|
||||
pattern => "%{SYSLOGLINE}"
|
||||
file {
|
||||
type => "syslog"
|
||||
path => [ "/var/log/*.log", "/var/log/messages", "/var/log/syslog", "/var/log/nginx/*.log" ]
|
||||
}
|
||||
}
|
||||
#filter {
|
||||
# grok {
|
||||
# type => "linux-syslog"
|
||||
# pattern => "%{SYSLOGLINE}"
|
||||
# }
|
||||
#}
|
||||
# Define outputs
|
||||
output {
|
||||
# send events to stdout for easy debugging
|
||||
|
||||
Reference in New Issue
Block a user