Untitled
// fetch all LINUX hosts that run Java processes // using a mix of classicEntitySelector and native DQL filters fetch dt.entity.host | filter in (id, classicEntitySelector("type(host),toRelationship.isProcessOf(type(PROCESS_GROUP_INSTANCE),softwareTechnologies(JAVA))")) | fieldsAdd osType | filter osType == "LINUX"
Leave a Comment