Skip to content

Commit

Permalink
Correct vendor product for infoblox threat type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth authored and GitHub committed Mar 5, 2020
2 parents 649250f + 890280a commit e02eeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/etc/conf.d/log_paths/lp-infoblox.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ log {
} elif {
filter{program("threat-protect-log")};
rewrite {
set("infoblox_dns", value("fields.sc4s_vendor_product"));
set("infoblox_threat", value("fields.sc4s_vendor_product"));
set("${PROGRAM}", value(".PROGRAM"));
subst('^\/(?:[^\/]+\/)+', "" , value(".PROGRAM"));
r_set_splunk_dest_default(sourcetype("infoblox:threat"), index("netids"), source("program:${.PROGRAM}"))
Expand Down

0 comments on commit e02eeb5

Please sign in to comment.