Skip to content

Commit 64c96be

Browse files
authored
Merge branch 'main' into docs-1209-update-image-tagging-in-manage
2 parents e78c91c + e7cd0f9 commit 64c96be

File tree

124 files changed

+822
-457
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+822
-457
lines changed

.clabot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@
193193
"rmeyer-legato",
194194
"jagan2221",
195195
"pankaj101A",
196-
"prajalb"
196+
"prajalb",
197+
"dk-logic"
197198
],
198199
"message": "Thank you for your contribution! As this is an open source project, we require contributors to sign our Contributor License Agreement and do not have yours on file. To proceed with your PR, please [sign your name here](https://forms.gle/YgLddrckeJaCdZYA6) and we will add you to our approved list of contributors.",
199200
"label": "cla-signed",

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
/docs/send-data/opentelemetry-collector/ @SumoLogic/open-source-collection-team @kimsauce @jpipkin1 @mafsumo @JV0812 @amee-sumo
1414

1515
# GitHub workflow owners
16-
/.github/workflows/ @SumoLogic/open-source-collection-team @kimsauce
16+
/.github/workflows/ @kimsauce

.github/workflows/build_and_deploy.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,14 @@ jobs:
5353
with:
5454
node-version: '20.x'
5555
cache: 'yarn'
56-
- name: Docusaurus Webpack cache
57-
uses: actions/cache@v3
58-
with:
59-
path: node_modules/.cache
60-
key: ${{ runner.os }}-webpack-cache-${{ hashFiles('yarn.lock') }}
6156
- name: Install awscli
6257
uses: unfor19/install-aws-cli-action@v1
6358
- name: Install jq
6459
run: sudo apt-get install -y jq
6560
- name: Install dependencies
6661
run: yarn install --frozen-lockfile
62+
- name: Clean Docusaurus cache
63+
run: rm -rf .docusaurus build
6764
- name: Build the Docusaurus site
6865
run: yarn build
6966
- name: Deploy the Docusaurus site

.github/workflows/job_build-site.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,10 @@ jobs:
2727
with:
2828
node-version: '20.x'
2929
cache: 'yarn'
30-
- name: Docusaurus Webpack cache
31-
uses: actions/cache@v3
32-
with:
33-
path: node_modules/.cache
34-
key: ${{ runner.os }}-webpack-cache-${{ hashFiles('yarn.lock') }}
3530
- name: Install dependencies
3631
run: yarn install --frozen-lockfile
32+
- name: Clean Docusaurus cache
33+
run: rm -rf .docusaurus build
3734
- name: Build the Docusaurus site
3835
run: |
3936
yarn build

.github/workflows/pr.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,10 @@ jobs:
2727
with:
2828
node-version: '20.x'
2929
cache: 'yarn'
30-
- name: Docusaurus Webpack cache
31-
uses: actions/cache@v3
32-
with:
33-
path: node_modules/.cache
34-
key: ${{ runner.os }}-webpack-cache-${{ hashFiles('yarn.lock') }}
3530
- name: Install dependencies
3631
run: yarn install --frozen-lockfile
32+
- name: Clean Docusaurus cache
33+
run: rm -rf .docusaurus build
3734
- name: Build the Docusaurus site
3835
run: yarn build
3936
# --- Disallowed character checks for Pantheon ---

blog-cse/2025-11-06-content.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: November 6, 2025 - Content Release
3+
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
4+
keywords:
5+
- log mappers
6+
- parsers
7+
- rules
8+
hide_table_of_contents: true
9+
---
10+
11+
This content release includes:
12+
- An updated parser and new log mappers for Netskope Cloud Security for improved handling of Netskope DLP logs.
13+
- An updated mapper for Azure Audit Logs which repurposes the `changeTarget` field mapping for changed items such as groups.
14+
- Updated Azure rules to accommodate the repurposed `changeTarget` field
15+
- Updated Keeper Authentication mapper to include the `Success` field.
16+
17+
:::note
18+
If you are ingesting Netskope Cloud Security Logs or Azure Audit Logs ensure that the log source is set to use the appropriate system parser:
19+
- Netskope Cloud Security: /Parsers/System/Netskope/Netskope Security Cloud JSON
20+
- Azure Audit Logs: /Parsers/System/Microsoft/Microsoft Azure JSON
21+
:::
22+
23+
### Rules
24+
- [Updated] MATCH-S00226 Azure - Add Member to Group
25+
- [Updated] MATCH-S00220 Azure - Add Member to Role Outside of PIM
26+
- [Updated] MATCH-S00231 Azure - Member Added to Global Administrator Role
27+
- [Updated] MATCH-S00233 Azure - Member Added to Global Administrator Role Non-PIM
28+
- [Updated] MATCH-S00229 Azure - Member Added to Non-Global Administrator Role
29+
30+
### Log Mappers
31+
- [New] Netskope - DLP Alerts
32+
- [New] Netskope - Incidents
33+
- [Updated] AzureActivityLog AuditLogs
34+
- [Updated] Keeper Authentication
35+
36+
### Parsers
37+
- [Updated] /Parsers/System/Netskope/Netskope Security Cloud JSON

blog-service/2025-11-07-apps.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: GitHub Copilot (Apps)
3+
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
4+
keywords:
5+
- apps
6+
- github-copilot
7+
hide_table_of_contents: true
8+
---
9+
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
12+
We're excited to introduce the new Sumo Logic app for GitHub Copilot. This app provides actionable insights into Copilot adoption, engagement, and productivity across your organization. Use its dashboards to track usage trends, measure efficiency, and optimize AI-assisted development. [Learn more](/docs/integrations/saas-cloud/github-copilot/).

cid-redirects.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@
379379
"/05Search/Library/About_AWS_S3_Sources": "/docs/send-data/hosted-collectors/amazon-aws/aws-sources",
380380
"/05Search/Library/Export-and-Import-Content-in-the-Library": "/docs/get-started/library",
381381
"/05Search/Library/Favorites": "/docs/get-started/library",
382-
"/Search": "/docs/search",
383382
"/Search/Library/Library_Keyboard_Shortcuts": "/docs/get-started/keyboard-shortcuts",
384383
"/05Search/Library/Pinned-Searches": "/docs/search/get-started-with-search/search-page/pin-a-search",
385384
"/05Search/Library/Share-a-Saved-Search-from-the-Library": "/docs/get-started/library",
@@ -2950,7 +2949,7 @@
29502949
"/cid/1108": "/docs/integrations/saas-cloud/trellix-mvision-epo",
29512950
"/cid/1110": "/docs/integrations/microsoft-azure/azure-security-microsoft-defender-for-identity",
29522951
"/docs/integrations/microsoft-azure/microsoft-defender-for-identity/": "/docs/integrations/microsoft-azure/azure-security-microsoft-defender-for-identity",
2953-
"/cid/1112": "/docs/integrations/saas-cloud/carbon-black-inventory/",
2952+
"/cid/1112": "/docs/integrations/saas-cloud/carbon-black-inventory/",
29542953
"/cid/1111": "/docs/integrations/microsoft-azure/azure-open-ai",
29552954
"/cid/1114": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/varonis-source",
29562955
"/cid/1115": "/docs/integrations/microsoft-azure/azure-security-microsoft-defender-for-cloud-apps",
@@ -2960,6 +2959,7 @@
29602959
"/cid/1113": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/databricks-audit-source/",
29612960
"/cid/1117": "/docs/integrations/saas-cloud/chatgpt-compliance",
29622961
"/cid/1118": "/docs/integrations/saas-cloud/databricks-audit",
2962+
"/cid/1120": "/docs/integrations/saas-cloud/github-copilot",
29632963
"/Cloud_SIEM_Enterprise": "/docs/cse",
29642964
"/Cloud_SIEM_Enterprise/Administration": "/docs/cse/administration",
29652965
"/Cloud_SIEM_Enterprise/Administration/Cloud_SIEM_Enterprise_Feature_Update_(2022)": "/docs/cse/administration",

docs/integrations/product-list/product-list-a-l.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ For descriptions of the different types of integrations Sumo Logic offers, see [
251251
| <img src={useBaseUrl('img/integrations/misc/genea-logo.svg')} alt="Thumbnail icon" width="100"/> | [Genea](https://www.getgenea.com/) | Cloud SIEM integration: [Sequr](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/8eb022d6-fc75-49e7-8308-2fd04d046ea2.md) |
252252
| <img src={useBaseUrl('img/integrations/misc/genetec-logo.png')} alt="Thumbnail icon" width="75"/> | [Genetec](https://www.genetec.com/) | Cloud SIEM integration: [Genetec](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/e71c7bca-0423-4dbe-885e-efed5e058190.md) |
253253
| <img src={useBaseUrl('img/integrations/misc/gigamon-logo.png')} alt="Thumbnail icon" width="75"/> | [Gigamon](https://www.gigamon.com/) | Cloud SIEM integration: [Gigamon](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/f575ffed-7b6d-406e-9a55-848b4b6a720f.md) <br/>Partner integrations:<br/>- [Gigamon HAWK](https://github.com/SumoLogic/sumologic-public-partner-apps/tree/master/Gigamon_HAWK)<br/>- [Gigamon ThreatINSIGHT](https://github.com/SumoLogic/sumologic-public-partner-apps/tree/master/Gigamon_ThreatINSIGHT) |
254-
| <img src={useBaseUrl('img/integrations/app-development/GitHub.png')} alt="Thumbnail icon" width="50"/> | [GitHub](https://github.com/) | App: [GitHub](/docs/integrations/app-development/github/) <br/>Automation integration: [GitHub](/docs/platform-services/automation-service/app-central/integrations/github/) <br/>Cloud SIEM integration: [Github](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/193c791a-bb10-4742-a429-1256535f888b.md#vendors-github) <br/>Collector: [Github Copilot](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/github-copilot-source) <br/>Community app: [Sumo Logic for GitHub Actions](https://github.com/SumoLogic/sumologic-content/tree/master/GitHub/GitHub_Actions) |
254+
| <img src={useBaseUrl('img/integrations/app-development/GitHub.png')} alt="Thumbnail icon" width="50"/> | [GitHub](https://github.com/) | App: <br/>- [GitHub](/docs/integrations/app-development/github/) <br/>- [GitHub Copilot](/docs/integrations/saas-cloud/github-copilot) <br/>Automation integration: [GitHub](/docs/platform-services/automation-service/app-central/integrations/github/) <br/>Cloud SIEM integration: [Github](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/193c791a-bb10-4742-a429-1256535f888b.md#vendors-github) <br/>Collector: [Github Copilot](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/github-copilot-source) <br/>Community app: [Sumo Logic for GitHub Actions](https://github.com/SumoLogic/sumologic-content/tree/master/GitHub/GitHub_Actions) |
255255
| <img src={useBaseUrl('img/integrations/app-development/gitlab.png')} alt="Thumbnail icon" width="50"/> | [GitLab](https://about.gitlab.com/) | App: [GitLab](/docs/integrations/app-development/gitlab/) <br/>Automation integration: [GitLab](/docs/platform-services/automation-service/app-central/integrations/gitlab/) |
256256
| <img src={useBaseUrl('img/integrations/saas-cloud/gmail-icon.png')} alt="Thumbnail icon" width="50"/> | [Gmail](https://www.google.com/gmail/about/) | App: [Gmail Trace Logs](/docs/integrations/saas-cloud/gmail-tracelogs) <br/>Automation integrations: <br/>- [Gmail](/docs/platform-services/automation-service/app-central/integrations/gmail/) <br/>- [Gmail Multiple Mailbox](/docs/platform-services/automation-service/app-central/integrations/gmail-multiple-mailbox/) <br/>Collector: [Gmail Trace Logs Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/gmail-tracelogs-source) |
257257
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/google.png')} alt="Thumbnail icon" width="75"/> | [Google](https://about.google/) | Apps: <br/>- [Google App Engine](/docs/integrations/google/app-engine/) <br/>- [Google BigQuery](/docs/integrations/google/bigquery/) <br/>- [Google Cloud AlloyDB for PostgreSQL](/docs/integrations/google/cloud-alloydb-for-postgresql/) <br/>- [Google Cloud API Gateway](/docs/integrations/google/cloud-api-gateway/) <br/>- [Google Cloud APIs](/docs/integrations/google/cloud-apis/) <br/>- [Google Cloud Armor](/docs/integrations/google/cloud-armor/) <br/>- [Google Cloud Audit](/docs/integrations/google/cloud-audit) <br/>- [Google Cloud Auto Scaler](/docs/integrations/google/cloud-auto-scaler) <br/>- [Google Cloud Backup for GKE](/docs/integrations/google/cloud-backup-for-gke/) <br/>- [Google Cloud BigQuery BI Engine](/docs/integrations/google/cloud-bigquery-bi-engine/) <br/>- [Google Cloud Bigtable](/docs/integrations/google/cloud-bigtable/) <br/>- [Google Cloud Certificate Authority Service](/docs/integrations/google/cloud-certificate-authority-service/) <br/>- [Google Cloud Certificate Manager](/docs/integrations/google/cloud-certificate-manager/) <br/>- [Google Cloud Composer](/docs/integrations/google/cloud-composer/) <br/>- [Google Compute Engine](/docs/integrations/google/compute-engine/) <br/>- [Google Cloud Dataflow](/docs/integrations/google/cloud-dataflow/) <br/>- [Google Cloud Dataproc](/docs/integrations/google/cloud-dataproc/) <br/>- [Google Cloud Dataproc Metastore](/docs/integrations/google/cloud-dataproc-metastore/) <br/>- [Google Cloud Datastore](/docs/integrations/google/cloud-datastore/) <br/>- [Google Cloud Datastream](/docs/integrations/google/cloud-datastream/) <br/>- [Google Cloud Deploy](/docs/integrations/google/cloud-deploy/) <br/>- [Google Cloud Filestore](/docs/integrations/google/cloud-filestore/) <br/>- [Google Cloud Firebase](/docs/integrations/google/cloud-firebase/) <br/>- [Google Cloud Firestore](/docs/integrations/google/cloud-firestore/) <br/>- [Google Cloud Firewall](/docs/integrations/google/cloud-firewall/) <br/>- [Google Cloud Fleet Engine](/docs/integrations/google/cloud-fleet-engine/) <br/>- [Google Cloud Functions](/docs/integrations/google/cloud-functions/) <br/>- [Google Cloud Interconnect](/docs/integrations/google/cloud-interconnect/) <br/>- [Google Cloud Load Balancing](/docs/integrations/google/cloud-load-balancing/) <br/>- [Google Cloud Logging](/docs/integrations/google/cloud-logging/) <br/>- [Google Cloud Memorystore for Redis](/docs/integrations/google/cloud-memorystore-for-redis/) <br/>- [Google Cloud Net App Cloud Volumes Service](/docs/integrations/google/cloud-net-app-cloud-volumes-service/) <br/>- [Google Cloud Network Topology](/docs/integrations/google/cloud-network-topology/) <br/>- [Google Cloud Pub Sub](/docs/integrations/google/cloud-pub-sub/) <br/>- [Google Cloud Router](/docs/integrations/google/cloud-router/) <br/>- [Google Cloud Run](/docs/integrations/google/cloud-run/) <br/>- [Google Cloud Security Command Center](/docs/integrations/google/cloud-security-command-center/) <br/>- [Google Cloud Spanner](/docs/integrations/google/cloud-spanner/) <br/>- [Google Cloud SQL](/docs/integrations/google/cloud-sql/) <br/>- [Google Cloud Storage](/docs/integrations/google/cloud-storage/) <br/>- [Google Cloud Tasks](/docs/integrations/google/cloud-tasks/) <br/>- [Google Cloud TPU](/docs/integrations/google/cloud-tpu/) <br/>- [Google Cloud Trace](/docs/integrations/google/cloud-trace/) <br/>- [Google Cloud Traffic Director](/docs/integrations/google/cloud-traffic-director/) <br/>- [Google Cloud Vertex AI](/docs/integrations/google/cloud-vertex-ai/) <br/>- [Google Cloud VPC](/docs/integrations/google/cloud-vpc/) <br/>- [Google Cloud VPN](/docs/integrations/google/cloud-vpn/) <br/>- [Google Kubernetes Engine (GKE)](/docs/integrations/google/kubernetes-engine/) <br/>Automation integrations: <br/>- [Chronicle](/docs/platform-services/automation-service/app-central/integrations/chronicle/) <br/>- [Google Chat](/docs/platform-services/automation-service/app-central/integrations/google-chat/) <br/>- [Google Firestore](/docs/platform-services/automation-service/app-central/integrations/google-firestore)<br/>- [Google Cloud IAM](/docs/platform-services/automation-service/app-central/integrations/google-cloud-iam/) <br/>- [Google Safe Browsing](/docs/platform-services/automation-service/app-central/integrations/google-safe-browsing/) <br/>- [Mandiant Advantage Threat intelligence](/docs/platform-services/automation-service/app-central/integrations/mandiant-advantage-threat-intelligence/) <br/>Cloud SIEM integration: [Google](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/45601247-66a5-4c9c-b3af-c422f5b4cbeb.md) <br/>Collectors: <br/>- [Google BigQuery Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/google-bigquery-source/) <br/>- [GCP Metrics Source](/docs/send-data/hosted-collectors/google-source/gcp-metrics-source/) <br/>- [Google Cloud Platform (GCP) Source](/docs/send-data/hosted-collectors/google-source/google-cloud-platform-source/) <br/>- [Mandiant Threat Intel Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/mandiant-threat-intel-source/)<br/>Community app: [Sumo Logic for GCP Balancer Metrics](https://github.com/SumoLogic/sumologic-content/tree/master/GCP/Load_Balancer_Metrics) |

0 commit comments

Comments
 (0)