surveilr_osquery_ms_node_installed_software

Column Type PK Required Default
node_key No No
updated_at NUM No No
host_identifier No No
name No No
source No No
type No No
version No No
platform No No

Foreign Keys

No data

Indexes

No data

SQL DDL

CREATE TABLE surveilr_osquery_ms_node_installed_software(
  node_key,
  updated_at NUM,
  host_identifier,
  name,
  source,
  type,
  version,
  platform
)