Skip to content

Commit 63df31a

Browse files
authored
Merge branch 'main' into docs-1077-entities-list-page
2 parents 1c4ada3 + a72b71e commit 63df31a

File tree

599 files changed

+3202
-2281
lines changed

Some content is hidden

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

599 files changed

+3202
-2281
lines changed

.clabot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@
190190
"samiura",
191191
"naveenrama",
192192
"fguimond",
193-
"rmeyer-legato"
193+
"rmeyer-legato",
194+
"jagan2221"
194195
],
195196
"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.",
196197
"label": "cla-signed",

blog-collector/2025-09-10-otel.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Remote Management for OpenTelemetry Collector (OpenTelemetry Collector)
3+
image: https://help.sumologic.com/img/reuse/rss-image.jpg
4+
keywords:
5+
- collection
6+
- opentelemetry
7+
- otel
8+
- remote-management
9+
hide_table_of_contents: true
10+
---
11+
12+
import useBaseUrl from '@docusaurus/useBaseUrl';
13+
14+
We're happy to announce that Sumo Logic now enables you to remotely update the collector timezone for OpenTelemetry collectors through the UI in the OpenTelemetry collector edit flow. You can select the timezone of your choice while editing the collector. If you do not make a selection, the timezone will be set to `(UTC) Etc/UTC` by default.
15+
16+
[Learn more](/docs/send-data/opentelemetry-collector/remote-management/source-templates/otrm-time-reference/#specifying-a-custom-timestamp-format-and-time-zone).

blog-csoar/2024/12-31.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ The Python upgrade impacts a total of 38 integrations. These integrations will r
320320

321321
Please be aware that with this update, the output from certain actions may no longer be displayed as expected if they were customized in your current setup. This is an important consideration for your workflows, and we recommend reviewing any customizations you have in place.
322322

323-
To facilitate a smooth transition, we have prepared a straightforward guide to assist you in updating your integrations. This guide outlines the steps you need to take to ensure your integrations work seamlessly with Python 3.12. <a href="https://help.sumologic.com/files/updating-app-central-integrations.pdf" target="_blank">Click here for the "Updating App Central Integrations" guide</a>.
323+
To facilitate a smooth transition, we have prepared a straightforward guide to assist you in updating your integrations. This guide outlines the steps you need to take to ensure your integrations work seamlessly with Python 3.12. <a href="/files/updating-app-central-integrations.pdf" target="_blank">Click here for the "Updating App Central Integrations" guide</a>.
324324

325325
Below is the full list of integrations that will be affected by the Python upgrade. Please review this list to determine which integrations in your environment will require attention.
326326

@@ -448,7 +448,7 @@ This release contains several updates, including the introduction of new actions
448448

449449
#### Changes and Enhancements
450450
* Playbooks:
451-
* Enabled [playbook testing](/docs/platform-services/automation-service/automation-service-playbooks/#test-a-playbook). With this improvement it is now possible to test a playbook configuration before publishing it, using Insight, Incident or custom JSON as input.
451+
* Enabled [playbook testing](/docs/platform-services/automation-service/playbooks/troubleshoot-playbooks/#test-a-playbook). With this improvement it is now possible to test a playbook configuration before publishing it, using Insight, Incident or custom JSON as input.
452452
* Action configuration: Integration fields configuration now suggests default values, if present.
453453
* UserChoice, answer by Email: Fixed Authorizer usage from previous nodes.
454454
* AppCentral: Within the Integrations section, each integration card now contains a hyperlink to the related public documentation page [Integrations in App Central](/docs/platform-services/automation-service/app-central/integrations/).

blog-csoar/2025-02-06-application-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1717

1818
🚀 **New feature release: Autosave for playbooks**
1919

20-
We’re excited to introduce [autosave for playbooks](/docs/platform-services/automation-service/automation-service-playbooks/#autosave), a feature designed to make workflow changes seamless by automatically saving your progress as draft and preventing accidental data loss. Here's what's new:
20+
We’re excited to introduce [autosave for playbooks](/docs/platform-services/automation-service/playbooks/create-playbooks/#autosave), a feature designed to make workflow changes seamless by automatically saving your progress as draft and preventing accidental data loss. Here's what's new:
2121
* Playbooks now automatically save your changes, including node updates, connections, and position adjustments.
2222
* Multiple changes made in quick succession are saved together to improve performance.
2323
* Visual indicators display the saving status whether in progress, successfully saved, or failed.

blog-csoar/2025-02-24-application-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ When selecting an array variable in the text area, you will have two options:
2525

2626
If the iterate option is selected, an icon will appear in front of the variable inside the text area to indicate that iteration is enabled. The action will then execute as many times as there are elements in the array.
2727

28-
[Learn more](/docs/platform-services/automation-service/automation-service-playbooks/#arrays-in-text-areas).
28+
[Learn more](/docs/platform-services/automation-service/playbooks/arrays-in-playbooks/).

blog-csoar/2025-06-03-application-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ What's new:
2525
* By default, playbooks with any published version are set to enabled, while those that are draft-only or have been deleted remain disabled.
2626
* Audit logs are generated whenever playbooks are enabled or disabled manually.
2727

28-
For more information, see [Enable or disable playbooks](/docs/platform-services/automation-service/automation-service-playbooks/#enable-or-disable-playbooks).
28+
For more information, see [Enable or disable playbooks](/docs/platform-services/automation-service/playbooks/create-playbooks/#enable-or-disable-playbooks).
2929

3030
#### Integrations
3131

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: September 10, 2025 - Application Update
3+
hide_table_of_contents: true
4+
image: https://help.sumologic.com/img/reuse/rss-image.jpg
5+
keywords:
6+
- automation service
7+
- cloud soar
8+
- soar
9+
---
10+
11+
import useBaseUrl from '@docusaurus/useBaseUrl';
12+
13+
### New feature: Test nodes in playbooks
14+
15+
The new **Test Node** toggle on nodes allows you to test individual nodes in playbooks without having to run the entire playbook, offering greater control over node configuration and troubleshooting.
16+
17+
What's new:
18+
* Provide mock values for variables used in the node, and run the results to see the output and any errors.
19+
* Available on action, condition, user choice, and task nodes. (It is not available on filter or nested playbook nodes.)
20+
* Testing nodes counts against your [action limit](/docs/platform-services/automation-service/about-automation-service/#actions-limit) quota.
21+
22+
For more information, see [Test nodes in a playbook](/docs/platform-services/automation-service/playbooks/troubleshoot-playbooks/#test-nodes-in-a-playbook).

blog-service/2024/12-31.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,15 @@ We're excited to announce the release of our new cloud-to-cloud source for Trust
149149

150150
#### Sumo Logic Copilot
151151

152-
We're excited to introduce Copilot, an AI-powered assistant that accelerates log investigations and troubleshooting. With natural language query capabilities and contextual suggestions, Copilot helps security first responders and on-call engineers resolve incidents quickly and efficiently. [Learn more](/docs/search/copilot).
152+
We're excited to introduce Copilot, an AI-powered assistant that accelerates log investigations and troubleshooting. With natural language query capabilities and contextual suggestions, Copilot helps security first responders and on-call engineers resolve incidents quickly and efficiently. [Learn more](/docs/search/mobot).
153153

154154
* Ask questions in plain English to generate actionable log insights.
155155
* Get tailored suggestions relevant to your troubleshooting and investigation context.
156156
* Leverage conversation history to save and resume sessions without losing context.
157157
* Auto-visualize charts from search results and add them directly to dashboards.
158158
* Use auto-complete for natural language queries to access insights faster.
159159

160-
<img src={useBaseUrl('img/search/copilot/ga-releasenote.png')} alt="Copilot UI with the query Analyze the geographic distribution of requests by source IP" style={{border: '1px solid gray'}} width="800" />
160+
<img src={useBaseUrl('img/search/mobot/ga-releasenote.png')} alt="Copilot UI with the query Analyze the geographic distribution of requests by source IP" style={{border: '1px solid gray'}} width="800" />
161161

162162
### December 02, 2024 (Apps)
163163

blog-service/2025-03-03-copilot-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Now you can pin Copilot suggestions for easy reference. Just hover over a sugges
3838
* **Quick access**. Keep important suggestions handy for ongoing investigations.
3939
* **Improved workflow**. No need to scroll back to find key recommendations.
4040

41-
[Learn more](/docs/search/copilot).
41+
[Learn more](/docs/search/mobot).

blog-service/2025-09-05-apps.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: AWS IAM Users (Apps)
3+
image: https://help.sumologic.com/img/reuse/rss-image.jpg
4+
keywords:
5+
- apps
6+
- aws-iam-users
7+
hide_table_of_contents: true
8+
---
9+
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
12+
We're excited to introduce the new AWS IAM Users app for Sumo Logic. This app helps you monitor and analyze user-related data, enabling you to optimize security practices and ensure compliance within your AWS account. [Learn more](/docs/integrations/saas-cloud/aws-iam-users/).

0 commit comments

Comments
 (0)