mirror of
https://github.com/OTRF/OSSEM-DD
synced 2026-06-08 12:05:33 +00:00
e56a0abbfb
* event_code --> event_id * title --> name
48 lines
1.0 KiB
YAML
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: []
|