Fleet’s built-in queries for collecting and storing important device information.
Apple
Linux
Windows
ChromeOS
Osquery flags
Retrieves the values of osquery configuration flags related to query scheduling, configuration updates, and logging intervals for active processes.
SELECT
name, value
FROM osquery_flags
WHERE name IN ("distributed_interval", "config_tls_refresh", "config_refresh", "logger_tls_period")
Vitals