Skip to content

Commit

Permalink
Merge pull request #385 from splunk/fix/f5
Browse files Browse the repository at this point in the history
Correct log path
  • Loading branch information
Ryan Faircloth authored and GitHub committed Mar 27, 2020
2 parents d3c7c77 + 644a29d commit 7568570
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package/etc/conf.d/filters/f5/bigip.conf.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
filter f_f5_bigip {
match("^f5_bigip", value("fields.sc4s_vendor_product"));
match("^f5_bigip", value("fields.sc4s_vendor_product"))
or
program("tmsh")
or program("mcpd")
or program("tmm\d?")
or program('^,f5_irule');
};
filter f_f5_bigip_message {
message(
Expand Down
1 change: 1 addition & 0 deletions package/etc/conf.d/log_paths/lp-f5_bigip.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ log {
channel {
# Listen on the default port (typically 514) for F5_BIGIP traffic
source (s_DEFAULT);
filter(f_f5_bigip);
flags(final);
};
};
Expand Down

0 comments on commit 7568570

Please sign in to comment.