mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Update Fleet schema overrides (string » text) & regenerate osquery_fleet_schema.json
(#17884)
Changes: - Updated the type of all override columns with `type:string` to `type:text` - Regenerated `osquery_fleet_schema.json`
This commit is contained in:
parent
4103acf3bc
commit
1f1f0ce4d0
@ -3970,7 +3970,7 @@
|
|||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"description": "Path to extension folder. Defaults to '' on ChromeOS",
|
"description": "Path to extension folder. Defaults to '' on ChromeOS",
|
||||||
"type": "STRING",
|
"type": "TEXT",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"required": false,
|
"required": false,
|
||||||
@ -4067,7 +4067,7 @@
|
|||||||
{
|
{
|
||||||
"name": "state",
|
"name": "state",
|
||||||
"description": "1 if this extension is enabled",
|
"description": "1 if this extension is enabled",
|
||||||
"type": "STRING",
|
"type": "TEXT",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"required": false,
|
"required": false,
|
||||||
@ -15143,19 +15143,19 @@
|
|||||||
"name": "trace_id",
|
"name": "trace_id",
|
||||||
"description": "The ID of a trace event",
|
"description": "The ID of a trace event",
|
||||||
"required": false,
|
"required": false,
|
||||||
"type": "string"
|
"type": "text"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "event_type",
|
"name": "event_type",
|
||||||
"description": "The type of event, this can be logEvent, signpostEvent or stateEvent.",
|
"description": "The type of event, this can be logEvent, signpostEvent or stateEvent.",
|
||||||
"required": false,
|
"required": false,
|
||||||
"type": "string"
|
"type": "text"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "format_string",
|
"name": "format_string",
|
||||||
"description": "The format string used to convert variable content into a string for output.",
|
"description": "The format string used to convert variable content into a string for output.",
|
||||||
"required": false,
|
"required": false,
|
||||||
"type": "string"
|
"type": "text"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "activity_identifier",
|
"name": "activity_identifier",
|
||||||
@ -15185,19 +15185,19 @@
|
|||||||
"name": "sender_image_uuid",
|
"name": "sender_image_uuid",
|
||||||
"description": "The UUID of the library, framework, kernel extension, or mach-o image, that originated the event.",
|
"description": "The UUID of the library, framework, kernel extension, or mach-o image, that originated the event.",
|
||||||
"required": false,
|
"required": false,
|
||||||
"type": "string"
|
"type": "text"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sender_image_path",
|
"name": "sender_image_path",
|
||||||
"description": "The full path of the library, framework, kernel extension, or mach-o image, that originated the event.",
|
"description": "The full path of the library, framework, kernel extension, or mach-o image, that originated the event.",
|
||||||
"required": false,
|
"required": false,
|
||||||
"type": "string"
|
"type": "text"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "boot_uuid",
|
"name": "boot_uuid",
|
||||||
"description": "The boot UUID of the event.",
|
"description": "The boot UUID of the event.",
|
||||||
"required": false,
|
"required": false,
|
||||||
"type": "string"
|
"type": "text"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "process_id",
|
"name": "process_id",
|
||||||
@ -15209,7 +15209,7 @@
|
|||||||
"name": "process_image_path",
|
"name": "process_image_path",
|
||||||
"description": "The full path of the process that originated the event.",
|
"description": "The full path of the process that originated the event.",
|
||||||
"required": false,
|
"required": false,
|
||||||
"type": "string"
|
"type": "text"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "timestamp",
|
"name": "timestamp",
|
||||||
@ -15221,7 +15221,7 @@
|
|||||||
"name": "event_message",
|
"name": "event_message",
|
||||||
"description": "The message of the log entry.",
|
"description": "The message of the log entry.",
|
||||||
"required": false,
|
"required": false,
|
||||||
"type": "string"
|
"type": "text"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sender_program_counter",
|
"name": "sender_program_counter",
|
||||||
@ -25617,7 +25617,7 @@
|
|||||||
{
|
{
|
||||||
"name": "hostname",
|
"name": "hostname",
|
||||||
"description": "Network hostname including domain. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy",
|
"description": "Network hostname including domain. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy",
|
||||||
"type": "STRING",
|
"type": "TEXT",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"required": false,
|
"required": false,
|
||||||
@ -25635,7 +25635,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cpu_type",
|
"name": "cpu_type",
|
||||||
"description": "CPU type",
|
"description": "CPU type",
|
||||||
"type": "STRING",
|
"type": "TEXT",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"required": false,
|
"required": false,
|
||||||
@ -25658,7 +25658,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cpu_brand",
|
"name": "cpu_brand",
|
||||||
"description": "CPU brand string, contains vendor and model",
|
"description": "CPU brand string, contains vendor and model",
|
||||||
"type": "STRING",
|
"type": "TEXT",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"required": false,
|
"required": false,
|
||||||
@ -25718,7 +25718,7 @@
|
|||||||
{
|
{
|
||||||
"name": "physical_memory",
|
"name": "physical_memory",
|
||||||
"description": "Total physical memory in bytes",
|
"description": "Total physical memory in bytes",
|
||||||
"type": "STRING",
|
"type": "TEXT",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"required": false,
|
"required": false,
|
||||||
@ -25727,7 +25727,7 @@
|
|||||||
{
|
{
|
||||||
"name": "hardware_vendor",
|
"name": "hardware_vendor",
|
||||||
"description": "Hardware vendor. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy",
|
"description": "Hardware vendor. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy",
|
||||||
"type": "STRING",
|
"type": "TEXT",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"required": false,
|
"required": false,
|
||||||
@ -25736,7 +25736,7 @@
|
|||||||
{
|
{
|
||||||
"name": "hardware_model",
|
"name": "hardware_model",
|
||||||
"description": "Hardware model. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy",
|
"description": "Hardware model. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy",
|
||||||
"type": "STRING",
|
"type": "TEXT",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"required": false,
|
"required": false,
|
||||||
@ -25759,7 +25759,7 @@
|
|||||||
{
|
{
|
||||||
"name": "hardware_serial",
|
"name": "hardware_serial",
|
||||||
"description": "The device's serial number. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy",
|
"description": "The device's serial number. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy",
|
||||||
"type": "STRING",
|
"type": "TEXT",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"required": false,
|
"required": false,
|
||||||
@ -25824,7 +25824,7 @@
|
|||||||
{
|
{
|
||||||
"name": "computer_name",
|
"name": "computer_name",
|
||||||
"description": "Friendly computer name (optional). For ChromeOS, if the extension wasn't force-installed by an enterprise policy this will default to 'ChromeOS' only",
|
"description": "Friendly computer name (optional). For ChromeOS, if the extension wasn't force-installed by an enterprise policy this will default to 'ChromeOS' only",
|
||||||
"type": "STRING",
|
"type": "TEXT",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"required": false,
|
"required": false,
|
||||||
@ -25857,7 +25857,7 @@
|
|||||||
"columns": [
|
"columns": [
|
||||||
{
|
{
|
||||||
"name": "idle_state",
|
"name": "idle_state",
|
||||||
"type": "string",
|
"type": "text",
|
||||||
"description": "Returns \"locked\", \"idle\", or \"active\".",
|
"description": "Returns \"locked\", \"idle\", or \"active\".",
|
||||||
"required": false
|
"required": false
|
||||||
}
|
}
|
||||||
@ -27254,7 +27254,7 @@
|
|||||||
{
|
{
|
||||||
"name": "email",
|
"name": "email",
|
||||||
"required": false,
|
"required": false,
|
||||||
"type": "string",
|
"type": "text",
|
||||||
"description": "Email",
|
"description": "Email",
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"chrome"
|
"chrome"
|
||||||
|
@ -57,7 +57,7 @@ columns:
|
|||||||
- windows
|
- windows
|
||||||
- linux
|
- linux
|
||||||
- name: path
|
- name: path
|
||||||
type: string
|
type: text
|
||||||
description: Path to extension folder. Defaults to '' on ChromeOS
|
description: Path to extension folder. Defaults to '' on ChromeOS
|
||||||
- name: optional_permissions
|
- name: optional_permissions
|
||||||
platforms:
|
platforms:
|
||||||
@ -85,7 +85,7 @@ columns:
|
|||||||
- windows
|
- windows
|
||||||
- linux
|
- linux
|
||||||
- name: state
|
- name: state
|
||||||
type: string
|
type: text
|
||||||
- name: install_time
|
- name: install_time
|
||||||
platforms:
|
platforms:
|
||||||
- darwin
|
- darwin
|
||||||
|
@ -16,15 +16,15 @@ columns:
|
|||||||
- name: trace_id
|
- name: trace_id
|
||||||
description: The ID of a trace event
|
description: The ID of a trace event
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: text
|
||||||
- name: event_type
|
- name: event_type
|
||||||
description: The type of event, this can be logEvent, signpostEvent or stateEvent.
|
description: The type of event, this can be logEvent, signpostEvent or stateEvent.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: text
|
||||||
- name: format_string
|
- name: format_string
|
||||||
description: The format string used to convert variable content into a string for output.
|
description: The format string used to convert variable content into a string for output.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: text
|
||||||
- name: activity_identifier
|
- name: activity_identifier
|
||||||
description: The identifier of the log activity.
|
description: The identifier of the log activity.
|
||||||
required: false
|
required: false
|
||||||
@ -44,15 +44,15 @@ columns:
|
|||||||
- name: sender_image_uuid
|
- name: sender_image_uuid
|
||||||
description: The UUID of the library, framework, kernel extension, or mach-o image, that originated the event.
|
description: The UUID of the library, framework, kernel extension, or mach-o image, that originated the event.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: text
|
||||||
- name: sender_image_path
|
- name: sender_image_path
|
||||||
description: The full path of the library, framework, kernel extension, or mach-o image, that originated the event.
|
description: The full path of the library, framework, kernel extension, or mach-o image, that originated the event.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: text
|
||||||
- name: boot_uuid
|
- name: boot_uuid
|
||||||
description: The boot UUID of the event.
|
description: The boot UUID of the event.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: text
|
||||||
- name: process_id
|
- name: process_id
|
||||||
description: Process ID of the process that generated this log item, which can be joined to multiple other tables including a *PID*.
|
description: Process ID of the process that generated this log item, which can be joined to multiple other tables including a *PID*.
|
||||||
required: false
|
required: false
|
||||||
@ -60,7 +60,7 @@ columns:
|
|||||||
- name: process_image_path
|
- name: process_image_path
|
||||||
description: The full path of the process that originated the event.
|
description: The full path of the process that originated the event.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: text
|
||||||
- name: timestamp
|
- name: timestamp
|
||||||
description: Timestamp in [UNIX time format](https://en.wikipedia.org/wiki/Unix_time).
|
description: Timestamp in [UNIX time format](https://en.wikipedia.org/wiki/Unix_time).
|
||||||
required: false
|
required: false
|
||||||
@ -68,7 +68,7 @@ columns:
|
|||||||
- name: event_message
|
- name: event_message
|
||||||
description: The message of the log entry.
|
description: The message of the log entry.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: text
|
||||||
- name: sender_program_counter
|
- name: sender_program_counter
|
||||||
description: The program counter of the library, framework, kernel extension, or mach-o image, that originated the event.
|
description: The program counter of the library, framework, kernel extension, or mach-o image, that originated the event.
|
||||||
required: false
|
required: false
|
||||||
|
@ -56,26 +56,26 @@ columns:
|
|||||||
- windows
|
- windows
|
||||||
- linux
|
- linux
|
||||||
- name: hostname
|
- name: hostname
|
||||||
type: string
|
type: text
|
||||||
description: Network hostname including domain. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy
|
description: Network hostname including domain. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy
|
||||||
- name: computer_name
|
- name: computer_name
|
||||||
type: string
|
type: text
|
||||||
description: Friendly computer name (optional). For ChromeOS, if the extension wasn't force-installed by an enterprise policy this will default to 'ChromeOS' only
|
description: Friendly computer name (optional). For ChromeOS, if the extension wasn't force-installed by an enterprise policy this will default to 'ChromeOS' only
|
||||||
- name: hardware_serial
|
- name: hardware_serial
|
||||||
type: string
|
type: text
|
||||||
description: The device's serial number. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy
|
description: The device's serial number. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy
|
||||||
- name: hardware_vendor
|
- name: hardware_vendor
|
||||||
type: string
|
type: text
|
||||||
description: Hardware vendor. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy
|
description: Hardware vendor. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy
|
||||||
- name: hardware_model
|
- name: hardware_model
|
||||||
type: string
|
type: text
|
||||||
description: Hardware model. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy
|
description: Hardware model. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy
|
||||||
- name: cpu_brand
|
- name: cpu_brand
|
||||||
type: string
|
type: text
|
||||||
- name: cpu_type
|
- name: cpu_type
|
||||||
type: string
|
type: text
|
||||||
- name: physical_memory
|
- name: physical_memory
|
||||||
type: string
|
type: text
|
||||||
|
|
||||||
examples: >-
|
examples: >-
|
||||||
See the CPU architecture of a machine as well as who made it and what its
|
See the CPU architecture of a machine as well as who made it and what its
|
||||||
|
@ -12,7 +12,7 @@ examples: >-
|
|||||||
```
|
```
|
||||||
columns:
|
columns:
|
||||||
- name: idle_state
|
- name: idle_state
|
||||||
type: string
|
type: text
|
||||||
description: Returns "locked", "idle", or "active".
|
description: Returns "locked", "idle", or "active".
|
||||||
required: false
|
required: false
|
||||||
evented: false
|
evented: false
|
||||||
|
@ -46,7 +46,7 @@ columns:
|
|||||||
- name: uuid
|
- name: uuid
|
||||||
- name: email
|
- name: email
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: text
|
||||||
description: Email
|
description: Email
|
||||||
platforms:
|
platforms:
|
||||||
- chrome
|
- chrome
|
||||||
|
Loading…
Reference in New Issue
Block a user