- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-20-2025 05:21 AM
Hello Aspatil,
I mean can XDR send an email alert when a specific PC checks in with the XDR servers?
Thanks for your help.
03-20-2025 06:15 AM
Thanks for the heads up. We only need to do this for one laptop. We need to know when it comes online so we can find it.
03-20-2025 06:28 AM
Hi @evansbc1, you could try a correlation rule using this XQL:
dataset = endpoints
| filter endpoint_status = ENUM.CONNECTED and endpoint_name = "YourHostname"
Schedule the rule to run every 10 minutes and you will have an alert when it's online. Then you can create an Automation Rule when this alert is generated, and send a notification email or slack message if you have it.
If this post answers your question, please mark it as the solution.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!