Github Parsing Rule

Parsing Rule

GitHub

Details

IDGithub_Parsing_Rule
From Version6.10.0

Rules (XQL)

[INGEST:vendor="Github", product="github-audit", target_dataset="github_github_audit_raw", no_hit=keep]
// Support only epoch date time format. For example: "1669420445734".
filter to_string(created_at) ~= "\d{13}" 
| alter _time = timestamp_seconds(to_integer(divide(created_at, 1000)));