Google Cloud SCC Parsing Rule

Parsing Rule

Google Cloud SCC

Details

IDGoogle_Cloud_SCC_ParsingRule
From Version8.4.0

Rules (XQL)

[INGEST:vendor="Google", product="SCC", target_dataset="google_scc_raw", no_hit=keep]

// Converting time format 2024-08-15T07:27:05.219041Z 
alter tmp_event_time= parse_timestamp("%FT%H:%M:%E*SZ",finding -> eventTime )

| alter _time = tmp_event_time 
| fields - tmp*;