Skip to content

Commit f947605

Browse files
authored
Merge branch 'main' into docs-1209-image-cleanup
2 parents 76acbb2 + a40216e commit f947605

File tree

15 files changed

+124
-69
lines changed

15 files changed

+124
-69
lines changed

.clabot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@
192192
"fguimond",
193193
"rmeyer-legato",
194194
"jagan2221",
195-
"pankaj101A"
195+
"pankaj101A",
196+
"prajalb"
196197
],
197198
"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.",
198199
"label": "cla-signed",

blog-service/2025-10-15-manage.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,3 @@ hide_table_of_contents: true
1111
We're excited to annouce the new **AutoPause** feature for Scheduled Views, designed to enhance system performance and optimize resource usage.
1212

1313
With AutoPause, any Scheduled View that remains inactive for 90 consecutive days (that is, not queried or referenced) will be automatically flagged and paused. To ensure you're informed ahead of time, Scheduled View owners and active account administrators will receive email and in-app notifications 21 days and 7 days before the scheduled pause. If no action is taken, the view will be automatically paused on the 90th day, followed by a final alert. [Learn more](/docs/manage/scheduled-views/pause-disable-scheduled-views/).
14-
15-
:::note
16-
This feature is currently available only for Canada (Central), Asia Pacific (Tokyo), and Asia Pacific (Seoul) regions.
17-
:::
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Varonis Source (Collection)
3-
image: https://help.sumologic.com/img/sumo-square.png
2+
title: Varonis Alerts Source (Collection)
3+
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
44
keywords:
55
- c2c
6-
- varonis-source
6+
- varonis-alerts-source
77
hide_table_of_contents: true
88
---
99

1010
import useBaseUrl from '@docusaurus/useBaseUrl';
1111

12-
We're excited to announce the release of our new cloud-to-cloud source for Varonis. This source securely collects alerts from the Varonis platform and sends them to Sumo Logic for streamlined analysis. [Learn more](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/varonis-source).
12+
We're excited to announce the release of our new cloud-to-cloud source for Varonis Alerts. This source securely collects alerts from the Varonis platform and sends them to Sumo Logic for streamlined analysis. [Learn more](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/varonis-source).

cid-redirects.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1848,6 +1848,7 @@
18481848
"/cid/10341": "/docs/send-data/opentelemetry-collector/remote-management/source-templates/postgresql",
18491849
"/cid/10342": "/docs/send-data/opentelemetry-collector/remote-management/source-templates/mysql",
18501850
"/cid/10343": "/docs/send-data/opentelemetry-collector/remote-management/source-templates/elasticsearch",
1851+
"/cid/10348": "/docs/send-data/opentelemetry-collector/remote-management/source-templates/customyaml",
18511852
"/cid/10325": "/docs/send-data/opentelemetry-collector/remote-management/source-templates/apache/changelog",
18521853
"/cid/10326": "/docs/send-data/opentelemetry-collector/remote-management/source-templates/linux/changelog",
18531854
"/cid/10327": "/docs/send-data/opentelemetry-collector/remote-management/source-templates/localfile/changelog",
@@ -1864,6 +1865,7 @@
18641865
"/cid/10345": "/docs/send-data/opentelemetry-collector/remote-management/source-templates/mysql/changelog",
18651866
"/cid/10346": "/docs/send-data/opentelemetry-collector/remote-management/source-templates/elasticsearch/changelog",
18661867
"/cid/10347": "/docs/send-data/opentelemetry-collector/remote-management/source-templates/st-with-secrets",
1868+
"/cid/10349": "/docs/send-data/opentelemetry-collector/remote-management/source-templates/customyaml/changelog",
18671869
"/cid/10817": "/docs/integrations/sumo-apps/cse",
18681870
"/cid/10818": "/docs/integrations/sumo-apps/cse",
18691871
"/cid/1082": "/docs/metrics/introduction/get-started-metrics",

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,6 @@ import MetricsSource from '../../reuse/metrics-source.md';
3939

4040
<MetricsSource/>
4141

42-
### Configure logs collection
43-
44-
#### Diagnostic logs
45-
46-
In this section, you will configure a pipeline for shipping diagnostic logs from [Azure Monitor](https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/monitoring-get-started) to an Event Hub.
47-
48-
1. To set up the Azure Event Hubs source in Sumo Logic, refer to [Azure Event Hubs Source for Logs](/docs/send-data/collect-from-other-data-sources/azure-monitoring/ms-azure-event-hubs-source/).
49-
2. To create the **Diagnostic setting** in the Azure portal, refer to the [Azure documentation](https://learn.microsoft.com/en-gb/azure/data-factory/monitor-configure-diagnostics). Perform the steps below for each Azure Functions that you want to monitor.
50-
1. Choose `Stream to an event hub` as the destination.
51-
1. Select `AllMetrics`.
52-
1. Use the Event Hub namespace and Event Hub name configured in previous step in destination details section. You can use the default policy `RootManageSharedAccessKey` as the policy name.<br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-App-Service-Plan-Configure-Diagnostic-Metrics.png')} alt="Azure App Service Plan Tag Location" style={{border: '1px solid gray'}} width="800" />
53-
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 Storage Tag Location" style={{border: '1px solid gray'}} width="400" />
54-
5542
#### Activity logs (optional)
5643

5744
import ActivityLogs from '../../reuse/apps/azure-activity-logs.md';

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ For Azure Cosmos DB, you can collect the following logs and metrics:
2929

3030
* **Resource logs**. To learn more about the different resource log category types and schemas collected for Azure Cosmos DB, refer to the [Azure documentation](https://learn.microsoft.com/en-us/azure/cosmos-db/monitor-reference#resource-logs).
3131

32-
* **Platform Metrics for Azure Cosmos DB**. For more information on supported metrics and dimensions, refer to the [Azure documentation](https://learn.microsoft.com/en-us/azure/cosmos-db/monitor-reference#metrics). These metrics are available in the following namespaces:
33-
* `Microsoft.DocumentDB/applicationGateways`
34-
* `Microsoft.DocumentDB/cassandraClusters`
35-
* `Microsoft.DocumentDB/mongoClusters`
32+
* **Platform Metrics for Azure Cosmos DB**. For more information on supported metrics and dimensions, refer to the [Azure documentation](https://learn.microsoft.com/en-us/azure/cosmos-db/monitor-reference#metrics). These metrics are available within the namespace `Microsoft.DocumentDB/DatabaseAccounts`
33+
3634
* **Activity logs**. Provides insight into any subscription-level or management group level events that have occurred in the Azure. To learn more, refer to the [Azure documentation](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/activity-log-schema).
3735

3836
## Setup

docs/integrations/product-list/product-list-m-z.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ For descriptions of the different types of integrations Sumo Logic offers, see [
204204
| Logo | Vendors and Products | Integrations |
205205
| :-- | :-- | :-- |
206206
| <img src={useBaseUrl('img/integrations/web-servers/varnish-cache.png')} alt="Thumbnail icon" width="75"/> | [Varnish](https://www.varnish-software.com/) | Apps: <br/>- [Varnish](/docs/integrations/web-servers/varnish/) <br/>- [Varnish - OpenTelemetry](/docs/integrations/web-servers/opentelemetry/varnish-opentelemetry/) |
207-
| <img src={useBaseUrl('img/integrations/misc/varonis-logo.png')} alt="Thumbnail icon" width="75"/> | [Varonis](https://www.varonis.com/) | Cloud SIEM integration: [Varonis](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/20270f89-127e-4055-96ec-56045e67e163.md) <br/>Collector: [Varonis](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/varonis-source) |
207+
| <img src={useBaseUrl('img/integrations/misc/varonis-logo.png')} alt="Thumbnail icon" width="75"/> | [Varonis](https://www.varonis.com/) | Cloud SIEM integration: [Varonis](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/20270f89-127e-4055-96ec-56045e67e163.md) <br/>Collector: [Varonis Alerts](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/varonis-source) |
208208
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/vectra.png')} alt="Thumbnail icon" width="75"/> | [Vectra](https://www.vectra.ai/) | App: [Vectra](/docs/integrations/saas-cloud/vectra) <br/> Automation integration: [Vectra](/docs/platform-services/automation-service/app-central/integrations/vectra/) <br/>Collector: [Vectra Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/vectra-source) <br/>Cloud SIEM integration: [Vectra](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/7a3d1a5c-ba67-4597-971f-7057e8f6c8bb.md) |
209209
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/virustotal.png')} alt="Thumbnail icon" width="75"/> | [VirusTotal](https://www.virustotal.com/) | Automation integrations: <br/>- [VirusTotal](/docs/platform-services/automation-service/app-central/integrations/virustotal/) <br/>- [VirusTotal V3](/docs/platform-services/automation-service/app-central/integrations/virustotal-v3/) |
210210
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/vmray.png')} alt="Thumbnail icon" width="75"/> | [VMRay](https://www.vmray.com/) | Automation integration: [VMRay](/docs/platform-services/automation-service/app-central/integrations/vmray/) |

docs/platform-services/automation-service/app-central/integrations/cisco-meraki.md

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,40 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
66

77
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/cisco-meraki.png')} alt="cisco-meraki" width="70"/>
88

9-
***Version: 1.2
10-
Updated: Jun 26, 2023***
9+
***Version: 1.3
10+
Updated: Oct 24, 2025***
1111

1212
Perform a wide variety of actions within the **Cisco Meraki** ecosystem.
1313

1414
## Actions
1515

16-
* **Get Client** (*Enrichment*) - Get client of a device.
17-
* **Get Client Policy** (*Enrichment*) - Get policy information for the specified client.
18-
* **Get Device Detail** (*Enrichment*) - Get device details for the specified device.
19-
* **Get Device Statuses** (*Enrichment*) - Get device statuses for the specified organization ID.
20-
* **Get Device Uplink** (*Enrichment*) - Get device uplink information for the specified device.
21-
* **Get Group Policies** (*Enrichment*) - Get group policies for the specified network.
22-
* **Get Network Detail** (*Enrichment*) - Get network details for the specified network.
23-
* **Get Network Devices** (*Enrichment*) - List devices for the specified network.
24-
* **Get Network List** (*Enrichment*) - List networks for the specified organization.
25-
* **Get Network Traffic Status** (*Enrichment*) - Get network traffic information for the specified network..
26-
* **Get SSID Detail** (*Enrichment*) - Get detailed information for the specified SSID.
27-
* **Get SSIDs** (*Enrichment*) - List SSIDs for the specified network.
28-
* **Get Static Route Detail** (*Enrichment*) - Get details for the specified static route.
29-
* **Get Static Routes** (*Enrichment*) - Get static routes for the specified network.
30-
* **Get VLAN Detail** (*Enrichment*) - Get details for the specified VLAN.
31-
* **Get VLANS** (*Enrichment*) - Get VLANs for the specified network.
32-
* **Get VPN FW Rules** (*Enrichment*) - Get VPN firewall rules for the specified organization.
33-
* **Get VPN Settings** (*Enrichment*) - Get VPN settings for the specified network.
34-
* **List Clients** (*Enrichment*) - List the clients of a device.
35-
* **List Organizations** (*Enrichment*) - List the organizations that the user has privileges on.
36-
* **Add Static Route** (*Containment*) - Add a new static route.
37-
* **Update Client Policy** (*Containment*) - Update the specified client policy.
38-
* **Update Device** (*Containment*) - Update the specified device.
39-
* **Update Static Route** (*Containment*) - Update the specified static route.
40-
* **Update VPN Rules Of MX Network** (*Containment*) - Update rulesets on MX network.
41-
* **Update VPN Settings** (*Containment*) - Update the VPN settings.
42-
* **Wipe Devices** (*Containment*) - Wipe a device/devices.
16+
* **Get Client** (*Enrichment*) - Retrieve client details connected to a specific device.
17+
* **Get Client Policy** (*Enrichment*) - Fetch the policy configuration for a specific client.
18+
* **Get Device Detail** (*Enrichment*) - Retrieve detailed information about a specific device.
19+
* **Get Device Statuses** (*Enrichment*) - Get the operational statuses of all devices in an organization.
20+
* **Get Device Uplink** (*Enrichment*) - Retrieve uplink connection details for a specific device.
21+
* **Get Group Policies** (*Enrichment*) - List all group policies configured in a network.
22+
* **Get Network Detail** (*Enrichment*) - Retrieve detailed configuration and metadata of a specific network.
23+
* **Get Organization Devices** (*Enrichment*) - List devices for the specified organization.
24+
* **Get Network List** (*Enrichment*) - Retrieve a list of all networks within an organization.
25+
* **Get Network Traffic Status** (*Enrichment*) - Get traffic analytics for a specified network.
26+
* **Get SSID Detail** (*Enrichment*) - Retrieve configuration details of a specific SSID.
27+
* **Get SSIDs** (*Enrichment*) - List all SSIDs configured under a given network.
28+
* **Get Static Route Detail** (*Enrichment*) - Retrieve detailed configuration of a specific static route.
29+
* **Get Static Routes** (*Enrichment*) - List all static routes configured in a network.
30+
* **Get VLAN Detail** (*Enrichment*) - Get detailed configuration of a specific VLAN.
31+
* **Get VLANS** (*Enrichment*) - List all VLANs configured in a network.
32+
* **Get VPN FW Rules** (*Enrichment*) - Retrieve the current VPN firewall rules for an organization.
33+
* **Get VPN Settings** (*Enrichment*) - Retrieve site-to-site VPN settings for a specific network.
34+
* **List Clients** (*Enrichment*) - List all client devices connected to a given network or device.
35+
* **List Organizations** (*Enrichment*) - Retrieve a list of organizations accessible with the provided API key.
36+
* **Add Static Route** (*Containment*) - Create and add a new static route in a specified network.
37+
* **Update Client Policy** (*Containment*) - Modify the policy applied to a specific client.
38+
* **Update Device** (*Containment*) - Update properties such as name, location, or tags of a device.
39+
* **Update Static Route** (*Containment*) - Modify an existing static route configuration.
40+
* **Update VPN Rules Of MX Network** (*Containment*) - Update VPN firewall rule sets at the organization level.
41+
* **Update VPN Settings** (*Containment*) - Update site-to-site VPN configuration (mode, hubs, and subnets).
42+
* **Wipe Devices** (*Containment*) - Remotely wipe one or more devices managed via Systems Manager (SM).
4343

4444
## Configure Cisco Meraki in Automation Service and Cloud SOAR
4545

@@ -66,3 +66,4 @@ For information about Cisco Meraki, see [Cisco Meraki documentation](https://dev
6666
* February 28, 2019 - First upload
6767
* May 5, 2023 (v1.1) - Integration refactored
6868
* June 26, 2023 (v1.1) - Removed unnecessary empty lines and other little changes
69+
* October 24, 2025 (v1.3) - The Cisco Meraki integration has been fully upgraded to align with the latest Meraki Dashboard API (v1) and SDK (v2.0.3)

docs/security/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Sumo Logic security solutions support the entire spectrum of security use cases,
1111
* **[Logs for Security](/docs/security/additional-security-features/)**<br/>Provides enhanced insight for security analysts into threat activity via logs. Collect security log and event data from your infrastructure and applications, on-premises and in-cloud. Analyze your security data with pre-built and custom dashboards, out-of-the-box security apps, and robust queries.
1212
* **Threat detection, investigation, and response**<br/>After you have collected logs for security, you can use them with the following solutions for threat detection, investigation, and response:
1313
* **[Cloud SIEM](/docs/cse/)**<br/>Gives SOC (security operations center) analysts prioritized and contextualized actionable threats with automated security workflows. Out-of-the-box automated detection reduces manual work, saving valuable resource time and enabling your team to be more effective by allowing them to focus on higher-value security functions.
14-
* **[Cloud SOAR](/docs/cloud-soar/)**<br/>Fully automates triage, investigation, and remediation of threats for any security professional. The open integrations framework allows you to connect to a multitude of third-party applications. The platform provides full incident response lifecycle management with machine learning and threat hunting, accelerating mean time to respond (MTTR). |
14+
* **[Cloud SOAR](/docs/cloud-soar/)**<br/>Fully automates triage, investigation, and remediation of threats for any security professional. The open integrations framework allows you to connect to a multitude of third-party applications. The platform provides full incident response lifecycle management with machine learning and threat hunting, accelerating mean time to respond (MTTR).
1515

1616
## Security feature comparison
1717

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ In this section, we'll introduce the following concepts:
614614
</div>
615615
<div className="box smallbox card">
616616
<div className="container">
617-
<a href="/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/varonis-source"><img src={useBaseUrl('img/integrations/misc/varonis-logo.png')} alt="Thumbnail icon" width="100"/><h4>Varonis</h4></a>
617+
<a href="/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/varonis-source"><img src={useBaseUrl('img/integrations/misc/varonis-logo.png')} alt="Thumbnail icon" width="100"/><h4>Varonis Alerts</h4></a>
618618
<p>Learn to collect alerts from the Varonis platform and send them to Sumo Logic.</p>
619619
</div>
620620
</div>

0 commit comments

Comments
 (0)