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.

Who rated this post

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

Who rated this post