Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
49eaffc
Site move test
kimsauce Aug 14, 2024
4bdc7cb
Merge branch 'main' into site-move
kimsauce Aug 14, 2024
1ae774d
blog URLs
kimsauce Aug 14, 2024
75f0d88
Merge branch 'site-move' of github.com:SumoLogic/sumologic-documentat…
kimsauce Aug 14, 2024
f83ed52
Merge branch 'main' into site-move
kimsauce Aug 14, 2024
fc3f8e9
replace all help.sumologic.com instances
kimsauce Aug 14, 2024
2e1c810
link fixes
kimsauce Aug 14, 2024
816d4ab
Update docusaurus.config.js
kimsauce Aug 14, 2024
2e6e013
more link fixes
kimsauce Aug 14, 2024
44babaf
Merge branch 'site-move' of github.com:SumoLogic/sumologic-documentat…
kimsauce Aug 14, 2024
df74b2a
Fixed broken regex on docs/platform-services/automation-service/app-c…
kimsauce Aug 14, 2024
99c4b5b
Merge branch 'main' into site-move
kimsauce Aug 19, 2024
64c6119
Update docusaurus.config.js
kimsauce Aug 21, 2024
7b04417
Merge branch 'main' into site-move
kimsauce Aug 28, 2024
c46e19b
Align Sumo Logic RSS feed logo with sumologic.com's
kimsauce Aug 28, 2024
43ebf4b
img fix
kimsauce Aug 28, 2024
c6f8c15
Merge branch 'main' into site-move
kimsauce Sep 10, 2024
4e9614a
fixed all blocking errors
kimsauce Sep 10, 2024
9fe699e
Merge branch 'main' into site-move
kimsauce Sep 10, 2024
1b2a4cd
Merged all release notes edits
kimsauce Sep 10, 2024
c9accf6
rm staging
kimsauce Sep 10, 2024
4d5a3d6
fix broken json syntax
kimsauce Sep 10, 2024
33451ef
more json fixes
kimsauce Sep 10, 2024
22bd8e7
more json fixes
kimsauce Sep 10, 2024
0aa53a4
Update blog-cse/2023/12-31.md
kimsauce Sep 10, 2024
f7f5924
Merge branch 'site-move' of github.com:SumoLogic/sumologic-documentat…
kimsauce Sep 10, 2024
78154b5
tryign again to fix json
kimsauce Sep 10, 2024
71b876f
one more time
kimsauce Sep 10, 2024
2c6ca62
fixed all errors except broken anchors
kimsauce Sep 10, 2024
eab435f
Merge branch 'main' into site-move
kimsauce Sep 16, 2024
fc88226
Merge branch 'main' into site-move
kimsauce Sep 17, 2024
d93c7ef
Merge branch 'main' into site-move
kimsauce Sep 25, 2024
a6ffad8
Update docusaurus.config.js
kimsauce Sep 25, 2024
7915ffd
Fix broken anchor link
jpipkin1 Sep 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
base_url:
description: Base url for the deployed environment. Should start and end with a slash.
required: false
default: "/"
default: "/help/"
type: string
environment:
description: GHA environment name
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
deploy-to-staging:
uses: SumoLogic/sumologic-documentation/.github/workflows/build_and_deploy.yml@main
with:
hostname: https://help.sumologic.com
hostname: https://www.sumologic.com
environment: production
secrets:
S3_BUCKET_NAME: ${{ secrets.PRODUCTION_S3_BUCKET_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Contributing

Please see the [Contributor Guidelines](https://help.sumologic.com/docs/contributing) published on our docs site.
Please see the [Contributor Guidelines](https://www.sumologic.com/help/docs/contributing) published on our docs site.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<img src="https://help.sumologic.com/img/sumo-docs-readme.png" width="400"/>
<img src="https://www.sumologic.com/help/img/sumo-docs-readme.png" width="400"/>

<p>
<a href="https://github.com/SumoLogic/sumologic-documentation/blob/main/.github/workflows/production.yml"><img src="https://github.com/SumoLogic/sumologic-documentation/actions/workflows/production.yml/badge.svg" alt="GitHub Actions status"></a>
<a href="https://help.sumologic.com/docs/contributing"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a>
<a href="https://www.sumologic.com/help/docs/contributing"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a>
<a href="LICENSE"><img src="https://img.shields.io/github/license/sourcerer-io/hall-of-fame.svg?colorB=ff0000"></a>
<a href="https://x.com/SumoLogic"><img src="https://img.shields.io/twitter/follow/sumologic.svg?style=social" alt="Twitter Follow" /></a>
<a href="https://help.sumologic.com/release-notes-service"><img src="https://img.shields.io/badge/RSS-FFA500?style=for-the-badge&logo=rss&logoColor=white" alt="RSS Follow" width="50"/></a>
<a href="https://www.sumologic.com/help/release-notes-service"><img src="https://img.shields.io/badge/RSS-FFA500?style=for-the-badge&logo=rss&logoColor=white" alt="RSS Follow" width="50"/></a>
</p>

Share your knowledge with the Sumo Logic community by contributing to our docs! You can contribute by creating an issue or pull request (PR) on our GitHub repository. We welcome all types of contributions; from minor typo fixes to new topics.
Expand All @@ -14,7 +14,7 @@ Documentation staff members review issues and pull requests on a regular basis.

## Contributing Content

For detailed instructions, including our style guide, see [Contributor Guidelines](https://help.sumologic.com/docs/contributing).
For detailed instructions, including our style guide, see [Contributor Guidelines](https://www.sumologic.com/help/docs/contributing).

We recommend forking our repo, creating a new branch for your content changes, and submitting a pull request. We will help review, test, and merge the content for publishing.

Expand Down
4 changes: 2 additions & 2 deletions blog-collector/2015/12-31.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: 2015 Archive
image: https://help.sumologic.com/img/sumo-square.png
image: https://www.sumologic.com/help/img/sumologic-rss-preview.jpg
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
<a href="https://www.sumologic.com/help/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

This is an archive of 2015 Collector Release Notes. To view the full archive, [click here](/release-notes-collector/archive).

Expand Down
4 changes: 2 additions & 2 deletions blog-collector/2016/12-31.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: 2016 Archive
image: https://help.sumologic.com/img/sumo-square.png
image: https://www.sumologic.com/help/img/sumologic-rss-preview.jpg
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
<a href="https://www.sumologic.com/help/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

This is an archive of 2016 Collector Release Notes. To view the full archive, [click here](/release-notes-collector/archive).

Expand Down
4 changes: 2 additions & 2 deletions blog-collector/2017/12-31.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: 2017 Archive
image: https://help.sumologic.com/img/sumo-square.png
image: https://www.sumologic.com/help/img/sumologic-rss-preview.jpg
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
<a href="https://www.sumologic.com/help/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

This is an archive of 2017 Collector Release Notes. To view the full archive, [click here](/release-notes-collector/archive).

Expand Down
4 changes: 2 additions & 2 deletions blog-collector/2018/12-31.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: 2018 Archive
image: https://help.sumologic.com/img/sumo-square.png
image: https://www.sumologic.com/help/img/sumologic-rss-preview.jpg
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
<a href="https://www.sumologic.com/help/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

This is an archive of 2018 Collector Release Notes. To view the full archive, [click here](/release-notes-collector/archive).

Expand Down
4 changes: 2 additions & 2 deletions blog-collector/2019/12-31.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: 2019 Archive
image: https://help.sumologic.com/img/sumo-square.png
image: https://www.sumologic.com/help/img/sumologic-rss-preview.jpg
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
<a href="https://www.sumologic.com/help/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

This is an archive of 2019 Collector Release Notes. To view the full archive, [click here](/release-notes-collector/archive).

Expand Down
4 changes: 2 additions & 2 deletions blog-collector/2020/12-31.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: 2020 Archive
image: https://help.sumologic.com/img/sumo-square.png
image: https://www.sumologic.com/help/img/sumologic-rss-preview.jpg
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
<a href="https://www.sumologic.com/help/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

This is an archive of 2020 Collector Release Notes. To view the full archive, [click here](/release-notes-collector/archive).

Expand Down
4 changes: 2 additions & 2 deletions blog-collector/2021/12-31.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: 2021 Archive
image: https://help.sumologic.com/img/sumo-square.png
image: https://www.sumologic.com/help/img/sumologic-rss-preview.jpg
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
<a href="https://www.sumologic.com/help/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

This is an archive of 2021 Collector Release Notes. To view the full archive, [click here](/release-notes-collector/archive).

Expand Down
6 changes: 3 additions & 3 deletions blog-collector/2022/12-31.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: 2022 Archive
image: https://help.sumologic.com/img/sumo-square.png
image: https://www.sumologic.com/help/img/sumologic-rss-preview.jpg
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
<a href="https://www.sumologic.com/help/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

This is an archive of 2022 Collector Release Notes. To view the full archive, [click here](/release-notes-collector/archive).

Expand Down Expand Up @@ -45,7 +45,7 @@ To use Collector features mentioned in the Release Notes, you'll need to upgrade
* [Using the Command Line](/docs/send-data/collection/upgrade-collectors)
* [Using Collector Management API](/docs/api/collector-management/upgrade-downgrade-collectors)

<span className="getstarted"><a href="https://help.sumologic.com/release-notes-collector/rss.xml">RSS Feed</a></span>
<span className="getstarted"><a href="https://www.sumologic.com/help/release-notes-collector/rss.xml">RSS Feed</a></span>

---
### September 26, 2022 (19.409-3)
Expand Down
4 changes: 2 additions & 2 deletions blog-collector/2023/12-31.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: 2023 Archive
image: https://help.sumologic.com/img/sumo-square.png
image: https://www.sumologic.com/help/img/sumologic-rss-preview.jpg
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
<a href="https://www.sumologic.com/help/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

This is an archive of 2023 Collector Release Notes. To view the full archive, [click here](/release-notes-collector/archive).

Expand Down
4 changes: 2 additions & 2 deletions blog-collector/2024-01-25.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Version 19.478-2
hide_table_of_contents: true
image: https://help.sumologic.com/img/sumo-square.png
image: https://www.sumologic.com/help/img/sumologic-rss-preview.jpg
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
<a href="https://www.sumologic.com/help/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

In this release, we've enhanced the security and stability of the Collector with added support for security patches and bug fixes.

Expand Down
4 changes: 2 additions & 2 deletions blog-collector/2024-03-07.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Version 19.484-1
hide_table_of_contents: true
image: https://help.sumologic.com/img/sumo-square.png
image: https://www.sumologic.com/help/img/sumologic-rss-preview.jpg
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
<a href="https://www.sumologic.com/help/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

In this release, we've enhanced the **Amazon Corretto** back-end support for minor version updates.
4 changes: 2 additions & 2 deletions blog-collector/2024-03-18.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Version 19.484-2
hide_table_of_contents: true
image: https://help.sumologic.com/img/sumo-square.png
image: https://www.sumologic.com/help/img/sumologic-rss-preview.jpg
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
<a href="https://www.sumologic.com/help/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

In this release, we've upgraded the collector JRE to **Amazon Corretto Version 8.402.08.1** to enhance stability and optimize performance for faster execution.
4 changes: 2 additions & 2 deletions blog-collector/2024-07-03.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Version 19.500-2
hide_table_of_contents: true
image: https://help.sumologic.com/img/sumo-square.png
image: https://www.sumologic.com/help/img/sumologic-rss-preview.jpg
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
<a href="https://www.sumologic.com/help/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

In this release, we've enhanced the security and stability of the Collector with added support for security patches and bug fixes.

Expand Down
4 changes: 2 additions & 2 deletions blog-collector/2024-08-23.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Version 19.506-1
hide_table_of_contents: true
image: https://help.sumologic.com/img/sumo-square.png
image: https://www.sumologic.com/help/img/sumologic-rss-preview.jpg
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
<a href="https://www.sumologic.com/help/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

In this release, we've enhanced the security and stability of the Collector with added support for security patches and bug fixes.

Expand Down
8 changes: 4 additions & 4 deletions blog-cse/2022/12-31.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: 2022 Archive
image: https://help.sumologic.com/img/sumo-square.png
image: https://www.sumologic.com/help/img/sumologic-rss-preview.jpg
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-cse/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
<a href="https://www.sumologic.com/help/release-notes-cse/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

This is an archive of 2022 Cloud SIEM Release Notes. To view the full archive, [click here](/release-notes-cse/archive).

Expand Down Expand Up @@ -453,7 +453,7 @@ Cloud SIEM now supports custom sources of inventory data. Now, if you want to in

#### Standard Match Lists

As a reminder, the migration for our out-of-the-box rules content from standard match lists to tags for Entities has begun. The system is now automatically setting the appropriate tags for any Entities appearing in any of the standard match lists called out in the [previous announcement](https://help.sumologic.com/release-notes-cse/2022/10/13/application-update/). This will continue until January 20, 2023, when the migration will be complete.
As a reminder, the migration for our out-of-the-box rules content from standard match lists to tags for Entities has begun. The system is now automatically setting the appropriate tags for any Entities appearing in any of the standard match lists called out in the [previous announcement](https://www.sumologic.com/help/release-notes-cse/2022/10/13/application-update/). This will continue until January 20, 2023, when the migration will be complete.

#### Minor Changes and Enhancements

Expand Down Expand Up @@ -546,7 +546,7 @@ Here you'll find information about new and enhanced features, updated content (l

To view Release Notes from previous years, check the [archive](/release-notes-cse/archive).

<span className="getstarted"><a href="https://help.sumologic.com/release-notes-cse/rss.xml">Click here to subscribe</a></span>
<span className="getstarted"><a href="https://www.sumologic.com/help/release-notes-cse/rss.xml">Click here to subscribe</a></span>

---
### October 6, 2022 - Application Update
Expand Down
26 changes: 15 additions & 11 deletions blog-cse/2023/12-31.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ keywords:
- log mappers
- parsers
- cloud siem
image: https://help.sumologic.com/img/sumo-square.png
image: https://www.sumologic.com/help/img/sumologic-rss-preview.jpg
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-cse/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
<a href="https://www.sumologic.com/help/release-notes-cse/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

This is an archive of 2023 Cloud SIEM Release Notes. To view the full archive, [click here](/release-notes-cse/archive).

Expand All @@ -25,13 +25,17 @@ This is an archive of 2023 Cloud SIEM Release Notes. To view the full archive, [

* [New] A new attribute section has been added to Signal and Insight details returned by the API endpoints `GET /signals/{id}` and `GET /insights/{id}`. The section will include the log search string (along with start and end times) that you can use to retrieve the queried records for a given Signal. The stanza looks like this:

```json
"recordSearchDetails": {
"query": "{string}",
"queryStartTime": "{timestamp}",
"queryEndTime": "{timestamp}"
},
```
```
{
"recordSearchDetails": {
"query": "<your-query-here>",
"queryStartTime": "<your-timestamp-here>",
"queryEndTime": "<your-timestamp-here>"
}
}
```

For information on timestamp formatting, see [Timestamps, Time Zones, Time Ranges, and Date Formats](/docs/send-data/reference-information/time-reference).

#### Bug fixes

Expand Down Expand Up @@ -166,7 +170,7 @@ For full details, see the [Cloud SOAR documentation](/docs/platform-services/aut
---
### October 26, 2023 - Content Release

This content release includes templates for creating Cloud SIEM parsers. There are two versions of each, one with comments that explain the purpose of each parser component, and “clean” versions that you can use to start quickly creating custom parsers. Further documentation on using these parsers will be available on [Sumo Logic Docs](https://help.sumologic.com/) in the coming weeks. Other changes in this release are enumerated below.
This content release includes templates for creating Cloud SIEM parsers. There are two versions of each, one with comments that explain the purpose of each parser component, and “clean” versions that you can use to start quickly creating custom parsers. Further documentation on using these parsers will be available on Sumo Docs in the coming weeks. Other changes in this release are enumerated below.

#### Rules

Expand Down Expand Up @@ -1327,7 +1331,7 @@ Each node in the graph represents a single Entity. The graph also displays the r

The graph also includes a number of controls for zoom, full screen mode, filtering by Entity type, and adjusting the time frame for relationship detection.

For more information about how to use the Entity Relationship Graph, see the [online documentation](https://help.sumologic.com/docs/cse/get-started-with-cloud-siem/about-cse-insight-ui/#about-the-entities-tab-graph-view). You will also see an introduction to the feature the first time you visit an Insight details page.
For more information about how to use the Entity Relationship Graph, see the [online documentation](/docs/cse/get-started-with-cloud-siem/about-cse-insight-ui/#about-the-entities-tab-graph-view). You will also see an introduction to the feature the first time you visit an Insight details page.

#### Minor Changes and Enhancements

Expand Down
4 changes: 2 additions & 2 deletions blog-cse/2024-01-12-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ keywords:
- log mappers
- parsers
- normalization schema
image: https://help.sumologic.com/img/sumo-square.png
image: https://www.sumologic.com/help/img/sumologic-rss-preview.jpg
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-cse/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
<a href="https://www.sumologic.com/help/release-notes-cse/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

This content release includes updates to Cloud SIEM rules, new log mappers, new parsers, and the addition of normalization schema metadata. Specific updates are enumerated below. In addition, a number of rules were updated to include more accurate MITRE ATT&amp;K&reg; tactic and technique tags.

Expand Down
Loading