From b18e9c21aa1e61af922a2623809e7aa42fb588aa Mon Sep 17 00:00:00 2001
From: Naveen Ramachandrappa <54121385+naveenrama@users.noreply.github.com>
Date: Mon, 11 Aug 2025 08:46:17 -0700
Subject: [PATCH 2/7] PSRE-1323: Remove GIS for K8s help docs
---
.../global-intelligence/kubernetes-devops.md | 190 ------------------
1 file changed, 190 deletions(-)
delete mode 100644 docs/integrations/global-intelligence/kubernetes-devops.md
diff --git a/docs/integrations/global-intelligence/kubernetes-devops.md b/docs/integrations/global-intelligence/kubernetes-devops.md
deleted file mode 100644
index e377335760..0000000000
--- a/docs/integrations/global-intelligence/kubernetes-devops.md
+++ /dev/null
@@ -1,190 +0,0 @@
----
-id: kubernetes-devops
-title: Global Intelligence for Kubernetes DevOps App
-sidebar_label: Global Intelligence for Kubernetes DevOps
-description: The Global Intelligence for Kubernetes DevOps application helps infrastructure engineers and DevOps users benchmark the maturity of their Kubernetes adoption and minimize risk of Kubernetes infrastructure incidents by optimizing resource requests and limits for containers.
----
-
-import useBaseUrl from '@docusaurus/useBaseUrl';
-
-
})
-
-The Global Intelligence for Kubernetes DevOps application helps infrastructure engineers and DevOps users benchmark the maturity of their Kubernetes adoption and minimize risk of Kubernetes infrastructure incidents by optimizing resource requests and limits for containers.
-
-## Availability
-
-This feature is available in the following account plans.
-
-| Account Type | Account Level |
-|:-------------|:----------------------------------------------|
-| CloudFlex | Trial, Enterprise |
-| Credits | Trial, Enterprise Operations, Enterprise Suite|
-
-## Data Sources
-
-Global Intelligence for Kubernetes DevOps App uses metrics data from Kubernetes clusters.
-
-## Sample queries
-
-The following sample query is from the **Deployment Count** panel of **GI Kubernetes DevOps - 01. Adoption Stats** dashboard.
-
-```sql
-metric=kube_deployment_spec_replicas _origin=kubernetes | "benchmark-deployment-count" as benchmarkname | quantize 15m using avg | count by deployment, benchmarkname | count by benchmarkname | infer model=benchmark category= k8sdevops //id=deployment_count
-```
-
-## Collecting Metrics for the Global Intelligence for Kubernetes DevOps App
-
-The Sumo Global Intelligence for Kubernetes DevOps app provides insights into your key Kubernetes infrastructure. You can review the metrics collection process and start collecting data.
-
-**Collection Process Overview:** With this graphic, you can see how to collect metrics from your Kubernetes environment and send them to Sumo Logic.
-
-
-
-Follow the steps on the [Sumo Logic Kubernetes Deployment guide](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/main/deploy#metrics) to configure the collection for Kubernetes Benchmark metrics.
-
-## Installing the GI for Kubernetes DevOps App
-
-Below are the instructions for installing the Sumo App for Kubernetes DevOps.
-
-import AppInstall from '../../reuse/apps/app-install.md';
-
-
-
-## Viewing GI Kubernetes DevOps Dashboards
-
-### Dashboard Filters
-
-**Each dashboard has a set of filters** that you can apply to the entire dashboard, as shown in the following example. Click the funnel icon in the top dashboard menu bar to display a scrollable list of filters that are applied across the entire dashboard.
-
-:::note
-You can use filters to drill down and examine the data on a granular level.
-:::
-
-
-
-Select a **cluster**, **namespace**, and **deployment**. The **history_percent** represents the percent of 15m epochs over the prior 8 days over which Kubernetes metrics data was available for analysis for a given deployment-container combination. Percentages less than 100% represent deployment-container combinations that were new, transient or otherwise inactive for some portion of the prior 8 days.
-
-:::important
-The dashboard time range is used to fetch deployment-container combinations that have been active with Time Series data in the time range. Increasing the time range increases the number of such deployment-container combinations. To focus the optimization on the most active containers, start with a time range of 15m. For additional containers, gradually expand the time range.
-
-The `infer` operator is the interface to a machine learning model. It is intended for use only in this application.
-
-The infrastructure tab of the [Entity Inspector](../../dashboards/drill-down-to-discover-root-causes.md) is not compatible with Global Intelligence for Kubernetes DevOps and renders a blank page on Dashboards Summary for Kubernetes Deployment and Detail for Kubernetes Deployment. This is because Global Intelligence apps analyze anonymized customer data and do not have a way to identify customer entities required for Entity Inspector.
-
-Deployment-container combinations that have no requests or limits set are not candidates for optimization. No recommendations are computed in these cases.
-:::
-
-### Concepts, definitions and methodology
-
-It is relatively well known that DevOps staff concerned about Out of Memory (OOM) and CPU throttling may set high memory and CPU requests on their containers. This results in situations where Kubernetes clusters are over-provisioned compared to actual usage. Conversely, Kubernetes clusters may be underprovisioned, leading to risk of OOM and throttling and resulting downtime.
-
-The slack is the difference between usage and requests measures cost for both cpu (cores) and memory (GB). Higher slack implies higher costs as cpu and memory used are less than what has been provisioned for a given container. Conversely, negative slack, while saving costs, increased the risk of container eviction due to memory overages or container throttling. These latter events impact application availability and performance and may lead to incidents. The cost-risk tradeoff is diagrammed below.
-
-The input for the optimization is time series data for each container’s cpu, memory usage, and requests over the past eight days. A given container can behave differently depending on the pod in which it is deployed. For example, an nginx container in Pod A may behave differently from the same container in Pod B. As a result, GI Kubernetes DevOps detects unique deployment-container combinations called "container groups", analyzes cpu and memory time series data for them and recommends optimal requests and limits based on the best combination of slack (or cost) and risk. The recommendations cover three scenarios; pick the one that best serves the needs of your application:
-
-* **Cost-optimized**. Lowest slack (or cost) accompanied with relatively higher risk (measured by percent at-risk minutes for the deployment-container)
-* **Reliability-optimized**. Highest slack (or cost) accompanied with relatively lower risk (measured by percent at-risk minutes for the deployment-container)
-* **Balanced**. Strikes the balance between cost and risk; cost is relatively higher than the cost-optimized scenario while risks are relatively lower.
-
-
-
-Time series data for usage and requests is summarized for each deployment-container combination to compute slack as follows:
-
-* Time series are bucketed into 15m epochs and summarized using 15m averages.
-* Usage is represented by the p95 value over the calendar day over all deployment-container combinations. Let's call this `usage_15m_p95_1d(deployment_container)`.
-* Request is represented by the average over the calendar day of 15m epochs for each deployment-container combination. Let's call this `request_15m_avg_1d(deployment_container)`.
-* Next, slack for a calendar day in any 15m epoch for any deployment-container combination is calculated as `slack_15m_1d(deployment_container) = request_15m_avg_1d(deployment_container) - usage_15m_p95_1d(deployment_container)`
-* We calculate `slack_8d(deployment_container)` as average over `slack_15m_1d(deployment_container)`. `slack_8d(deployment_container)` is an estimate of the slack in any 15m interval for a given deployment-container combination, based on 8d data.
-* To calculate the total slack in any 15 epochs in a deployment, we estimate the number of deployment-container instances using 8d data of running deployment-container combinations and multiply it by `slack_8d(deployment_container)`.
-
-Time series data for usage and requests is summarized for each deployment-container combination to compute risk minutes percent as follows:
-
-* Time series are bucketed into 15m epochs and summarized using 15m averages.
-* A given 15m epoch is labeled at-risk if usage is greater than request.
-* At-risk epochs for a given deployment-container combination are aggregated over all pod instances that run the deployment-container combination and divided by the total available epochs over that deployment-container combination to estimate the 8d risk percent for that deployment-container combination.
-
-### GI Kubernetes DevOps - Adoption Stats
-
-The **GI Kubernetes DevOps - Adoption Stats** dashboard tabulates the number of clusters, deployments, namespaces and services in your company and compares them to other customers. If your stats are greater than the baseline, it is a strong signal that your Kubernetes adoption is further along compared to other customers.
-
-Use this dashboard to:
-
-* Compare number of clusters, namespaces, deployments and services in your company versus others
-* Assess maturity of your Kubernetes adoption compared to other customers
-
-
-
-### Optimization 1 - Summary for Kubernetes Deployment
-
-The **Optimization 1 - Summary for Kubernetes Deployment** dashboard shows aggregate current risk percent and slack in a given deployment. In addition, the impact of applying recommended container requests and limits on aggregate slack and risk percent for the deployment.
-
-Use this dashboard to:
-
-* Summarize the aggregate slack and risk percent of any deployment
-* Identify deployments to optimize at the level of deployment-containers using **GI Kubernetes DevOps - Deployment Optimization Recommendations**
-
-
-
-### Optimization 2 - Detail for Kubernetes Deployment
-
-The **Optimization 2 - Detail for Kubernetes Deployment** dashboard provides recommendations for cpu and memory requests and limits for containers based on trading off risk against cost for a given deployment-container combination.
-
-Use this dashboard to:
-
-* Understand cpu and memory time series for each deployment and container combination
-* View recommendation for optimizing costs and risks for each deployment and container combination
-
-
-
-### Optimization 3.1 - Action Plan for Kubernetes CPU
-
-The **Optimization 3.1 - Action Plan for Kubernetes CPU** dashboard provides recommendations for CPU requests and limits for containers in a deployment for the selected optimization scenario: Costs, Reliability or Balanced based on trading off risk percent and slack for memory over a 8d period. The current request (or limit) is compared to the recommended request (or limit) along with a percentage change in recommendations plotted on the secondary Y-axis.
-
-Use this dashboard to:
-
-* Current and recommended CPU settings by container in an deployment
-* Compare percent change in CPU
-
-This dashboard is launched by clicking on a honeycomb cell in the **Optimization 2 - Detail for Kubernetes Deployment** and viewing the Linked Dashboard.
-
-
-
-
-
-### Optimization 3.2 - Action Plan for Kubernetes Memory
-
-The **Optimization 3.2 - Action Plan for Kubernetes Memory** dashboard provides recommendations for Memory requests and limits for containers in a deployment for the selected optimization scenario: Costs, Reliability or Balanced based on trading off risk percent and slack for memory over a 8d period. The current request (or limit) is compared to the recommended request (or limit) along with a percentage change in recommendations plotted on the secondary Y-axis.
-
-Use this dashboard to:
-
-* Current and recommended memory settings by container in an deployment
-* Compare percent change in memory
-
-This dashboard is launched by clicking on a honeycomb cell in the **Optimization 2 - Detail for Kubernetes Deployment** and viewing the Linked Dashboard.
-
-
-
-
-
-### Optimization 4 - Container Time Series
-
-The **Optimization 4 - Container Time Series** dashboard visualizes, for a given container, the impact of recommendations on CPU and memory 7d time series for the selected optimization scenario: Cost, Reliability or Balanced. Please fill in the recommended request and limit in GB for Memory and in Cores for CPU from **Optimization 3.1 or 3.2 - Action Plan for Kubernetes CPU/Memory**.
-
-Use this dashboard to:
-
-* Compare 7d usage with current and recommended memory request and limit settings by container in an deployment
-* Compare 7d usage with current and recommended CPU request and limit settings by container in an deployment
-
-This dashboard is launched by clicking on a datapoint in the **Optimization 3.1** or **3.2 - Action Plan for Kubernetes CPU/Memory** and viewing the Linked Dashboard.
-
-
-
-### Dashboard Integration
-
-Stack linking for the **Optimization 1 - Summary for Kubernetes Deployment** and **Optimization 2 - Detail for Kubernetes Deployment** dashboards will appear with the [Kubernetes views](/docs/dashboards/explore-view/#kubernetes-views) associated with your Kubernetes deployment. If necessary, check stack linking settings as below.
-
-
-
-Sumo Logic combines metrics, logs, and events to a create real-time unified view of the performance, uptime, and security of your Kubernetes environment, the Sumo Logic Kubernetes Solution leverages the standards endorsed by the Cloud Native Computing Foundation (CNCF), and utilizes the extensive ecosystem of existing integrations for monitoring and troubleshooting Kubernetes platforms.
-
-Sumo Logic utilizes consistent tagging across logs, metrics, events, and security data, resulting in the centralization of enrichment data throughout your Kubernetes environment. Consistent tagging enables administrators to correlate data for metrics, logs, and events for their applications. They can then view the results in Sumo Logic App pre-defined dashboards for analysis and troubleshooting.
From f616e9eaef6d1c128f37f1aadd4933278f59715b Mon Sep 17 00:00:00 2001
From: Naveen Ramachandrappa <54121385+naveenrama@users.noreply.github.com>
Date: Mon, 11 Aug 2025 08:51:40 -0700
Subject: [PATCH 3/7] PSRE-1323: Remove GIS for K8s help docs
---
docs/integrations/product-list/product-list-a-l.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/integrations/product-list/product-list-a-l.md b/docs/integrations/product-list/product-list-a-l.md
index 674ae614e0..0f6543bafc 100644
--- a/docs/integrations/product-list/product-list-a-l.md
+++ b/docs/integrations/product-list/product-list-a-l.md
@@ -323,7 +323,7 @@ For descriptions of the different types of integrations Sumo Logic offers, see [
|
})
| [Kela](https://www.kelacyber.com/) | Automation integrations:
- [Kela Darkbeast](/docs/platform-services/automation-service/app-central/integrations/kela-darkbeast/)
- [Kela RaDark](/docs/platform-services/automation-service/app-central/integrations/kela-radark/) |
|
})
| [Kemp LoadMaster](https://kemptechnologies.com/) | Cloud SIEM integration: [Kemp](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/fe56e139-6049-4d78-9665-df7d5f80d996.md) |
|
})
| [KnowBe4](https://www.knowbe4.com/) | App: [KnowBe4](/docs/integrations/saas-cloud/knowbe4/)
Automation integrations:
- [KnowBe4 KMSAT - Reporting](/docs/platform-services/automation-service/app-central/integrations/knowbe4-kmsat-reporting/)
- [KnowBe4 KMSAT - User Events](/docs/platform-services/automation-service/app-central/integrations/knowbe4-kmsat-user-events/)
- [KnowBe4 PhishER](/docs/platform-services/automation-service/app-central/integrations/knowbe4-phisher/)
Collector: [KnowBe4 API Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/knowbe4-api-source/) |
-|
})
| [Kubernetes](https://kubernetes.io/) | Apps:
- [Kubernetes](/docs/integrations/containers-orchestration/kubernetes)
- [Kubernetes Control Plane](/docs/integrations/containers-orchestration/kubernetes-control-plane)
- [Global Intelligence for Kubernetes DevOps](/docs/integrations/global-intelligence/kubernetes-devops)
Cloud SIEM integration: [Kubernetes](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/b19b9592-1616-4013-9ad4-f6d2a93da669.md)
Collectors:
- [Kubernetes](/docs/send-data/kubernetes) |
+|
})
| [Kubernetes](https://kubernetes.io/) | Apps:
- [Kubernetes](/docs/integrations/containers-orchestration/kubernetes)
- [Kubernetes Control Plane](/docs/integrations/containers-orchestration/kubernetes-control-plane)
Cloud SIEM integration: [Kubernetes](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/b19b9592-1616-4013-9ad4-f6d2a93da669.md)
Collectors:
- [Kubernetes](/docs/send-data/kubernetes) |
## L
From 42279e59cf6c3ff4c6a2382ce87a1d275ca0eabf Mon Sep 17 00:00:00 2001
From: Kim Pohas
Date: Mon, 11 Aug 2025 16:35:55 -0600
Subject: [PATCH 4/7] rm from sidebars, redirects
---
cid-redirects.json | 1 +
sidebars.ts | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cid-redirects.json b/cid-redirects.json
index e8ab97dfad..b0cefbf1e9 100644
--- a/cid-redirects.json
+++ b/cid-redirects.json
@@ -3979,6 +3979,7 @@
"/docs/observability/root-cause-explorer": "/docs/observability/root-cause-explorer-deprecation",
"/Observability_Solution/Kubernetes_Solution/01Set_up_collection_for_Kubernetes": "/docs/observability/kubernetes/collection-setup",
"/Observability_Solution/Kubernetes_Solution/Global_Intelligence_for_Kubernetes_DevOps_App": "/docs/integrations/global-intelligence/kubernetes-devops",
+ "/docs/integrations/global-intelligence/kubernetes-devops": "/docs/integrations/global-intelligence",
"/Observability_Solution/Kubernetes_Solution/Navigate_your_Kubernetes_environment": "/docs/observability/kubernetes",
"/Search/Get-Started-with-Search/How-to-Build-a-Search/Best-Practices:-7-Search-Rules-to-Live-By": "/docs/search/get-started-with-search/build-search/best-practices-search",
"/Search/Get-Started-with-Search/How-to-Build-a-Search/Search_Templates": "/docs/search/get-started-with-search/build-search/search-templates",
diff --git a/sidebars.ts b/sidebars.ts
index 5c9daa96ba..e039ac2de6 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -2470,7 +2470,6 @@ integrations: [
items: [
'integrations/global-intelligence/apache',
'integrations/global-intelligence/apache-tomcat',
- 'integrations/global-intelligence/kubernetes-devops',
'integrations/global-intelligence/nginx',
'cse/records-signals-entities-insights/global-intelligence-security-insights',
'integrations/amazon-aws/global-intelligence-cloudtrail-devops',
@@ -3102,7 +3101,7 @@ integrations: [
'api/about-apis/terraform-with-sumo-logic',
'api/about-apis/troubleshooting',
],
- },
+ },
'api/access-keys',
'api/account-management',
'api/app-management',
From 068d420528ddc10de571edeb55afd0b3b4ff4ff8 Mon Sep 17 00:00:00 2001
From: John Pipkin
Date: Tue, 12 Aug 2025 09:16:09 -0500
Subject: [PATCH 5/7] Update redirects
---
cid-redirects.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/cid-redirects.json b/cid-redirects.json
index b0cefbf1e9..0a25966d48 100644
--- a/cid-redirects.json
+++ b/cid-redirects.json
@@ -2832,7 +2832,7 @@
"/cid/15633": "/docs/c2c/info/",
"/cid/14323": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/docusign-source",
"/cid/14324": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/zendesk-source",
- "/cid/14326": "/docs/integrations/global-intelligence/kubernetes-devops",
+ "/cid/14326": "/docs/integrations/global-intelligence",
"/cid/30001": "/docs/integrations/microsoft-azure/azure-batch",
"/cid/30002": "/docs/integrations/microsoft-azure/azure-application-gateway",
"/cid/30003": "/docs/integrations/microsoft-azure/azure-data-explorer",
@@ -3558,7 +3558,7 @@
"/Observability_Solution/Kubernetes_Solution/04View_Sumo_Logic_Kubernetes_App_Dashboards": "/docs/observability/kubernetes/monitoring",
"/Observability_Solution/Kubernetes_Solution/05Kubernetes_Apps": "/docs/observability/kubernetes/apps",
"/Observability_Solution/Kubernetes_Solution/06Troubleshoot_with_Explore": "/docs/observability/kubernetes/troubleshoot-with-explore",
- "/Observability_Solution/Kubernetes_Solution/07Global_Intelligence_for_Kubernetes_DevOps_App": "/docs/integrations/global-intelligence/kubernetes-devops",
+ "/Observability_Solution/Kubernetes_Solution/07Global_Intelligence_for_Kubernetes_DevOps_App": "/docs/integrations/global-intelligence",
"/Observability_Solution/Kubernetes_Solution/06Kubernetes_Alerts": "/docs/observability/kubernetes/alerts",
"/Observability_Solution/Kubernetes_Solution/08Next_Steps": "/docs/observability/kubernetes",
"/Observability_Solution/Kubernetes_Solution/09Create_a_New_Dashboard_(New)": "/docs/observability/kubernetes",
@@ -3978,7 +3978,7 @@
"/Observability_Solution/AWS_Observability_Solution/01_Deploy_and_Use_AWS_Observability/Root_Cause_Explorer": "/docs/observability/root-cause-explorer-deprecation",
"/docs/observability/root-cause-explorer": "/docs/observability/root-cause-explorer-deprecation",
"/Observability_Solution/Kubernetes_Solution/01Set_up_collection_for_Kubernetes": "/docs/observability/kubernetes/collection-setup",
- "/Observability_Solution/Kubernetes_Solution/Global_Intelligence_for_Kubernetes_DevOps_App": "/docs/integrations/global-intelligence/kubernetes-devops",
+ "/Observability_Solution/Kubernetes_Solution/Global_Intelligence_for_Kubernetes_DevOps_App": "/docs/integrations/global-intelligence",
"/docs/integrations/global-intelligence/kubernetes-devops": "/docs/integrations/global-intelligence",
"/Observability_Solution/Kubernetes_Solution/Navigate_your_Kubernetes_environment": "/docs/observability/kubernetes",
"/Search/Get-Started-with-Search/How-to-Build-a-Search/Best-Practices:-7-Search-Rules-to-Live-By": "/docs/search/get-started-with-search/build-search/best-practices-search",
From fa84851bde2a5aef3d2cf61ea61d51e28e86f369 Mon Sep 17 00:00:00 2001
From: John Pipkin
Date: Tue, 12 Aug 2025 09:40:53 -0500
Subject: [PATCH 6/7] Remove app from 'Sumo Logic Apps for Kubernetes' article
---
docs/observability/kubernetes/apps.md | 4 ----
1 file changed, 4 deletions(-)
diff --git a/docs/observability/kubernetes/apps.md b/docs/observability/kubernetes/apps.md
index 9e3dc5bef0..dc70b16e09 100644
--- a/docs/observability/kubernetes/apps.md
+++ b/docs/observability/kubernetes/apps.md
@@ -53,7 +53,3 @@ The following dashboard is an example of one of the many pre-configured app dash

-
-## Global Intelligence for Kubernetes DevOps app
-
-The [Global Intelligence for Kubernetes DevOps app](/docs/integrations/global-intelligence/kubernetes-devops) helps infrastructure engineers and DevOps users benchmark the maturity of their Kubernetes adoption and minimize risk of Kubernetes infrastructure incidents by optimizing resource requests and limits for containers.
From 9fbe8ffa4ba2d4e00c181581d696eb45bd043aac Mon Sep 17 00:00:00 2001
From: "Kim (Sumo Logic)" <56411016+kimsauce@users.noreply.github.com>
Date: Wed, 13 Aug 2025 02:02:58 -0400
Subject: [PATCH 7/7] Update sidebars.ts
---
sidebars.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sidebars.ts b/sidebars.ts
index e039ac2de6..85f9af31ae 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -3101,7 +3101,7 @@ integrations: [
'api/about-apis/terraform-with-sumo-logic',
'api/about-apis/troubleshooting',
],
- },
+ },
'api/access-keys',
'api/account-management',
'api/app-management',