Skip to content

Commit 350762a

Browse files
authored
Merge branch 'main' into DOCS-906B
2 parents 7c9e37b + c015a27 commit 350762a

File tree

51 files changed

+200
-253
lines changed

Some content is hidden

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

51 files changed

+200
-253
lines changed

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).
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/automation-service-playbooks/#test-nodes-in-a-playbook).

cid-redirects.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@
385385
"/05Search/Get-Started-with-Search/How-to-Build-a-Search/Best-Practices%3A-Search-Rules-to-Live-By": "/docs/search/get-started-with-search/build-search/best-practices-search",
386386
"/05Search/Get-Started-with-Search/How-to-Build-a-Search/Dynamic_Parsing": "/docs/search/get-started-with-search/build-search/dynamic-parsing",
387387
"/05Search/Get-Started-with-Search/How-to-Build-a-Search/Keyword-Search-Expressions": "/docs/search/get-started-with-search/build-search/keyword-search-expressions",
388+
"/docs/search/get-started-with-search/build-search/intelliparse-beta": "/docs/search/get-started-with-search/build-search/dynamic-parsing",
388389
"/05Search/Get-Started-with-Search/How-to-Build-a-Search/Search-Syntax-Overview": "/docs/search/get-started-with-search/build-search/search-syntax-overview",
389390
"/05Search/Get-Started-with-Search/How-to-Build-a-Search/Search-Templates": "/docs/search/get-started-with-search/build-search/search-templates",
390391
"/05Search/Get-Started-with-Search/How-to-Build-a-Search/Set-the-Time-Range": "/docs/search/get-started-with-search/build-search/set-time-range",

docs/integrations/microsoft-azure/azure-api-management.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,11 @@ In this section, you will configure a pipeline for shipping diagnostic logs from
5757
1. Use the Event Hub namespace and Event Hub name configured in the previous step in the destination details section. You can use the default policy `RootManageSharedAccessKey` as the policy name.<br/><img src={useBaseUrl('img/send-data/azure-apimanagement-logs.png')} alt="Azure API Management logs" style={{border: '1px solid gray'}} width="800" />
5858
1. Tag the location field in the source with right location value. <br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Location.png')} alt="Azure API Management Tag Location" style={{border: '1px solid gray'}} width="400" />
5959

60-
#### Activity Logs
60+
#### Activity logs (optional)
6161

62-
To collect activity logs, follow the instructions [here](/docs/integrations/microsoft-azure/audit). Do not perform this step in case you are already collecting activity logs for a subscription.
62+
import ActivityLogs from '../../reuse/apps/azure-activity-logs.md';
6363

64-
:::note
65-
Since this source contains logs from multiple regions, make sure that you do not tag this source with the location tag.
66-
:::
64+
<ActivityLogs/>
6765

6866
##### Enabling Microsoft Defender for Cloud
6967

docs/integrations/microsoft-azure/azure-app-service-environment.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ In this section, you will configure a pipeline for shipping diagnostic logs from
4848

4949
#### Activity logs (optional)
5050

51-
To collect activity logs, follow the instructions [here](/docs/integrations/microsoft-azure/audit). If you are already collecting activity logs for a subscription, do not perform this step.
51+
import ActivityLogs from '../../reuse/apps/azure-activity-logs.md';
52+
53+
<ActivityLogs/>
5254

5355
## Installing the Azure App Service Environment app
5456

docs/integrations/microsoft-azure/azure-app-service-plan.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ In this section, you will configure a pipeline for shipping diagnostic logs from
5454

5555
#### Activity logs (optional)
5656

57-
To collect activity logs, follow the instructions [here](/docs/integrations/microsoft-azure/audit). If you are already collecting activity logs for a subscription, do not perform this step.
57+
import ActivityLogs from '../../reuse/apps/azure-activity-logs.md';
58+
59+
<ActivityLogs/>
5860

5961
## Installing the Azure App Service Plan app
6062

docs/integrations/microsoft-azure/azure-application-gateway.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,11 @@ Go to **Settings -> Configuration** to check your application gateway tier
6969
<img src={useBaseUrl('img/integrations/microsoft-azure/appgatway-tier-setting.png')} alt="Application Gateway Tier Settings" width="750"/>
7070
:::
7171

72-
#### Activity Logs
72+
#### Activity logs (optional)
7373

74-
To collect activity logs, follow the instructions [here](/docs/integrations/microsoft-azure/audit). Do not perform this step in case you are already collecting activity logs for a subscription.
74+
import ActivityLogs from '../../reuse/apps/azure-activity-logs.md';
7575

76-
:::note
77-
Since this source contains logs from multiple regions, make sure that you do not tag this source with the location tag.
78-
:::
76+
<ActivityLogs/>
7977

8078
## Installing the Azure Application Gateway app
8179

docs/integrations/microsoft-azure/azure-cache-for-redis.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,11 @@ In this section, you will configure a pipeline for shipping diagnostic logs from
5959
<img src={useBaseUrl('img/send-data/azureredis-cache-logs.png')} alt="Azure Redis Cache logs" style={{border: '1px solid gray'}} width="800" />
6060
3. Tag the location field in the source with right location value. <br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Location.png')} alt="Azure Redis Cache Tag Location" style={{border: '1px solid gray'}} width="500" />
6161

62-
#### Activity Logs
62+
#### Activity logs (optional)
6363

64-
To collect activity logs, follow the instructions [here](/docs/integrations/microsoft-azure/audit). Do not perform this step if you are already collecting activity logs for a subscription.
64+
import ActivityLogs from '../../reuse/apps/azure-activity-logs.md';
6565

66-
:::note
67-
Since this source contains logs from multiple regions, ensure that you do not tag this source with the location tag.
68-
:::
66+
<ActivityLogs/>
6967

7068
## Installing the Azure Redis Cache app
7169

@@ -208,4 +206,4 @@ To troubleshoot metrics collection, follow the instructions in [Collect Metrics
208206
## Additional resources
209207

210208
- Blog: [Azure monitoring and troubleshooting](https://www.sumologic.com/blog/azure-services-monitoring)
211-
- Glossary: [Microsoft Azure](https://www.sumologic.com/glossary/microsoft-azure)
209+
- Glossary: [Microsoft Azure](https://www.sumologic.com/glossary/microsoft-azure)

docs/integrations/microsoft-azure/azure-container-instances.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Use existing resource group or create a new one for deploying Azure container in
5050
<img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Tenant-Name.png')} alt="Azure Storage Tag Tenant Name" style={{border: '1px solid gray'}} width="800" />
5151
1. [Configure an HTTP Source](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#step-1-configure-an-http-source).
5252
1. Download and update the [output_conf.yaml](https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Azure-Container-Instances/output_conf.yaml) file with the following configurations:
53-
* Inputs pipeline uses the [tail input plugin](https://docs.fluentbit.io/manual/pipeline/inputs/tail). Update the path parameter value with the pattern specifying a specific log file or multiple ones through the use of common wildcards.
53+
* Inputs pipeline uses the [tail input plugin](https://docs.fluentbit.io/manual/pipeline/inputs/tail). Update the path parameter value with the pattern specifying a specific log file or multiple ones through the use of common wildcards.
5454
:::info
5555
Multiple patterns separated by commas are also allowed.
5656
:::
@@ -75,13 +75,11 @@ Use existing resource group or create a new one for deploying Azure container in
7575
- In the `imageRegistryCredentials` property, enter your image repository server, username, and password.
7676
1. Deploy the [logging-sidecar-deploy.yaml](https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Azure-Container-Instances/logging-sidecar-deploy.yaml) Azure template, refer to the [Azure Documentation](https://learn.microsoft.com/en-us/azure/container-instances/container-instances-multi-container-yaml#deploy-the-container-group).
7777

78-
#### Activity Logs
78+
#### Activity logs (optional)
7979

80-
To collect activity logs, follow the instructions [here](/docs/integrations/microsoft-azure/audit). Skip this step if you are already collecting activity logs for a subscription.
80+
import ActivityLogs from '../../reuse/apps/azure-activity-logs.md';
8181

82-
:::note
83-
Since this source contains logs from multiple regions, make sure that you do not tag this source with the location tag.
84-
:::
82+
<ActivityLogs/>
8583

8684
## Installing the Azure Container Instances app
8785

@@ -185,4 +183,3 @@ To troubleshoot metrics collection, follow the instructions in [Troubleshooting
185183
- Blog: [Azure monitoring and troubleshooting](https://www.sumologic.com/blog/azure-services-monitoring)
186184
- Blog: [How to Deploy and Manage a Container on Azure Container Service](https://www.sumologic.com/blog/how-to-deploy-and-manage-a-container-on-azure-container-service)
187185
- Glossary: [Microsoft Azure](https://www.sumologic.com/glossary/microsoft-azure)
188-

docs/integrations/microsoft-azure/azure-cosmos-db-for-postgresql.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,11 @@ In this section, you will configure a pipeline for shipping diagnostic logs from
6262

6363
4. Tag the location field in the source with right location value. <br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Location.png')} alt="Azure Redis Cache Tag Location" style={{border: '1px solid gray'}} width="400" />
6464

65-
#### Activity Logs
65+
#### Activity logs (optional)
6666

67-
To collect activity logs, follow the instructions [here](/docs/integrations/microsoft-azure/audit). Skip this step if you are already collecting activity logs for a subscription.
67+
import ActivityLogs from '../../reuse/apps/azure-activity-logs.md';
6868

69-
:::note
70-
Since this source contains logs from multiple regions, ensure that you do not tag this source with the location tag.
71-
:::
69+
<ActivityLogs/>
7270

7371
## Installing the Azure Cosmos DB for PostgreSQL app
7472

@@ -233,4 +231,3 @@ These alerts are metrics-based and will work for all Cosmos DB PostgreSQL instan
233231
### HTTP Logs and Metrics Source used by Azure Functions
234232

235233
To troubleshoot metrics collection, follow the instructions in [Collect Metrics from Azure Monitor > Troubleshooting metrics collection](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#troubleshooting-metrics-collection).
236-

0 commit comments

Comments
 (0)