From 6449a7c188a31632a8cfdfd12494b7eaf91c9d42 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Thu, 4 Jun 2026 18:48:47 -0700 Subject: [PATCH 1/2] Remove unused reuse partials and add 301 redirects Deletes three unreferenced reuse files (app-install-sumo-apps.md, budget-assignment.md, cse-launch-csoar-automation.md) and adds cid-redirects.json entries to handle any inbound links to removed paths. Co-Authored-By: Claude Sonnet 4.6 --- cid-redirects.json | 6 ++++++ docs/reuse/apps/app-install-sumo-apps.md | 14 -------------- docs/reuse/budget-assignment.md | 8 -------- docs/reuse/cse-launch-csoar-automation.md | 1 - 4 files changed, 6 insertions(+), 23 deletions(-) delete mode 100644 docs/reuse/apps/app-install-sumo-apps.md delete mode 100644 docs/reuse/budget-assignment.md delete mode 100644 docs/reuse/cse-launch-csoar-automation.md diff --git a/cid-redirects.json b/cid-redirects.json index 1aff253c83..90ec1731a2 100644 --- a/cid-redirects.json +++ b/cid-redirects.json @@ -4662,7 +4662,13 @@ "/docs/integrations/microsoft-azure/active-directory-legacy": "/docs/integrations/microsoft-azure/active-directory-json", "/docs/integrations/microsoft-azure/arm-integration-faq": "/docs/send-data/collect-from-other-data-sources/azure-monitoring/arm-integration-faq", "/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-logs-azure-monitor": "/docs/send-data/collect-from-other-data-sources/azure-monitoring/ms-azure-event-hubs-source/", + "/docs/reuse/alert-variables": "/docs/alerts/monitors/alert-variables", + "/docs/reuse/apps/jfrog/artifactory-overview": "/docs/integrations/app-development/jfrog-artifactory", + "/docs/reuse/apps/jfrog/artifactory-cached": "/docs/integrations/app-development/jfrog-artifactory", + "/docs/reuse/automation-service-la-note": "/docs/platform-services/automation-service", "/docs/reuse/fed-deployment-note": "/docs/api/about-apis/getting-started", + "/docs/reuse/fer-limitations": "/docs/manage/field-extractions", + "/docs/reuse/restart-c2c-source": "/docs/c2c/info", "/docs/api/getting-started": "/docs/api/about-apis/getting-started", "/docs/integrations/amazon-aws/aurora-mysql-ulm": "/docs/integrations/amazon-aws/rds", "/docs/integrations/amazon-aws/aurora-postgresql-ulm": "/docs/integrations/amazon-aws/rds", diff --git a/docs/reuse/apps/app-install-sumo-apps.md b/docs/reuse/apps/app-install-sumo-apps.md deleted file mode 100644 index 2992572f94..0000000000 --- a/docs/reuse/apps/app-install-sumo-apps.md +++ /dev/null @@ -1,14 +0,0 @@ -import useBaseUrl from '@docusaurus/useBaseUrl'; - -To install the app: - -1. Select **App Catalog**. -1. In the **Search Apps** field, search for and then select your app. -1. Optionally, you can scroll down to preview the dashboards included with the app. Then, click **Install App** (sometimes this button says **Add Integration**). -1. On the next configuration page, under **Select Folder for your App**, complete the following fields: - * **Folder Name**. You can retain the existing name or enter a custom name of your choice for the app. - * **All Folders** (optional). Default location is the **Personal** folder in your **Library**. If desired, you can choose a different location and/or click **New Folder** to add it to a new folder. -1. Click **Next**. -1. Look for the dialog confirming that your app was installed successfully.
App success dialog - -Once an app is installed, it will appear in your **Personal** folder or the folder that you specified. From here, you can share it with other users in your organization. Dashboard panels will automatically start to fill with data matching the time range query received since you created the panel. Results won't be available immediately, but within about 20 minutes, you'll see completed graphs and maps. diff --git a/docs/reuse/budget-assignment.md b/docs/reuse/budget-assignment.md deleted file mode 100644 index c15da19a76..0000000000 --- a/docs/reuse/budget-assignment.md +++ /dev/null @@ -1,8 +0,0 @@ -The **Scope** supports the option to assign ingest budgets to your log data by either: - -* A Field that is enabled in the [Fields](/docs/manage/fields) table. -* One of the following built-in metadata fields: `_collector`, `_source`, `_sourceCategory`, `_sourceHost`, or `_sourceName`. - -The value supports a single wildcard, such as `_sourceCategory=prod*payment`. - -For example, a **Scope** expression like `_sourceCategory=/dev/catalog/*` implies that all incoming logs ingested into Sumo Logic with a matching `_sourceCategory` will fall under the scope of the given budget. diff --git a/docs/reuse/cse-launch-csoar-automation.md b/docs/reuse/cse-launch-csoar-automation.md deleted file mode 100644 index 161ded269b..0000000000 --- a/docs/reuse/cse-launch-csoar-automation.md +++ /dev/null @@ -1 +0,0 @@ -If you have the latest version of Cloud SOAR, the [Cloud SOAR Automation](/docs/cloud-soar/automation) page displays when you click **Manage Playbooks**. \ No newline at end of file From d509f865c409b77a470b42310c2156939115eaa3 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Thu, 4 Jun 2026 18:52:50 -0700 Subject: [PATCH 2/2] link add --- cid-redirects.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cid-redirects.json b/cid-redirects.json index 90ec1731a2..daef1cc2e2 100644 --- a/cid-redirects.json +++ b/cid-redirects.json @@ -5054,6 +5054,7 @@ "/docs/manage/credits/cloud-flex-credits-accounts": "/docs/manage/manage-subscription", "/docs/metrics/best-practices": "/docs/metrics", "/docs/reuse/apps/app-install-sumo-apps": "/docs/get-started/apps-integrations", + "/docs/reuse/budget-assignment": "/docs/manage/ingestion-volume/ingest-budgets", "/docs/reuse/cse-api-table": "/docs/api/cloud-siem-enterprise", "/docs/reuse/cse-dynamic-severity": "/docs/api/cloud-siem-enterprise", "/docs/reuse/csoar-api-table": "/docs/api/cloud-soar",