For correlating accounts (from DB Import) to Users, I am using advanced config due to transforms. Tried a few options but only a few accounts are getting correlated. The first rule with "admin." prefix is working and correlated but the next rules ar...
HelloThe active directory endpoint is pulling accounts in the form priv.john.moore but we have another application that has same accounts, but with a prefix like HQOffice\priv.john.moore. Is it possible to link these 2 accounts? Can this be establish...
I am importing child entitlement (Server) as entitlement2 along with its parent "Groups" entitlement as entitlement1 from an Asset system using DB Connector. The entitlements are getting created within the new Asset endpoint and linked hierarchaly. H...
We are importing admin accounts from a new application but no way to correlate to User schema. But we do have the same admin accounts in our other endpoints like AD, Unix, O365 etc., already correlated to Users. Can we leverage these correlated endpo...
Hello,I have Owners available for Servers from the Asset Application, as "firstname.lastname". I am not able to map these to entitlementvalues.entowner1 on the entitlement DB import because the import is expecting Username, which is in number format....
how to escape back slash is analytics report? The below works in data analyzer but getting only top 100 rows, but the same query does not work in Analytics reportselect a.name, u.usernamefrom accounts a inner join users uon concat(u.firstname,'.',u.l...
I pushed this logic to source database and populating the account CP28 with right format on DB Import. New correlation rule has been defined as below but its very weird that no correlation is happening at all now.lower(substring_index(users.email,'@'...