Skip to content

Commit

Permalink
Update bigip.conf
Browse files Browse the repository at this point in the history
Add template logic for `store_raw_message` flag
  • Loading branch information
mbonsack authored and GitHub committed Mar 27, 2020
1 parent 91f2cfc commit cdc1f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/etc/conf.d/filters/f5/bigip.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ filter f_f5_bigip_message {
parser f_f5_bigip_message {
syslog-parser(
template("$1 $2")
flags(guess-timezone,assume-utf8,store-raw-message)
flags(guess-timezone,assume-utf8,{{- if (conv.ToBool (getenv "SC4S_SOURCE_STORE_RAWMSG" "no")) }} store-raw-message {{- end}})
);
};
};

0 comments on commit cdc1f9c

Please sign in to comment.