I want to use Regex in the "match criteria" for services, here is my Regex and example of service name :
Regex :
Code: Select all
^\[.*\]\s\[(.*)\]\s\[(.*)\]\s\[(lmstat)\](.*(lmgrd))$Code: Select all
[thing] [stuff] [26009] [tech] SIMULIA Isight v2017 VAd lmgrdI want to match lines with "tech" present and "lmgrd" NOT present at the end
I miss the negative lookahead in the Regex, but I don't know where to put it ...
Thanks for your help