From 8c29bbfe4e7adcdced067337211558790152a27c Mon Sep 17 00:00:00 2001 From: Kay Agahd Date: Tue, 4 Jun 2024 22:17:28 +0100 Subject: [PATCH] docs(reporting): fix mapping of json-ocsf field cloud.account.type (#4186) --- docs/tutorials/reporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/reporting.md b/docs/tutorials/reporting.md index b5fee60a36..99686c3b35 100644 --- a/docs/tutorials/reporting.md +++ b/docs/tutorials/reporting.md @@ -333,7 +333,7 @@ The following is the mapping between the native JSON and the Detection Finding f | --- |---| | AssessmentStartTime | event_time | | FindingUniqueId | finding_info.uid | -| Provider | cloud.account.type | +| Provider | cloud.provider | | CheckID | metadata.event_code | | CheckTitle | finding_info.title | | CheckType | unmapped.check_type |