Skip to content

Commit

Permalink
Add tool_name field to ps-intake.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Dec 14, 2023
1 parent d5bd7a0 commit 28d0042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/ps-intake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ filter {
copy => { "@timestamp" => "ingest_timestamp" }
copy => { "[test][spec][source]" => "src_host" }
copy => { "[test][spec][dest]" => "dest_host" }
copy => { "[tool][name]" => "tool_name" }
rename => { "id" => "[@metadata][id]" }
}

Expand Down

0 comments on commit 28d0042

Please sign in to comment.