mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
- don't keep a default config
This commit is contained in:
parent
0a8a2e8c59
commit
52eb376ffb
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
|||
input {
|
||||
file {
|
||||
path => [ "/var/log/messages", "/var/log/*.log" ]
|
||||
type => "linux-syslog"
|
||||
}
|
||||
}
|
||||
|
||||
filter {
|
||||
grok {
|
||||
type => "linux-syslog"
|
||||
pattern => "%{SYSLOGLINE}"
|
||||
}
|
||||
|
||||
date {
|
||||
type => "linux-syslog"
|
||||
timestamp => "MMM dd HH:mm:ss"
|
||||
timestamp8601 => ISO8601
|
||||
}
|
||||
}
|
||||
output {
|
||||
stdout {
|
||||
#debug => true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue