cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Get List of Servers Recently Added

t_thi
Visitor

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!

2 REPLIES 2

p_devulapalli
Champion

@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

 

Phani Devulapalli

That's worked great thanks for your time and help @p_devulapalli!

Featured Posts