Fleet’s built-in queries for collecting and storing important device information.
Apple
Linux
Windows
ChromeOS
Google Chrome profiles
Retrieves the email address of Google Chrome profile on a host.
SELECT
email
FROM google_chrome_profiles
WHERE NOT ephemeral AND email <> ''
This query uses the google_chrome_profiles
data table. Learn more
Vitals