- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
02-23-2024 06:19 AM
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
02-23-2024 06:32 AM
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
02-23-2024 06:32 AM
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
02-23-2024 07:15 AM
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.
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!