RegEx - Alle Services ausser der mit dem String "Matrix42" beginnt

Moin,

kann mir jemand einen Tip dazu geben? Ich möchte in der EventConsole nur die Logs angezeigt bekommen, die nicht mit “Matrix42” beginnen… Danke vorab!

VG

Moin,

propier doch mal den den Ausdruck:

^Log (?!(Matrix42)$).+$

Viele Grüße,
Christian

1 Like

Moin,

wenn ich diese regex bei “restricted logfiles” koommt leider gar nichts mehr rein…
Oder ist der Eintrag dort falsch platziert?

VG
Dennis

Logname: Matrix42.Platform

RegEx dann so:

(?!Matrix42.Platform) .

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.