Skip to content

Commit 8a58ff9

Browse files
authored
Merge branch 'main' into JV0812-patch-2
2 parents 41a28b2 + da0882d commit 8a58ff9

File tree

170 files changed

+866
-229
lines changed

Some content is hidden

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

170 files changed

+866
-229
lines changed

blog-service/2024-10-25-apps-2.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Zendesk (Apps)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- zendesk
6+
- apps
7+
hide_table_of_contents: true
8+
---
9+
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
12+
<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>
13+
14+
We're excited to introduce the new Zendesk app for Sumo Logic. This app leverages the Sumo Logic Cloud-to-Cloud Zendesk source to collect audit logs, providing security analysts with critical visibility into their Zendesk environment.
15+
16+
Explore our technical documentation [here](/docs/integrations/saas-cloud/zendesk/) to learn how to set up and use the Zendesk app for Sumo Logic.

blog-service/2024-10-25-apps.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: LastPass (Apps)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- lastpass
6+
- apps
7+
hide_table_of_contents: true
8+
---
9+
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
12+
<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>
13+
14+
We're excited to introduce the new LastPass app for Sumo Logic. This app leverages the Sumo Logic Cloud-to-Cloud LastPass source to collect audit logs, providing security analysts with critical visibility into their LastPass environment.
15+
16+
Explore our technical documentation [here](/docs/integrations/saas-cloud/lastpass/) to learn how to set up and use the LastPass app for Sumo Logic.

cid-redirects.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,9 @@
19751975
"/cid/22673": "/docs/integrations/google/cloud-storage",
19761976
"/cid/22674": "/docs/integrations/google/cloud-functions",
19771977
"/cid/22675": "/docs/integrations/google/cloud-sql",
1978+
"/cid/23233": "/docs/integrations/saas-cloud/zendesk",
19781979
"/cid/2323": "/docs/integrations/saas-cloud/zoom",
1980+
"/cid/23239": "/docs/integrations/saas-cloud/lastpass",
19791981
"/cid/2324": "/docs/integrations/saas-cloud/workday",
19801982
"/cid/23433": "/docs/search/search-query-language/search-operators/topk",
19811983
"/cid/24000": "/docs/send-data/installed-collectors/sources/preconfigure-machine-collect-remote-windows-events",

docs/api/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,11 @@ To connect with other Sumo Logic users, post feedback, or ask a question, visit
200200
<a href="/docs/api/saml-configuration"><img src={useBaseUrl('img/icons/security/security-and-compliance.png')} alt="Thumbnail icon" width="50"/><h4>SAML Configuration</h4></a>
201201
</div>
202202
</div>
203+
<div className="box smallbox card">
204+
<div className="container">
205+
<a href="/docs/api/scan-budget"><img src={useBaseUrl('img/icons/general/calendar.png')} alt="Thumbnail icon" width="50"/><h4>Scan Budget</h4></a>
206+
</div>
207+
</div>
203208
<div className="box smallbox card">
204209
<div className="container">
205210
<a href="/docs/api/scheduled-views"><img src={useBaseUrl('img/icons/general/calendar.png')} alt="Thumbnail icon" width="50"/><h4>Scheduled Views</h4></a>

docs/api/scan-budget.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
id: scan-budget
3+
title: Scan Budgets Management APIs
4+
sidebar_label: Scan Budgets
5+
description: Scan Budgets Management V2 APIs allows you to manage scan budgets from HTTP endpoints
6+
---
7+
import useBaseUrl from '@docusaurus/useBaseUrl';
8+
import ApiIntro from '../reuse/api-intro.md';
9+
import ApiRoles from '../reuse/api-roles.md';
10+
11+
<img src={useBaseUrl('img/icons/operations/data-volume.png')} alt="Thumbnail icon" width="50"/>
12+
13+
The Scan Budget Management APIs allows you to manage scan budgets from HTTP endpoints. Scan budgets apply to all chargeable log scan queries. For more information, refer to [Scan Budgets](/docs/manage/manage-subscription/usage-management).
14+
15+
## Prerequisites
16+
17+
| Account Type | Account Level |
18+
|:--|:--|
19+
| Credits | Enterprise Suite |
20+
21+
## Documentation
22+
23+
<ApiIntro/>
24+
25+
| Deployment | Documentation URL |
26+
|:--|:--|
27+
| AU | https://api.au.sumologic.com/docs/#tag/budgetManagement |
28+
| CA | https://api.ca.sumologic.com/docs/#tag/budgetManagement |
29+
| DE | https://api.de.sumologic.com/docs/#tag/budgetManagement |
30+
| EU | https://api.eu.sumologic.com/docs/#tag/budgetManagement |
31+
| FED | https://api.fed.sumologic.com/docs/#tag/budgetManagement |
32+
| IN | https://api.in.sumologic.com/docs/#tag/budgetManagement |
33+
| JP | https://api.jp.sumologic.com/docs/#tag/budgetManagement |
34+
| KR | https://api.kr.sumologic.com/docs/#tag/budgetManagement |
35+
| US1 | https://api.sumologic.com/docs/#tag/budgetManagement |
36+
| US2 | https://api.us2.sumologic.com/docs/#tag/budgetManagement |
37+
38+
To manage scan budgets, you must have the **Manage Usage Management** role capability. Enabling this will also automatically enable the **View Usage Management** capability.

docs/contributing/templates/app-template-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The **Split - Users and Groups** dashboard provides a quick snapshot of ....
9898

9999
<!-- #example: The **Split - Users and Groups** dashboard offers concise statistical summaries pertaining to Split users and groups, including administrative actions taken concerning them.-->
100100

101-
## Upgrading the Split app (Optional)
101+
## Upgrade/Downgrade the Split app (Optional)
102102

103103
import AppUpdate from '../../reuse/apps/app-update.md';
104104

docs/integrations/amazon-aws/cloudfront.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ import ViewDashboards from '../../reuse/apps/view-dashboards.md';
117117
- **HTTP Status Codes Over Time.** Shows HTTP status codes over time in timeslices of five minutes for the last three hours in a timeline.
118118
- **Traffic and Megabytes Served.** Provides information on site traffic hits and Megabytes served in timeslices of one hour over the last 24 hours in a combination column and line chart.
119119

120-
## Upgrading the Amazon CloudFront app (Optional)
120+
## Upgrade/Downgrade the Amazon CloudFront app (Optional)
121121

122122
import AppUpdate from '../../reuse/apps/app-update.md';
123123

docs/integrations/amazon-aws/inspector-classic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ import ViewDashboards from '../../reuse/apps/view-dashboards.md';
222222

223223
**Persistent Findings.** Displays persistent findings in a table chart, including details on the finding title, template, finding severity, and number of runs for the last seven days.
224224

225-
## Upgrading the Amazon Inspector Classic app (Optional)
225+
## Upgrade/Downgrade the Amazon Inspector Classic app (Optional)
226226

227227
import AppUpdate from '../../reuse/apps/app-update.md';
228228

docs/integrations/amazon-aws/inspector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ The other panels on the dashboard, for Critical, High, Medium, and Low Severity
177177
* Severity [Outliers](/docs/search/search-query-language/search-operators/outlier). Shows the trending volume of findings at this severity level during the last 24 hours by default, or during the currently selected time range. The gray shaded area corresponds to 3 standard deviations of the past 10 mean values. Pink triangles show values that exceed that threshold and are likely points of investigation considering the large change in volume of findings.
178178
* Last 20 Severity Findings. A table detailing the 20 most recent findings at this severity level.
179179

180-
## Upgrading the Amazon Inspector app (Optional)
180+
## Upgrade/Downgrade the Amazon Inspector app (Optional)
181181

182182
import AppUpdate from '../../reuse/apps/app-update.md';
183183

docs/integrations/amazon-aws/kinesis-streams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ See the details of the Kinesis metrics including the incoming bytes, incoming re
159159

160160
**Iterator Age (ms) by Stream and Shard**. See the maximum of the metric iterator age in milliseconds by stream and shard for the last 24 hours on a line chart.
161161

162-
## Upgrading the Amazon Kinesis - Streams app (Optional)
162+
## Upgrade/Downgrade the Amazon Kinesis - Streams app (Optional)
163163

164164
import AppUpdate from '../../reuse/apps/app-update.md';
165165

0 commit comments

Comments
 (0)