- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-19-2024 09:02 AM
Hi,
I'm trying to find a query which will show me computers with status "Connection Lost".
Sadly I'm not able to do this in both preset = host_inventory (can't find the computer which has this status in the Cortex Dashboard) as well as dataset = endpoints where I'm able to find the computer but there is no status in any column.
Could somebody advise please?
04-19-2024 11:17 AM
Hi @Piotr_Kowalczyk , thanks for reaching us using the Live Community.
Please try this XQL Query, add the fields as you need, and any other extra information thay you may require:
dataset = endpoints
| filter endpoint_status = ENUM.CONNECTION_LOST
| fields endpoint_name, ip_address, operating_system, agent_version, last_seen
If this post answers your question, please mark it as the solution.
04-19-2024 11:17 AM
Hi @Piotr_Kowalczyk , thanks for reaching us using the Live Community.
Please try this XQL Query, add the fields as you need, and any other extra information thay you may require:
dataset = endpoints
| filter endpoint_status = ENUM.CONNECTION_LOST
| fields endpoint_name, ip_address, operating_system, agent_version, last_seen
If this post answers your question, please mark it as the solution.
04-22-2024 01:25 AM
It works - thank you!
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!