From 42f9b5fb2fc87ad3c10626b76dd1b574cdd07b61 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:25:06 +0100 Subject: [PATCH] docs: rename Findings Ingestion to Import Findings (#10224) Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- docs/docs.json | 2 +- ...findings-ingestion.mdx => prowler-app-import-findings.mdx} | 4 ++-- docs/user-guide/tutorials/prowler-app-rbac.mdx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename docs/user-guide/tutorials/{prowler-app-findings-ingestion.mdx => prowler-app-import-findings.mdx} (99%) diff --git a/docs/docs.json b/docs/docs.json index 8f18a85834..6c2fff3ad2 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -99,7 +99,7 @@ }, "user-guide/tutorials/prowler-app-rbac", "user-guide/tutorials/prowler-app-api-keys", - "user-guide/tutorials/prowler-app-findings-ingestion", + "user-guide/tutorials/prowler-app-import-findings", { "group": "Mutelist", "expanded": true, diff --git a/docs/user-guide/tutorials/prowler-app-findings-ingestion.mdx b/docs/user-guide/tutorials/prowler-app-import-findings.mdx similarity index 99% rename from docs/user-guide/tutorials/prowler-app-findings-ingestion.mdx rename to docs/user-guide/tutorials/prowler-app-import-findings.mdx index 97fc94139a..2f04e7a2c8 100644 --- a/docs/user-guide/tutorials/prowler-app-findings-ingestion.mdx +++ b/docs/user-guide/tutorials/prowler-app-import-findings.mdx @@ -1,5 +1,5 @@ --- -title: 'Findings Ingestion' +title: 'Import Findings' description: 'Upload OCSF scan results to Prowler Cloud from external sources or the CLI' --- @@ -10,7 +10,7 @@ import { VersionBadge } from "/snippets/version-badge.mdx" Findings Ingestion enables uploading OCSF (Open Cybersecurity Schema Framework) scan results to Prowler Cloud. This feature supports importing findings from Prowler CLI output files that use the [Detection Finding](https://schema.ocsf.io/classes/detection_finding) class. -This feature is available exclusively in **Prowler Cloud**. +This feature is available exclusively in **Prowler Cloud** with a paid subscription. ## OCSF Detection Finding format diff --git a/docs/user-guide/tutorials/prowler-app-rbac.mdx b/docs/user-guide/tutorials/prowler-app-rbac.mdx index 48ced42145..a5558503cf 100644 --- a/docs/user-guide/tutorials/prowler-app-rbac.mdx +++ b/docs/user-guide/tutorials/prowler-app-rbac.mdx @@ -238,6 +238,6 @@ To grant all administrative permissions, select the **Grant all admin permission The following permissions are available exclusively in **Prowler Cloud**: -**Manage Ingestions:** Submit and manage findings ingestion jobs via the API. Required to upload OCSF scan results using the `--export-ocsf` CLI flag or the ingestion endpoints. See [Findings Ingestion](/user-guide/tutorials/prowler-app-findings-ingestion) for details. +**Manage Ingestions:** Submit and manage findings ingestion jobs via the API. Required to upload OCSF scan results using the `--export-ocsf` CLI flag or the ingestion endpoints. See [Import Findings](/user-guide/tutorials/prowler-app-import-findings) for details. **Manage Billing:** Access and manage billing settings, subscription plans, and payment methods.