Skip to content

Commit 10f77bb

Browse files
authored
Update 10-syslog-filter.conf
1 parent f468502 commit 10f77bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
filter{
22
grok{
33
match => {
4-
"message" => "(%{TIMESTAMP_ISO8601}) (%{SYSLOGHOST}) (%{SYSLOGPROG}:) (?=%{GREEDYDATA:message})"
4+
"message" => "(%{TIMESTAMP_ISO8601:zaman}) (%{SYSLOGHOST:konuk}) (%{SYSLOGPROG:program}:) (?=%{GREEDYDATA:kayit})"
55
}
66
}
7-
}
7+
}

0 commit comments

Comments
 (0)