Skip to content

Commit

Permalink
changed field name
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen Goswami committed Nov 30, 2018
1 parent e9cfeaa commit b69db51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest/operations/pipelines/cf-platform-es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
# Manually parse the log for RFC5424
grok {
break_on_match => true
match => { "@raw" => "%{SYSLOG5424LINE}" }
match => { "@message" => "%{SYSLOG5424LINE}" }
}
if [syslog5424_ts] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ filter {
# Manually parse the log for RFC5424
grok {
break_on_match => true
match => { "@raw" => "%{SYSLOG5424LINE}" }
match => { "@message" => "%{SYSLOG5424LINE}" }
}

if [syslog5424_ts] {
Expand Down

0 comments on commit b69db51

Please sign in to comment.