Files
Swann Legras e56a0abbfb Key change to be in line with OSSEM-DM
* event_code --> event_id
* title --> name
2022-05-03 01:01:34 +02:00

48 lines
1.0 KiB
YAML

name: Example Table
description: This is an example table spec.
platform: linux
log_source: osquery
event_id: example
event_version: 4.4.2
event_fields:
- standard_name: TBD
standard_type: TBD
name: name
type: TEXT
description: Description for name column
sample_value: TBD
- standard_name: TBD
standard_type: TBD
name: points
type: INTEGER
description: This is a signed SQLite int column
sample_value: TBD
- standard_name: TBD
standard_type: TBD
name: size
type: BIGINT
description: This is a signed SQLite bigint column
sample_value: TBD
- standard_name: TBD
standard_type: TBD
name: action
type: TEXT
description: Action performed in generation
sample_value: TBD
- standard_name: TBD
standard_type: TBD
name: id
type: INTEGER
description: An index of some sort
sample_value: TBD
- standard_name: TBD
standard_type: TBD
name: path
type: TEXT
description: Path of example
sample_value: TBD
references:
- text: OSQuery table documentation
link: https://osquery.io/schema/current#example
tags: []