We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f468502 commit 10f77bbCopy full SHA for 10f77bb
logstash/conf.d/10-syslog-filter.conf
@@ -1,7 +1,7 @@
1
filter{
2
grok{
3
match => {
4
- "message" => "(%{TIMESTAMP_ISO8601}) (%{SYSLOGHOST}) (%{SYSLOGPROG}:) (?=%{GREEDYDATA:message})"
+ "message" => "(%{TIMESTAMP_ISO8601:zaman}) (%{SYSLOGHOST:konuk}) (%{SYSLOGPROG:program}:) (?=%{GREEDYDATA:kayit})"
5
}
6
7
-}
+}
0 commit comments