Skip to content

Commit

Permalink
Merge pull request #29 from CWempe/cs_cisco-asa
Browse files Browse the repository at this point in the history
Add color scheme cisco_asa
  • Loading branch information
folkertvanheusden authored Jun 17, 2024
2 parents dec9e54 + 6a6dc55 commit c9612a6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions multitail.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9612a6

Please sign in to comment.