|
I know that in general, regular expressions in Splunk use PCRE (or a modified PCRE for matching in props.conf source stanza headings). If I set SEDCMD in props.conf, e.g.:
is the |
|
SEDCMD uses PCRE regex and thus is equivalent to sed -r
|
