XQL query search for "Connection Lost" computers

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

XQL query search for "Connection Lost" computers

L3 Networker

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?

1 accepted solution

Accepted Solutions

L4 Transporter

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.

JM

View solution in original post

2 REPLIES 2

L4 Transporter

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.

JM

L3 Networker

It works - thank you!

  • 1 accepted solution
  • 284 Views
  • 2 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!