The correct regex to capture the name of the server in “the server webserver3.domain.com is down” would be:
Select an option, then click Submit answer.
-
○
.*(\w+\.\w+\.\w+).*
-
○
The server (.*)\s.*
-
○
.*\s(\w+\.\w+\.\w+).*
-
○
the server (.*).*
