Skip to content

Commit 1c2b462

Browse files
authored
Merge branch 'main' into docs-153-site-move
2 parents f1fe7bd + e8141e4 commit 1c2b462

File tree

181 files changed

+6378
-984
lines changed

Some content is hidden

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

181 files changed

+6378
-984
lines changed

.clabot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@
185185
"snyk-bot",
186186
"stephenthedev",
187187
"Apoorvkudesia-sumologic",
188-
"ntanwar-sumo"
188+
"ntanwar-sumo",
189+
"aj-sumo"
189190
],
190191
"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.",
191192
"label": "cla-signed",

blog-cse/2025-06-02-application.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ We're happy to announce that now when you create or update a first seen or outli
1717
To learn more, see our information about baselines for [first seen rules](/docs/cse/rules/write-first-seen-rule/) and [outlier rules](/docs/cse/rules/write-outlier-rule/#baselines-for-outlier-rules).
1818

1919
:::note
20-
* This feature update applies only to new and changed first seen and outlier rules. Unchanged existing rules will continue to use their existing baselines.
21-
* This feature update is rolling out across deployments incrementally and will be available on all deployments by June 12, 2025.
20+
This feature update applies only to new and changed first seen and outlier rules. Unchanged existing rules will continue to use their existing baselines.
2221
:::

blog-developer/2025-04-09-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ As previously communicated to impacted customers, effective as of April 30, 2025
88

99
Historical data will not be migrated to other deployments.
1010

11-
**Reminder**: If you're still referencing the India endpoint, please update your integrations. For supported alternatives, see the [endpoint guide](/docs/api/getting-started/#sumo-logic-endpoints-by-deployment-and-firewall-security).
11+
**Reminder**: If you're still referencing the India endpoint, please update your integrations. For supported alternatives, see the [endpoint guide](/docs/api/about-apis/getting-started/#sumo-logic-endpoints-by-deployment-and-firewall-security).
1212

1313
For help, contact [Support](https://support.sumologic.com/).

blog-service/2025-07-16-apps.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Microsoft Defender for Endpoint (Apps)
3+
image: https://help.sumologic.com/img/reuse/rss-image.jpg
4+
keywords:
5+
- apps
6+
- palo-alto-networks-11
7+
hide_table_of_contents: true
8+
---
9+
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
12+
13+
We're excited to introduce the new Microsoft Defender for Endpoint app for Sumo Logic. This app enables you to gain real-time visibility into security alert data across your software projects and dependencies. This app also helps security and DevOps teams track risk exposure, prioritize remediation, and maintain a strong security posture. [Learn more](/docs/integrations/microsoft-azure/microsoft-defender-for-endpoint).

blog-service/2025-07-18-search.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Query Assist (Search)
3+
image: https://help.sumologic.com/img/reuse/rss-image.jpg
4+
keywords:
5+
- query-assist
6+
- search
7+
hide_table_of_contents: true
8+
---
9+
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
12+
13+
We’re excited to announce the release of **Query Assist**, designed to simplify query building by reducing complexity, enabling easier field discovery, minimizing errors, and providing intelligent query-writing assistance. These enhancements deliver real-time syntax suggestions, schema-based recommendations, and a frictionless query experience.
14+
15+
Key features of this feature include:
16+
17+
* **Real-time syntax suggestions**. Get instant recommendations for syntax and operators to accelerate query creation and reduce errors.
18+
* **Schema-based field suggestions.** Automatically discover relevant keys and fields for structured data like JSON logs.
19+
* **Partial query prediction.** Anticipate the next operator or receive partial query suggestions based on your input.
20+
* **Enhanced user experience.** Real-time error highlighting and intelligent suggestions provide a smooth and seamless query-building process.
21+
22+
These updates make it easier for both beginners and advanced users to craft accurate queries and analyze data efficiently. [Learn more](/docs/search/query-assist/).

cid-redirects.json

Lines changed: 43 additions & 23 deletions
Large diffs are not rendered by default.

docs/alerts/webhook-connections/cloud-soar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ You can configure a webhook connection to allow you to send an alert from a sche
2121
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Monitoring > Connections**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select **Configuration**, and then under **Monitoring** select **Connections**. You can also click the **Go To...** menu at the top of the screen and select **Connections**.
2222
1. Click **+** and choose **Cloud SOAR** as the connection type. The **Create Cloud SOAR Connection** dialog is displayed.<br/><img src={useBaseUrl('img/cloud-soar/CSOAR-connection1.png')} alt="New connection" style={{border: '1px solid gray'}} width="600"/>
2323
1. Enter a **Name** and give an optional **Description** to the connection.
24-
1. The **URL** field shows your [Sumo Logic API endpoint](/docs/api/getting-started#sumo-logic-endpoints-by-deployment-and-firewall-security) followed by `/csoar/v3/incidents/`. For example, `https://api.us2.sumologic.com/api/csoar/v3/incidents/`
25-
1. In **Authorization Header**, enter your basic authentication access information for the header. For example, `Basic <base64 encode <accessId>:<accessKey>>`. For more information, see [Basic Access (Base64 encoded)](/docs/api/getting-started#basic-access-base64-encoded).
24+
1. The **URL** field shows your [Sumo Logic API endpoint](/docs/api/about-apis/getting-started#sumo-logic-endpoints-by-deployment-and-firewall-security) followed by `/csoar/v3/incidents/`. For example, `https://api.us2.sumologic.com/api/csoar/v3/incidents/`
25+
1. In **Authorization Header**, enter your basic authentication access information for the header. For example, `Basic <base64 encode <accessId>:<accessKey>>`. For more information, see [Basic Access (Base64 encoded)](/docs/api/about-apis/getting-started#basic-access-base64-encoded).
2626
1. Click **Save**. After save, the **Templates** dropdown shows a list of all incident templates by name configured in your Cloud SOAR environment.
2727
1. Select a **Template**.
2828
1. The default payload synchronizes with the selected template, and the **Alert Payload** field shows the associated `template_id` field automatically defined in the default payload. A `template_id` is required in the payload in order to configure the connection:

docs/api/getting-started.md renamed to docs/api/about-apis/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Sumo Logic's FedRAMP deployment is similar to our other deployments, such as US2
132132

133133
### AWS region by Sumo Logic deployment
134134

135-
import AWSDeploymentRegion from '../reuse/aws-region-by-sumo-deployment.md';
135+
import AWSDeploymentRegion from '../../reuse/aws-region-by-sumo-deployment.md';
136136

137137
* <AWSDeploymentRegion/>
138138

@@ -142,9 +142,9 @@ Generic status codes that apply to all our APIs. See the [HTTP status code regis
142142

143143
| HTTP Status Code | Error Code | Description
144144
|:------------------|:---------------------|:-------------------------------------|
145-
| 301 | moved | The requested resource SHOULD be accessed through returned URI in Location Header. See [troubleshooting](/docs/api/troubleshooting) for details. |
145+
| 301 | moved | The requested resource SHOULD be accessed through returned URI in Location Header. See [troubleshooting](/docs/api/about-apis/troubleshooting) for details. |
146146
| 401 | unauthorized | Credential could not be verified. |
147-
| 403 | forbidden | This operation is not allowed for your account type or the user doesn't have the role capability to perform this action. See [troubleshooting](/docs/api/troubleshooting) for details. |
147+
| 403 | forbidden | This operation is not allowed for your account type or the user doesn't have the role capability to perform this action. See [troubleshooting](/docs/api/about-apis/troubleshooting) for details. |
148148
| 404 | notfound | Requested resource could not be found. |
149149
| 405 | method.unsupported | Unsupported method for URL. |
150150
| 415 | contenttype.invalid | Invalid content type. |

docs/api/about-apis/index.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
slug: /api/about-apis
3+
title: About Sumo Logic APIs
4+
sidebar: About
5+
description: Learn about Sumo Logic APIs, including endpoints and how to use them.
6+
---
7+
8+
import useBaseUrl from '@docusaurus/useBaseUrl';
9+
10+
This section contains articles about how to use the Sumo Logic APIs.
11+
12+
13+
<div className="box-wrapper" markdown="1">
14+
<div className="box smallbox card">
15+
<div className="container">
16+
<a href="/docs/api/about-apis/intro-to-apis"><img src={useBaseUrl('img/icons/operations/advanced-certificates.png')} alt="Thumbnail icon" width="50"/><h4>Introduction to Sumo Logic APIs</h4></a>
17+
<p>Learn how to get started with the Sumo Logic APIs.</p>
18+
</div>
19+
</div>
20+
<div className="box smallbox card">
21+
<div className="container">
22+
<a href="/docs/api/about-apis/getting-started"><img src={useBaseUrl('img/icons/cloud/api2.png')} alt="icon" width="50"/><h4>Authentication and Endpoints</h4></a>
23+
<p>Get your API credentials and endpoint URL to start using the Sumo Logic APIs.</p>
24+
</div>
25+
</div>
26+
<div className="box smallbox card">
27+
<div className="container">
28+
<a href="/docs/api/about-apis/terraform-with-sumo-logic"><img src={useBaseUrl('img/api/terraform-icon.png')} alt="Thumbnail icon" width="50"/><h4>Use Terraform with Sumo Logic</h4></a>
29+
<p>Learn how to use Terraform with Sumo Logic.</p>
30+
</div>
31+
</div>
32+
<div className="box smallbox card">
33+
<div className="container">
34+
<a href="/docs/api/about-apis/troubleshooting"><img src={useBaseUrl('img/icons/operations/troubleshoot.png')} alt="Thumbnail icon" width="50"/><h4>Troubleshooting</h4></a>
35+
<p>Troubleshoot errors you may find when using the Sumo APIs.</p>
36+
</div>
37+
</div>
38+
</div>

0 commit comments

Comments
 (0)