XQL to get details of endpoints installed in last 12 hrs

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 to get details of endpoints installed in last 12 hrs

L3 Networker

Hi Team,

 

Need to build a report, hence need help with the XQL query to get the endpoints installed in the last 12 hrs.

 

Regards,

Shahwaz

 

 

1 accepted solution

Accepted Solutions

L4 Transporter

Hi @Shahwaz_Md, thanks for reaching us using the Live Community.

Please try this query, you can change or add the fields as you need:

 

dataset = endpoints 
| filter timestamp_diff(current_time(),first_seen,"hour")<=12
| fields endpoint_name, operating_system, os_version , agent_version , content_version, user , ip_address

 

Let me know if this works. Thanks

JM

View solution in original post

3 REPLIES 3

L4 Transporter

Hi @Shahwaz_Md, thanks for reaching us using the Live Community.

Please try this query, you can change or add the fields as you need:

 

dataset = endpoints 
| filter timestamp_diff(current_time(),first_seen,"hour")<=12
| fields endpoint_name, operating_system, os_version , agent_version , content_version, user , ip_address

 

Let me know if this works. Thanks

JM

L3 Networker

Thanks!! It works

L4 Transporter

Hello Shahwaz,


Apart from this you can create a report by going to Dashboard & Repors --> Report templates--> New Template.

Look for Number of installed agents in the Widgets Library and configured the same as per your requirements.

aspatil_0-1708701332403.png

 

Ashutosh Patil
  • 1 accepted solution
  • 388 Views
  • 3 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!