diff --git a/multitail.conf b/multitail.conf index 0e2105b..3e159ef 100644 --- a/multitail.conf +++ b/multitail.conf @@ -1138,6 +1138,26 @@ cs_re:red,,bold:error cs_re:red,,bold:high alarm cs_re:yellow,,bold:low alarm +# Cisco ASA +# This and is mainly for VPN logs. +# The colorscheme cisco_ios should be used after this one. +colorscheme:cisco_asa +# User +cs_re_s:magenta,,bold:User <(\w+?)> +cs_re_s:magenta,,bold:Username: (\w+?) +cs_re_s:magenta,,bold:User=(\w+?) +cs_re_s:magenta,,bold:Username = (\w+?) +cs_re_s:magenta,,bold:LOCAL\\(\w+?) +# GroupPolicy +cs_re_s:blue,,bold: Group <(\S+?)> +cs_re_s:blue,,bold: Group = (\S+?) +cs_re_s:blue,,bold:GroupPolicy <(\S+?)> +# TunnelGroup +cs_re_s:cyan,,bold:TunnelGroup <(\S+?)> +# Assigned IP +cs_re_s:green,,bold:IPv4 Address <([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})> +cs_re_s:green,,bold: Assigned IP=([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}) + # # colorscript: colorscripts are external scripts that decide what colors to use # for input they receive the line that needs colors