fleet/schema/tables/sntp_request.yml
Rachael Shaw 895d4bc2f7
Use "Fleet's agent (fleetd)" naming in the docs (#18138)
For #16512

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
2024-04-29 11:12:03 -05:00

21 lines
729 B
YAML

name: sntp_request
platforms:
- darwin
- windows
- linux
description: Allows querying the timestamp and clock offset from a SNTP server (in millisecond precision).
columns:
- name: server
type: text
required: true
description: Address of the SNTP server to query.
- name: timestamp_ms
type: bigint
required: false
description: Timestamp returned by the SNTP server in milliseconds.
- name: clock_offset_ms
type: bigint
required: false
description: Offset between the host's time and the SNTP time in milliseconds.
notes: This table is not a core osquery table. It is included as part of Fleet's agent ([fleetd](https://fleetdm.com/docs/get-started/anatomy#fleetd)).
evented: false