05 Mar 2025 02:28 PM
Hi all,
Fairly useless with DQL, so wondering if anyone know how we can grab a list of servers which have recently had OneAgent installed. This is something we can see in Deployment Status App, but I can't open it in other apps such as Notebooks to grab the DQL
Many thanks!
Solved! Go to Solution.
06 Mar 2025 12:00 AM
@t_thi Please try below and look for the start date in the lifetime field. lifetime field stores the first and last observation timestamp of an entity
fetch dt.entity.host
| fieldsAdd lifetime
| sort lifetime desc
07 Mar 2025 09:25 AM
That's worked great thanks for your time and help @p_devulapalli!