Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
addon type rex correction
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhemmarchand committed Aug 21, 2016
1 parent abbc045 commit 68647d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default/props.conf
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ EXTRACT-splunk_home = (?i).+\w*\sRoot\sDirectory\s\(\$SPLUNK_HOME\)\:\s{0,}(?P<s
# For nmon-logger
EXTRACT-nmon_home = (?i).+\w*\sRoot\sDirectory\s\(\$NMON_VAR\)\:\s{0,}(?P<nmon_var>[a-zA-Z0-9\/\\\-\_\.\:]+)\s
EXTRACT-operating_system = (?i).+Guest\sOperating\sSystem\:\s{0,}(?P<operating_system>[a-zA-Z0-9]+)\s
EXTRACT-addon_type = (?i).+addon\stype\:\s[\w|\/]*\/(?<addon_type>[a-zA-Z|\-\_]*)\s
EXTRACT-addon_type = (?i).*addon\s*type:\s.*\/(?<addon_type>[a-zA-Z0-9|\-\_]+)\s
EXTRACT-addon_version = (?i).+addon\sversion\:\s{0,}(?P<addon_version>[a-zA-Z0-9\.]+)\s
EXTRACT-python_version = (?i).+Python\sversion\:\s{0,}(?P<python_version>[a-zA-Z0-9\.]+)\s
EXTRACT-perl_version = (?i).+Perl\sversion\:\s{0,}(?P<perl_version>[a-zA-Z0-9\.]+)\s
Expand Down

0 comments on commit 68647d7

Please sign in to comment.