Skip to content

Commit

Permalink
added missing quoate
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-grabau committed May 2, 2024
1 parent 8fb3bd8 commit 9d8b027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/processors/api_security_skyhigh.scp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ filter {
mutate {
add_field => { "[event][module]" => "skyhigh" }
add_field => { "[event][dataset]" => "skyhigh.scp" }
copy => { "message => "[event][original]" }
copy => { "message" => "[event][original]" }
strip => ["message"]
}
if ![message] or [message] == "" {
Expand Down
2 changes: 1 addition & 1 deletion config/processors/syslog_security_skyhigh.swg.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ filter {
mutate {
add_field => { "[event][module]" => "skyhigh" }
add_field => { "[event][dataset]" => "skyhigh.swg" }
copy => { "message => "[event][original]" }
copy => { "message" => "[event][original]" }
}
grok {
tag_on_failure => "_parsefailure_header"
Expand Down

0 comments on commit 9d8b027

Please sign in to comment.