Retrieves the current version of the running osquery in the target system and where the configuration was loaded from.: OS version will tell which distribution the OS is running on, allowing to detect the main distribution
Query:
select * from os_version;Additional Query Info:
Version: 1.4.5
Interval: 86400
JSON:
{ "queries": { "os_version": { "query" : "select * from os_version;", "interval" : "86400", "platform" : "", "version": "1.4.5", "description" : "Retrieves the current version of the running osquery in the target system and where the configuration was loaded from.", "value" : "OS version will tell which distribution the OS is running on, allowing to detect the main distribution" } } }