Skip to content

Commit 7199e1e

Browse files
committed
Merge branch 'update-fields-page' of github.com:SumoLogic/sumologic-documentation into update-fields-page
2 parents 3ccc090 + 8bd67dc commit 7199e1e

File tree

408 files changed

+2595
-1608
lines changed

Some content is hidden

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

408 files changed

+2595
-1608
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: 0 additions & 85 deletions
This file was deleted.

.github/workflows/delete-review.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.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 ---

.github/workflows/production.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

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

0 commit comments

Comments
 (0)