schema:Osquery.Batchdescription:Batch contains all the data included in OsQuery batch logsreferenceURL:https://osquery.readthedocs.io/en/stable/deployment/logging/fields: - name:calendarTimerequired:truedescription:The time of the event (UTC).type:timestamptimeFormats: - '%a %b %d %H:%M:%S %Y %Z' - '%a %b %d %H:%M:%S %Y %Z'isEventTime:true - name:counterrequired:true description: '''counter'' can be used to identify if the added records are all records from initial query of if they are new records. For initial query results that includes all records counter will be ''0'''
type:bigint - name:decorationsdescription:Decorationstype:json - name:diffResultsrequired:truedescription:Computed differences.type:objectfields: - name:addeddescription:Added fieldtype:arrayelement:type:json - name:removeddescription:Removed fieldtype:arrayelement:type:json - name:epochrequired:truedescription:Epoch. When 'epoch' changes, counter will be reset back to 0.type:bigint - name:hostnamerequired:truedescription:Hostnametype:stringindicators: - hostname - name:namerequired:truedescription:Nametype:string - name:unixTimerequired:truedescription:Unix epochtype:bigint
Osquery.Differential
Differential contains all the data included in Osquery differential logs.
schema:Osquery.Differentialdescription:Differential contains all the data included in OsQuery differential logsreferenceURL:https://osquery.readthedocs.io/en/stable/deployment/logging/fields: - name:actionrequired:truedescription:Action is the type of the eventtype:string - name:calendarTimerequired:truedescription:The time of the event (UTC).type:timestamptimeFormats: - '%a %b %d %H:%M:%S %Y %Z' - '%a %b %d %H:%M:%S %Y %Z'isEventTime:true - name:columnsrequired:truedescription:Columnstype:json - name:counter description: '''counter'' can be used to identify if the added records are all records from initial query of if they are new records. For initial query results that includes all records counter will be ''0'''
type:bigint - name:decorationsdescription:Decorationstype:json - name:epochrequired:truedescription:Epoch. When 'epoch' changes, counter will be reset back to 0.type:bigint - name:hostIdentifierrequired:truedescription:HostIdentifiertype:stringindicators: - hostname - name:logTypedescription:LogTypetype:string - name:log_typedescription:LogUnderscoreTypetype:string - name:namerequired:truedescription:Nametype:string - name:unixTimerequired:truedescription:UnixTimetype:bigint - name:logNumericsAsNumbersdescription:LogNumericsAsNumberstype:boolean
Osquery.Snapshot
Snapshot contains all the data included in Osquery differential logs.
schema:Osquery.Snapshotdescription:Snapshot contains all the data included in OsQuery differential logsreferenceURL:https://osquery.readthedocs.io/en/stable/deployment/logging/fields: - name:calendarTimerequired:truedescription:The time of the event (UTC).type:timestamptimeFormats: - '%a %b %d %H:%M:%S %Y %Z' - '%a %b %d %H:%M:%S %Y %Z'isEventTime:true - name:unixTimerequired:truedescription:UnixTimetype:bigint - name:actionrequired:truedescription:Action is the type of the eventtype:string - name:counterrequired:true description: '''counter'' can be used to identify if the added records are all records from initial query of if they are new records. For initial query results that includes all records counter will be ''0'''
type:bigint - name:decorationsdescription:Decorationstype:json - name:epochrequired:truedescription:Epoch. When 'epoch' changes, counter will be reset back to 0.type:bigint - name:hostIdentifierrequired:truedescription:HostIdentifier. By default it's the hostname'type:stringindicators: - domain - name:namerequired:truedescription:Nametype:string - name:snapshotdescription:Snapshottype:arrayelement:type:json
Osquery.Status
Status is a diagnostic osquery log about the daemon.