Skip to content

Commit 1d50dfa

Browse files
Merge branch 'main' into SUMO-249140-FlexibleDBforMySQL
2 parents 0bef0a4 + 2005692 commit 1d50dfa

21 files changed

+289
-46
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Digital Guardian C2C Source (Collection)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- collection
6+
- digital-guardian
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 announce the release of our new cloud-to-cloud source for Digital Guardian. This source helps you to collect export data logs using the Export API and uses Acknowledge API to advance the bookmark value to obtain the next chunk of data from export endpoint to ingests it into Sumo Logic. [Learn more](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/digital-guardian-source).

blog-service/2024-10-22-alerts.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: AI-Driven Alerts for Metrics Anomalies (Monitors)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- metrics
6+
- monitors
7+
- alerts
8+
- anomalies
9+
- ai
10+
hide_table_of_contents: true
11+
---
12+
13+
import useBaseUrl from '@docusaurus/useBaseUrl';
14+
15+
<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>
16+
17+
We're excited to announce the general availability of AI-driven alerts for metrics anomalies, extending our AI-driven alerting to metrics-based monitors. This release helps reduce alert fatigue and enables faster incident resolution with automated playbooks.
18+
19+
### Key Features
20+
21+
* **Advanced anomaly detection**. Uses 30 days of historical metrics data to establish baselines and detect critical anomalies.
22+
* **Customizable detection**. Configure detection based on specific criteria, like multiple anomalous data points within a time window.
23+
* **Playbook integration**. Automate responses by linking playbooks to streamline diagnosis and recovery.
24+
25+
[Learn more](/docs/alerts/monitors/create-monitor)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Convert to Anomaly Feature for Log Monitors (Monitors)
3+
image: https://www.sumologic.com/img/logo.svg
4+
keywords:
5+
- monitors
6+
- alerts
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’ve added the **Convert to Anomaly** option, allowing you to convert outlier monitors into anomaly-based monitors for more efficient data usage and reduced alert noise. Please note that this feature is only available for log monitors at this time. [Learn more](/docs/alerts/monitors/settings).

cid-redirects.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2694,6 +2694,7 @@
26942694
"/cid/30040": "/docs/integrations/microsoft-azure/azure-hdinsight",
26952695
"/cid/21001": "/docs/integrations/google/cloud-alloydb-for-postgresql",
26962696
"/cid/21342": "/docs/send-data/hosted-collectors/microsoft-source/azure-metrics-source",
2697+
"/cid/21343": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/digital-guardian-source",
26972698
"/cid/21002": "/docs/integrations/google/cloud-api-gateway",
26982699
"/cid/21003": "/docs/integrations/google/cloud-apis",
26992700
"/cid/21004": "/docs/integrations/google/cloud-armor",

docs/alerts/monitors/create-monitor.md

Lines changed: 54 additions & 31 deletions
Large diffs are not rendered by default.

docs/alerts/monitors/settings.md

Lines changed: 32 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
88

99
The monitors page allows you to view, create, manage, and organize your monitors. To access it from the [**Classic UI**](/docs/get-started/sumo-logic-ui-classic), select **Manage Data > Monitoring > Monitors**; from the [**New UI**](/docs/get-started/sumo-logic-ui/), select **Alerts > Monitors**.
1010

11-
![monitors page](/img/alerts/monitors/monitors-page.png)
11+
<img src={useBaseUrl('img/alerts/monitors/monitors-page.png')} alt="Monitors page" style={{border: '1px solid gray'}} width="800" />
1212

1313
## Monitor attributes
1414

1515
Each monitor is assigned the following attributes:
1616
* **Name**. Name of the monitor.
1717
* **Status**. Shows the status of the monitor - **Normal, Critical, Warning, or Missing Data**. A monitor can be in multiple states at the same time. Normal indicates none of the trigger conditions are met and your data is actively being monitored.
18-
* For **Critical** and **Missing Data** monitors, hover your cursor over its **Status** and click the open icon to view all alerts triggered by that monitor.<br/><img src={useBaseUrl('img/alerts/monitors/monitors-shortcut.png')} alt="monitor shortcut" width="300" />
18+
* For **Critical** and **Missing Data** monitors, hover your cursor over its **Status** and click the open icon to view all alerts triggered by that monitor.<br/><img src={useBaseUrl('img/alerts/monitors/monitors-shortcut.png')} alt="monitor shortcut" style={{border: '1px solid gray'}} width="300" />
1919
* **Subscribed**. Indicates whether or not you're subscribed to receive alerts from a monitor.
2020
* **Type**. Indicates whether the monitor type is either logs or metrics.
2121
* **Tags**. Lists the [tag(s)](#tags) applied to a monitor.
@@ -26,23 +26,23 @@ Each monitor is assigned the following attributes:
2626
## Search and filter monitors
2727

2828
At the top of the page, you can:
29-
* **Search Monitors**. If you know a monitor's name or partial name, enter that in the input field to run a search. <br/><img src={useBaseUrl('img/alerts/monitors/search-monitors.png')} alt="search monitors input" width="600"/>
30-
* **Add a filter**. Click in this field to view a list of available filters, such as Status and Tag, to search monitor attributes. To view all monitors that are currently triggered, click **Status: All Triggered**. <br/><img src={useBaseUrl('img/alerts/monitors/filter-monitors.png')} alt="search monitors input" width="600"/>
31-
* **Add** > **New Folder**. Creates a folder to organize your monitors.<br/><img src={useBaseUrl('img/alerts/monitors/new-folder.png')} alt="import-folder" width="200"/>
32-
* **Add** > **New Monitor**. Creates a [new monitor](/docs/alerts/monitors/create-monitor).<br/><img src={useBaseUrl('img/alerts/monitors/new-monitor.png')} alt="new-monitor" width="200"/>
33-
* **Add** > **Import**. Imports monitors from the exported JSON you copied from the **More Actions** menu in the [Details pane](#monitor-details-pane) of the original monitor.<br/><img src={useBaseUrl('img/alerts/monitors/import-monitor.png')} alt="import-monitor" width="200"/>
29+
* **Search Monitors**. If you know a monitor's name or partial name, enter that in the input field to run a search. <br/><img src={useBaseUrl('img/alerts/monitors/search-monitors.png')} alt="search monitors input" style={{border: '1px solid gray'}} width="600"/>
30+
* **Add a filter**. Click in this field to view a list of available filters, such as Status and Tag, to search monitor attributes. To view all monitors that are currently triggered, click **Status: All Triggered**. <br/><img src={useBaseUrl('img/alerts/monitors/filter-monitors.png')} alt="search monitors input" style={{border: '1px solid gray'}} width="600"/>
31+
* **Add** > **New Folder**. Creates a folder to organize your monitors.<br/><img src={useBaseUrl('img/alerts/monitors/new-folder.png')} alt="import-folder" style={{border: '1px solid gray'}} width="200"/>
32+
* **Add** > **New Monitor**. Creates a [new monitor](/docs/alerts/monitors/create-monitor).<br/><img src={useBaseUrl('img/alerts/monitors/new-monitor.png')} alt="new-monitor" style={{border: '1px solid gray'}} width="200"/>
33+
* **Add** > **Import**. Imports monitors from the exported JSON you copied from the **More Actions** menu in the [Details pane](#monitor-details-pane) of the original monitor.<br/><img src={useBaseUrl('img/alerts/monitors/import-monitor.png')} alt="import-monitor" style={{border: '1px solid gray'}} width="200"/>
3434

3535
:::important
3636
The **Import** function is provided for you to transfer data immediately. The Sumo Logic JSON format may change without notice. There is no guarantee that you will be able to import the JSON in the future.
3737
:::
3838

3939
## Quick menu
4040

41-
The quick menu allows you to make changes to the monitor without opening the Details pane. Find and hover your mouse over a monitor in the monitors table. A three-dot kebab icon appears on the right of the row. Click the three-dot kebab icon to view a menu with all of the options available in the [Details pane](#monitor-details-pane).<br/>![quick menu](/img/alerts/monitors/quick-menu-monitors.png)
41+
The quick menu allows you to make changes to the monitor without opening the Details pane. Find and hover your mouse over a monitor in the monitors table. A three-dot kebab icon appears on the right of the row. Click the three-dot kebab icon to view a menu with all of the options available in the [Details pane](#monitor-details-pane).<br/><img src={useBaseUrl('img/alerts/monitors/quick-menu-monitors.png')} alt="Quick menu.png" style={{border: '1px solid gray'}} width="800"/>
4242

4343
## Monitor details pane
4444

45-
The monitor details pane provides additional information about a selected monitor, like its query, trigger conditions, and notification preferences. Select any monitor from your **Monitors** list, and a details pane will appear to the right of the table.<br/><img src={useBaseUrl('img/alerts/monitors/monitor-details.png')} alt="monitor-details.png" width="600"/>
45+
The monitor details pane provides additional information about a selected monitor, like its query, trigger conditions, and notification preferences. Select any monitor from your **Monitors** list, and a details pane will appear to the right of the table.<br/><img src={useBaseUrl('img/alerts/monitors/monitor-details.png')} alt="monitor-details.png" style={{border: '1px solid gray'}} width="600"/>
4646

4747
In addition to the details listed under [Monitor attributes](#monitor-attributes), you'll also see the following:
4848

@@ -56,6 +56,24 @@ In addition to the details listed under [Monitor attributes](#monitor-attributes
5656
* **Alert Grouping**.
5757
* **Trigger Conditions**. Thresholds value that must met for monitor to trigger an alert. Applicable values include Critical, Warning, and Missing Data. These values are set when you create a monitor and can be based on a variety of metrics such as CPU usage, network latency, application response time.
5858

59+
60+
### Convert to anomaly
61+
62+
:::note Log monitors only
63+
Metrics monitors not supported at this time.
64+
:::
65+
66+
Outlier monitors are functionally similar to anomaly monitors, but they tend to generate more noise. From a data usage perspective, anomaly monitors are more cost-effective.
67+
68+
To reduce data usage and alert frequency, you can convert an existing outlier monitor to an anomaly-based monitor by clicking **Convert to Anomaly**. This action will open a monitor configuration window with the [detection method](/docs/alerts/monitors/create-monitor/#detection-method) preset to **Anomaly**, and you can adjust other settings as needed. You’ll then have the option to either disable the original outlier monitor or keep it active.<br/><img src={useBaseUrl('img/alerts/monitors/convert-to-anomaly.png')} alt="convert-to-anomaly" style={{border: '1px solid gray'}} width="600"/>
69+
70+
Alternatively, you can do this from the **Scan Estimates** pop-up.<br/><img src={useBaseUrl('img/alerts/monitors/scan-estimates-anomaly.png')} alt="convert-to-anomaly from scan estimates" style={{border: '1px solid gray'}} width="600"/>
71+
72+
For more guidance on optimizing scan costs on Flex Pricing plans, see:
73+
* [Scan estimates](/docs/manage/partitions/flex/estimate-scan-data)
74+
* [Optimizing scan costs for monitors](/docs/alerts/monitors/monitor-faq/#how-can-i-optimize-scan-costs-for-monitors-when-using-flex-pricing)
75+
76+
5977
### View in Log Search
6078

6179
The **View in Log Search** button opens a new **Log Search** page with the monitor’s query preloaded in the search field. You can run the query to compare the search results against the threshold values set in your monitor.
@@ -79,19 +97,19 @@ Note that the same threshold translating functionality supports to [Creating Mon
7997

8098
Click the **Edit** button to make changes to the selected monitor.
8199

82-
<img src={useBaseUrl('img/alerts/monitors/edit-monitor.png')} alt="edit-monitor" width="500"/>
100+
<img src={useBaseUrl('img/alerts/monitors/edit-monitor.png')} alt="edit-monitor" style={{border: '1px solid gray'}} width="500"/>
83101

84102
### Disable a monitor
85103

86104
Click the **Disable** button put the monitor in a disabled state so it will not fire any notifications.
87105

88-
<img src={useBaseUrl('img/alerts/monitors/disable-monitor.png')} alt="disable-monitor" width="500"/>
106+
<img src={useBaseUrl('img/alerts/monitors/disable-monitor.png')} alt="disable-monitor" style={{border: '1px solid gray'}} width="500"/>
89107

90108
### Mute a monitor
91109

92110
Click the **Mute** button mute the monitor. See also: [Muting Schedules](/docs/alerts/monitors/muting-schedules).
93111

94-
<img src={useBaseUrl('img/alerts/monitors/mute-monitor.png')} alt="mute-monitor" width="500"/>
112+
<img src={useBaseUrl('img/alerts/monitors/mute-monitor.png')} alt="mute-monitor" style={{border: '1px solid gray'}} width="500"/>
95113

96114
### More actions
97115

@@ -102,7 +120,7 @@ Click the **More Actions** menu to view more options, including:
102120
* **Move**. Moves the monitor to a different path.
103121
* **Export**. Provides JSON of the monitor, allowing you to transfer content within Sumo Logic by copying this JSON, then pasting it into the import dialog in the [Library](/docs/get-started/library) location you choose. This JSON format may change without notice. 
104122

105-
<img src={useBaseUrl('img/alerts/monitors/more-actions.png')} alt="monitor more actions" width="600"/>
123+
<img src={useBaseUrl('img/alerts/monitors/more-actions.png')} alt="monitor more actions" style={{border: '1px solid gray'}} width="600"/>
106124

107125
## Tags
108126

@@ -164,4 +182,4 @@ The permissions you set for a folder are inherited by that folder’s subfolders
164182

165183
## Monitor History
166184

167-
In the **Monitor History** tab, you can view the history of all triggered alerts of your selected monitor.<br/><img src={useBaseUrl('img/alerts/monitors/monitor-history.png')} alt="monitor-history.png" width="300"/>
185+
In the **Monitor History** tab, you can view the history of all triggered alerts of your selected monitor.<br/><img src={useBaseUrl('img/alerts/monitors/monitor-history.png')} alt="monitor-history.png" style={{border: '1px solid gray'}} width="300"/>

docs/integrations/product-list/product-list-a-l.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ For descriptions of the different types of integrations Sumo Logic offers, see [
237237
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/forcepoint-web-security.png')} alt="Thumbnail icon" width="100"/> | [Forcepoint Web Security](https://www.forcepoint.com/) | Automation integration: [Forcepoint Web Security](/docs/platform-services/automation-service/app-central/integrations/forcepoint-web-security/) <br/>Cloud SIEM integration: [Forcepoint](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/d87adcd6-ae92-4195-9a13-f111175b4e57.md) |
238238
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/forescout-eyesight.png')} alt="Thumbnail icon" width="100"/> | [Forescout eyeSight](https://www.forescout.com/products/eyesight/) | Automation integration: [Forescout eyeSight](/docs/platform-services/automation-service/app-central/integrations/forescout-eyesight/) |
239239
| <img src={useBaseUrl('img/integrations/misc/fortinet-logo.png')} alt="Thumbnail icon" width="75"/> | [Fortinet](https://www.fortinet.com/products/next-generation-firewall) | Automation integrations: <br/>- [FortiAnalyzer](/docs/platform-services/automation-service/app-central/integrations/fortianalyzer/) <br/>- [FortiGate](/docs/platform-services/automation-service/app-central/integrations/fortigate/) <br/>- [FortiMail](/docs/platform-services/automation-service/app-central/integrations/fortimail/) <br/>- [FortiProxy](/docs/platform-services/automation-service/app-central/integrations/fortiproxy/) <br/>- [FortiSandbox](/docs/platform-services/automation-service/app-central/integrations/fortisandbox/) <br/>- [FortiSIEM](/docs/platform-services/automation-service/app-central/integrations/fortisiem/) <br/>- [FortiWeb V2](/docs/platform-services/automation-service/app-central/integrations/fortiweb-v2/) <br/>- [FortiWeb](/docs/platform-services/automation-service/app-central/integrations/fortiweb/) <br/>Cloud SIEM integration: [Fortinet](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/fb9941c5-6624-4175-af84-9e8127134889.md) <br/>Collector: [Fortigate Firewall - Cloud SIEM](/docs/cse/ingestion/ingestion-sources-for-cloud-siem/fortigate-firewall/) <br/>Community app: [Sumo Logic for Fortinet Fortigate Firewall](https://github.com/SumoLogic/sumologic-content/tree/master/Fortinet/Fortigate_Firewall) |
240-
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/phishlabs-drp.png')} alt="Thumbnail icon" width="75"/> | [Fortra](https://www.phishlabs.com/) | Automation integrations: <br/>- [PhishLabs DRP](/docs/platform-services/automation-service/app-central/integrations/phishlabs-drp/) <br/>- [PhishLabs EIR - Incident Data](/docs/platform-services/automation-service/app-central/integrations/phishlabs-eir-incident-data/) <br/>- [PhishLabs EIR - IOC Feed](/docs/platform-services/automation-service/app-central/integrations/phishlabs-eir-ioc-feed/) <br/>Cloud SIEM integration: [Digital Guardian](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/c10788a1-0da8-483c-b87a-e6351984fab5.md) |
240+
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/phishlabs-drp.png')} alt="Thumbnail icon" width="75"/> | [Fortra](https://www.phishlabs.com/) | Automation integrations: <br/>- [PhishLabs DRP](/docs/platform-services/automation-service/app-central/integrations/phishlabs-drp/) <br/>- [PhishLabs EIR - Incident Data](/docs/platform-services/automation-service/app-central/integrations/phishlabs-eir-incident-data/) <br/>- [PhishLabs EIR - IOC Feed](/docs/platform-services/automation-service/app-central/integrations/phishlabs-eir-ioc-feed/) <br/>Cloud SIEM integration: [Digital Guardian](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/c10788a1-0da8-483c-b87a-e6351984fab5.md) <br/>Collector: [Digital Guardian Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/digital-guardian-source/) |
241241
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/freshdesk.png')} alt="Thumbnail icon" width="100"/> | [Freshworks](https://www.freshworks.com/) | Automation integrations: <br/>- [FreshDesk](/docs/platform-services/automation-service/app-central/integrations/freshdesk/) <br/>- [Freshservice](/docs/platform-services/automation-service/app-central/integrations/freshservice/) |
242242

243243
## G

0 commit comments

Comments
 (0)