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

24 lines
598 B
YAML

name: Load_average Table
description: Displays information about the system wide load averages.
platform: linux
log_source: osquery
event_id: load_average
event_version: 4.4.2
event_fields:
- standard_name: TBD
standard_type: TBD
name: period
type: TEXT
description: Period over which the average is calculated.
sample_value: TBD
- standard_name: TBD
standard_type: TBD
name: average
type: TEXT
description: Load average over the specified period.
sample_value: TBD
references:
- text: OSQuery table documentation
link: https://osquery.io/schema/current#load_average
tags: []