Skip to content
41 changes: 34 additions & 7 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,37 @@ description: Here you'll find a chronological list of the newest Sumo Logic feat

import useBaseUrl from '@docusaurus/useBaseUrl';

| | |
|:---|:---|
| [**Service Release Notes**](/release-notes-service)<br/><a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a> | Latest features and bug fixes for our apps, alerts, security, search, observability, data collectors, and more. |
| [**Cloud SIEM Release Notes**](/release-notes-cse)<br/><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> | Information about new and enhanced features, updated content (like rules, log mappers and parsers), bug fixes, and other important announcements for Cloud SIEM. |
| [**Cloud SOAR Release Notes**](/release-notes-csoar)<br/><a href="https://help.sumologic.com/release-notes-csoar/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a> | The latest news about CSOAR, like new features, bug fixes, changes to the application, and other important announcements for Cloud SOAR. |
| [**Collector Release Notes**](/release-notes-collector)<br/><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> | New Collector features and relevant bug fixes for each release. To use new Collector features mentioned here, you'll need to upgrade your Installed Collector software in one of the following ways:<ul><li> [Using Static URLs](/docs/send-data/installed-collectors/collector-installation-reference/download-collector-from-static-url)</li><li> [Using Sumo Logic](/docs/send-data/collection/upgrade-collectors)</li><li> [Using the Command Line](/docs/send-data/collection/upgrade-collectors)</li><li> [Using Collector Management API](/docs/api/collector-management/upgrade-downgrade-collectors)</li></ul> |
| [**Developer Release Notes**](/release-notes-developer)<br/><a href="https://help.sumologic.com/release-notes-developer/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a> | New features and changes to our APIs, Collector management, and Live Tail CLI. |
Stay up to date with the latest Sumo Logic enhancements, features, and fixes. Explore the individual release notes pages to see what's new, and consider subscribing to the RSS feeds for automatic updates.

<div className="box-wrapper">
<div className="box smallbox card">
<div className="container">
<a href="/release-notes-service"><img src={useBaseUrl('img/icons/dashboards.png')} alt="icon" width="40"/><h4>Services<br/><a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="RSS Feed" width="40"/></a></h4></a>
<p>Latest features and bug fixes for our apps, alerts, security, search, observability, data collectors, and more.</p>
</div>
</div>
<div className="box smallbox card">
<div className="container">
<a href="/release-notes-cse"><img src={useBaseUrl('img/icons/security/cloud-siem.png')} alt="icon" width="40"/><h4>Cloud SIEM<br/><a href="https://help.sumologic.com/release-notes-cse/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="RSS Feed" width="40"/></a></h4></a>
<p>Information about new and enhanced features, updated content (like rules, log mappers and parsers), bug fixes, and other important announcements for Cloud SIEM.</p>
</div>
</div>
<div className="box smallbox card">
<div className="container">
<a href="/release-notes-csoar"><img src={useBaseUrl('img/icons/security/soar-2-color-icon.png')} alt="icon" width="40"/><h4>Cloud SOAR<br/><a href="https://help.sumologic.com/release-notes-csoar/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="RSS Feed" width="40"/></a></h4></a>
<p>The latest news about CSOAR, like new features, bug fixes, changes to the application, and other important announcements for Cloud SOAR.</p>
</div>
</div>
<div className="box smallbox card">
<div className="container">
<a href="/release-notes-collector"><img src={useBaseUrl('img/icons/operations/data-collection.png')} alt="icon" width="40"/><h4>Collector<br/><a href="https://help.sumologic.com/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="RSS Feed" width="40"/></a></h4></a>
<p>Latest features and bug fixes for Installed Collectors. To access new features, upgrade using <a href="/docs/send-data/installed-collectors/collector-installation-reference/download-collector-from-static-url">Static URLs</a>, <a href="/docs/send-data/collection/upgrade-collectors">Sumo Logic</a>, <a href="/docs/send-data/collection/upgrade-collectors">Command Line</a>, <a href="/docs/api/collector-management/upgrade-downgrade-collectors">Collector Management API</a>.</p>
</div>
</div>
<div className="box smallbox card">
<div className="container">
<a href="/release-notes-developer"><img src={useBaseUrl('img/icons/cloud/api2.png')} alt="icon" width="40"/><h4>Developer<br/><a href="https://help.sumologic.com/release-notes-developer/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="RSS Feed" width="40"/></a></h4></a>
<p>New features and changes to our APIs, Collector management, and Live Tail CLI.</p>
</div>
</div>
</div>
18 changes: 9 additions & 9 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,12 @@ module.exports = {
label: 'Log Search',
icon: 'article',
},
{
type: 'docSidebar',
sidebarId: 'integrations',
label: 'Apps and Integrations',
icon: 'grid_view',
},
{
type: 'docSidebar',
sidebarId: 'security',
Expand All @@ -329,9 +335,9 @@ module.exports = {
},
{
type: 'docSidebar',
sidebarId: 'integrations',
label: 'Apps and Integrations',
icon: 'grid_view',
sidebarId: 'dashboards',
label: 'Dashboards',
icon: 'dashboard',
},
{
type: 'docSidebar',
Expand All @@ -351,12 +357,6 @@ module.exports = {
label: 'Observability',
icon: 'speed',
},
{
type: 'docSidebar',
sidebarId: 'dashboards',
label: 'Dashboards',
icon: 'dashboard',
},
{
type: 'docSidebar',
sidebarId: 'platformservices',
Expand Down
Binary file added static/img/icons/new-releases.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.