Skip to content

Commit 2284af7

Browse files
authored
Merge branch 'main' into deletion-requests
2 parents 236aabc + 730d0ea commit 2284af7

38 files changed

+1275
-512
lines changed

blog-service/2024-12-11-manage.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Self-Service Checkout (Manage)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
hide_table_of_contents: true
5+
---
6+
7+
import useBaseUrl from '@docusaurus/useBaseUrl';
8+
9+
<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>
10+
11+
We’re excited to introduce self-service checkout, a streamlined way for trial users to upgrade to an **Essentials** plan directly from within the Sumo Logic platform. No more waiting for sales assistance—now you can unlock premium features in just a few clicks!
12+
13+
With self-service checkout, you’ll enjoy:
14+
- **Quick upgrades**. Complete your purchase in minutes.
15+
- **Instant access**. Start using advanced features right away.
16+
- **Convenient payments**. Pay securely with a credit card.
17+
18+
Ready to get started? [Learn how to upgrade your plan](/docs/get-started/sign-up).

cid-redirects.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4072,6 +4072,8 @@
40724072
"/docs/cse/records-signals-entities-insights/cse-heads-up-display": "/docs/cse/get-started-with-cloud-siem/cse-heads-up-display",
40734073
"/docs/cse/records-signals-entities-insights/insight-generation-process": "/docs/cse/get-started-with-cloud-siem/insight-generation-process",
40744074
"/docs/cse/get-started-with-cloud-siem/introduction-to-cloud-siem": "/docs/cse/get-started-with-cloud-siem",
4075+
"/docs/cse/cloud-siem-content-catalog": "/docs/cse/get-started-with-cloud-siem/cloud-siem-content-catalog",
4076+
"/docs/cse/introduction-to-cloud-sie": "/docs/cse/get-started-with-cloud-siem",
40754077
"/docs/integrations/sumo-apps/security-foundations": "/docs/integrations/sumo-apps/security-analytics",
40764078
"/docs/send-data/collect-from-other-data-sources/amazon-cloudwatch-logs/collect-with-amazon-kinesis": "/docs/send-data/collect-from-other-data-sources/amazon-cloudwatch-logs",
40774079
"/docs/send-data/collect-from-other-data-sources/amazon-cloudwatch-logs/collect-with-collector-script": "/docs/send-data/collect-from-other-data-sources/amazon-cloudwatch-logs",

docs/alerts/monitors/create-monitor.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ Triggers are evaluated by balancing the requirement of timely alert notification
139139
* For [static logs monitors](#static-detection-method), triggers are similar to "Alert when the result is greater than _ within Y Minutes". The triggers are evaluated periodically as below.
140140
| When detection window (Y) is | Evaluate trigger every |
141141
|:-----------------------------|:-----------------------|
142-
| 30m or less | 1m |
143-
| 30m to 3h | 2m |
144-
| 3hr to 12h | 10m |
145-
| Greater than 12h | 20m |
142+
| 15m or less | 1m |
143+
| 15m to 1h | 2m |
144+
| 1h to 6h | 10m |
145+
| Greater than 6h | 20m |
146146
* For [anomaly logs monitors](#anomaly-detection-method), triggers are evaluated every `timeslice` as specified in the monitor query. For example, the below query is evaluated every 2 minutes.
147147
```
148148
_sourceCategory=Labs/Apache/Access
File renamed without changes.

docs/cse/get-started-with-cloud-siem/cloud-siem-ui.md

Lines changed: 180 additions & 0 deletions
Large diffs are not rendered by default.

docs/cse/get-started-with-cloud-siem/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
99
This guide helps you get started using Cloud SIEM for threat hunting.
1010

1111
<div className="box-wrapper">
12+
<div className="box smallbox card">
13+
<div className="container">
14+
<a href="/docs/cse/get-started-with-cloud-siem/cloud-siem-ui"><img src={useBaseUrl('img/icons/security/siem-challenges.png')} alt="Shield on a workflow icon" width="40"/><h4>Cloud SIEM User Interface</h4></a>
15+
<p>Learn about the Cloud SIEM user interface.</p>
16+
</div>
17+
</div><div className="box smallbox card">
18+
<div className="container">
19+
<a href="/docs/cse/get-started-with-cloud-siem/intro-for-analysts"><img src={useBaseUrl('img/icons/security/siem-challenges.png')} alt="Shield on a workflow icon" width="40"/><h4>Introduction to Cloud SIEM for Analysts</h4></a>
20+
<p>Learn basic concepts about Cloud SIEM for security analysts.</p>
21+
</div>
22+
</div>
23+
<div className="box smallbox card">
24+
<div className="container">
25+
<a href="/docs/cse/get-started-with-cloud-siem/intro-for-administrators"><img src={useBaseUrl('img/icons/security/siem-challenges.png')} alt="Shield on a workflow icon" width="40"/><h4>Introduction to Cloud SIEM for Administrators</h4></a>
26+
<p>Learn basic concepts about Cloud SIEM for administrators.</p>
27+
</div>
28+
</div>
1229
<div className="box smallbox card">
1330
<div className="container">
1431
<a href="/docs/cse/get-started-with-cloud-siem/cse-heads-up-display"><img src={useBaseUrl('img/icons/security/siem-challenges.png')} alt="Shield on a workflow icon" width="40"/><h4>Cloud SIEM Heads Up Display</h4></a>
@@ -27,6 +44,12 @@ This guide helps you get started using Cloud SIEM for threat hunting.
2744
<p>Learn about the contents of the Insights UI in Cloud SIEM.</p>
2845
</div>
2946
</div>
47+
<div className="box smallbox card">
48+
<div className="container">
49+
<a href="/docs/cse/get-started-with-cloud-siem/cloud-siem-content-catalog"><img src={useBaseUrl('img/icons/security/compliance.png')} alt="Checklist icon" width="40"/><h4>Cloud SIEM Content Catalog</h4></a>
50+
<p>See the out-of-the-box Rules, Schema, Mappings, and Parsers for Cloud SIEM.</p>
51+
</div>
52+
</div>
3053
<div className="box smallbox card">
3154
<div className="container">
3255
<a href="/docs/cse/get-started-with-cloud-siem/onboarding-checklist-cse"><img src={useBaseUrl('img/icons/security/compliance.png')} alt="Checklist icon" width="40"/><h4>Cloud SIEM Onboarding Checklist</h4></a>

0 commit comments

Comments
 (0)