Skip to content

Commit 387e197

Browse files
committed
Merge branch 'DOCS-409' of github.com:SumoLogic/sumologic-documentation into DOCS-409
2 parents ab48afd + 52c5acb commit 387e197

File tree

12 files changed

+178
-21
lines changed

12 files changed

+178
-21
lines changed

blog-collector/2024-11-26.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Version 19.516-1
3+
hide_table_of_contents: true
4+
image: https://help.sumologic.com/img/sumo-square.png
5+
---
6+
7+
import useBaseUrl from '@docusaurus/useBaseUrl';
8+
9+
<a href="https://help.sumologic.com/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
10+
11+
In this release, we've enhanced the security and stability of the Collector with added support for security patches.
12+
13+
### Security Fixes
14+
15+
- Upgraded `Tanuki version` to version 3.5.60 to fix the collector intermittently crashing issue.
16+
- Upgraded collector JRE to **Amazon Corretto Version 8.432.06.1**.
17+
18+
### Troubleshooting
19+
20+
When upgrading this collector version, the collector running as a non-root user (run as mode) or on a Mac operating system cannot be upgraded through the API/Web UI. To resolve these issue, follow the respective steps below:
21+
- **Collector running as a non-root user.** An error message will be displayed indicating that the upgrade is not possible. The upgrade must be performed manually on your machine. Refer to [Upgrade Collectors in Sumo Logic](/docs/send-data/collection/upgrade-collectors/#upgrade-collectors-using-the-command-line) to upgrade the collector manually.
22+
- **Collector running on Mac.** The process will stop while upgrading, and the collector will need to be restarted manually on your machine. Use the code below to restart manually.
23+
```
24+
sudo ./collector start
25+
```

cid-redirects.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2004,6 +2004,7 @@
20042004
"/cid/10220": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/code42-incydr-source",
20052005
"/cid/25618": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/cse-aws-ec-inventory-source",
20062006
"/cid/25619": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/cybereason-source",
2007+
"/cid/25779": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/mandiant-threat-intel-source",
20072008
"/cid/25719": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/trend-micro-source",
20082009
"/cid/25620": "/docs/integrations/security-threat-detection/duo-security",
20092010
"/cid/25621": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/microsoft-graph-security-api-source",

docs/integrations/sumo-apps/flex.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,18 @@ The **Flex - Capacity Utilization** dashboard displays the subscribed, actual, a
211211

212212
The **Flex - Credits Consumed** dashboard provides visibility into the total amount of [Sumo Logic Credits](/docs/manage/manage-subscription/sumo-logic-credits-accounts) consumed by your organization. This allows you to monitor and control search costs.<br/><img src="https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Flex/Flex-Credits-Consumed.png" alt="Flex-Overview" style={{border:'1px solid gray'}} width="800" />
213213

214+
:::note
215+
The `credits_conversion` parameter indicates the credits consumed per 1 GB of scan. The credits conversion used in the dashboard and saved searches might be different from what is defined in your contract (Credits Table) based on your account subscription type, so update this parameter for accurate calculation. Check with your account executive to determine this value for your account.
216+
:::
217+
214218
### Feature Level Scan Volume
215219

216220
The **Flex - Feature Level Scan Volume** dashboard provides visibility into the scan volume at a feature level in order to monitor and control cost at a feature level.<br/><img src="https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Flex/Flex-Feature-Level-Scan-Volume.png" alt="Flex-Overview" style={{border:'1px solid gray'}} width="800" />
217221

222+
:::note
223+
The `credits_conversion` parameter indicates the credits consumed per 1 GB of scan. The credits conversion used in the dashboard and saved searches might be different from what is defined in your contract (Credits Table) based on your account subscription type, so update this parameter for accurate calculation. Check with your account executive to determine this value for your account.
224+
:::
225+
218226
### Log Spikes
219227

220228
The **Flex - Log Spikes** dashboard helps to review details of your data ingested for logs.<br/><img src="https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Flex/Flex-Log-Spikes.png" alt="Flex-Overview" style={{border:'1px solid gray'}} width="800" />

docs/manage/manage-subscription/usage-management.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To manage the query size limit using the **Basic** configuration:
3131
:::info
3232
Sumo Logic defines scan as two types:
3333
- **Foreground interactive search**. Search page UI, Copilot, and Dashboards.
34-
- **Background search**. API, Scheduled Search, Monitor, and SLO.
34+
- **Background search**. API, Scheduled Search, Monitor, Scheduled Views, and SLO.
3535
:::
3636

3737
:::note
@@ -62,7 +62,7 @@ To create the query size limit using the **Advanced** configuration:
6262
:::info
6363
Sumo Logic defines scan as two types:
6464
- **Foreground interactive search**. Search page UI, Copilot, and Dashboards.
65-
- **Background search**. API, Scheduled Search, Monitors, and SLO.
65+
- **Background search**. API, Scheduled Search, Monitors, Scheduled Views, and SLO.
6666
:::
6767
1. **Details**. Enter the name for the scan budget.<br/><img src={useBaseUrl('/img/manage/account/create-scan-budget.png')} alt="create-scan-budget" style={{border:'1px solid gray'}} width="650"/>
6868
1. Click **Save** to create the scan budget.
@@ -85,9 +85,8 @@ To view the selected scan budget:
8585
- **Deactivate/Activate**. Click the **Deactivate/Activate** button to deactivate/activate the selected scan budget.
8686
- **Delete**. Click the **Delete** button to delete the selected scan budget.
8787
- **View violations**. Sumo Logic recommends a GB value per query as per the 95th percentile to be within the safe limits. You can also check the query size of the last 10 queries by clicking on **Click here** to help you determine the appropriate size limit.
88-
- **Budget Type**. Defines the type of budget set: **Per Query Budget** or **Time-Based Budgets**(TBA).
88+
- **Budget Type**. Defines the type of budget set.
8989
- **Per Query Budget**. Limits the data (in GBs) that a single query can consume.
90-
- **Time-Based Budgets**(TBA). Limits the data or credits consumed over a day, week, or month.
9190
- **Status**. Describes if the scan budget is active or inactive.
9291
- **Usage Category**. Describes the type of scan. For Flex this is shown as **Flex Scan** and for Data tier this is shown as **Infrequent Scan**.
9392
- **Applied to Roles**. Describes the roles for which the selected scan budget is applied for.
@@ -101,7 +100,6 @@ To view the selected scan budget:
101100
- **Audit Logs**. Records the budget definition changes. Click on **View Details** to view the budget definition changes.
102101
- **System Audit**. Records the breaches and budget enforcement. Click on **View Details** to view the list of breaches.
103102

104-
105103
## FAQ
106104

107105
### Handle overlapping budgets

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

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,9 @@ To configure a CyberArk EPM Source, follow the steps below:
6060
* For the US datacenter, the dispatch server URL is `https://login.epm.cyberark.com`.
6161
* For the EU datacenter, the dispatch server URL is `https://eu.epm.cyberark.com`.
6262
1. **Application ID**. An application ID is a unique identifier that helps an API recognize which application or program is accessing it. It's like a name tag that allows the API to keep track of different applications using it. For example, *sumologic*.
63-
1. **Adjust Rate Limit for Admin Audit Events**. This option allows to customize the number of requests the CyberArk C2C source can make to [AdminAudit](https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/GetAdminAuditData.htm) endpoint. By default, it's set to 5 requests every 60 seconds, as stated in the [CyberArk API documentation](https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/WebServicesIntro.htm).
64-
1. **Number of Calls (optional)**: The number of calls in the given time frame. This field is pre-filled with 5.
65-
1. **Per Second(s) (optional)**: The duration of the time frame. This field is pre-filled with 60.
6663
1. **Collect Detailed Raw Events**. This option enables the CyberArk C2C Source to collect detailed raw events from the CyberArk EPM. By default, the source can make 1000 requests every 5 minutes to [Detailed Raw Events](https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/GetDetailedRawEvents.htm) endpoint, as stated in the [CyberArk API documentation](https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/WebServicesIntro.htm). Use below options to adjust this settings.
67-
1. **Number of Calls (optional)**: The number of calls in the given time frame. This field is pre-filled with 1000.
68-
1. **Per Second(s) (optional)**: The duration of the time frame. This field is pre-filled with 300.
6964
1. **Collect Aggregated Policy Audit Events**. This option enables the C2C Source to collect aggregated policy audit events from the CyberArk EPM. By default, the source can make 1000 requests every 5 minutes to [Aggregated Policy Audit Events](https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/GetAggregatedPolicyAudits.htm) endpoint, as stated in the [CyberArk API documentation](https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/WebServicesIntro.htm). Use below options to adjust this settings.
70-
1. **Number of Calls (optional)**: The number of calls in the given time frame. This field is pre-filled with 1000.
71-
1. **Per Second(s) (optional)**: The duration of the time frame. This field is pre-filled with 300.
7265
1. **Collect Policy Audit Raw Events**. This option enables the C2C Source to collect policy audit raw events from the CyberArk EPM. By default, the source can make 1000 requests every 5 minutes to [Policy Audit Raw Events](https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/GetPolicyAuditRawEventDetails.htm) endpoint, as stated in the [CyberArk API documentation](https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/WebServicesIntro.htm). Use below options to adjust this settings.
73-
1. **Number of Calls (optional)**: The number of calls in the given time frame. This field is pre-filled with 1000.
74-
1. **Per Second(s) (optional)**: The duration of the time frame. This field is pre-filled with 300.
7566
1. **Polling Interval**. The polling interval is the frequency at which the CyberArk C2C Source will check for updates from the CyberArk EPM (Endpoint Privilege Manager). This field is pre-filled with 600.
7667
1. When you are finished configuring the Source, click **Save**.
7768

@@ -106,11 +97,10 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma
10697
| password | String | Yes | `null` | Password for your CyberArk EPM account. | |
10798
| epm_server | String | Yes | `null` | Dispatch Server of the CyberArk EPM. | |
10899
| application_id | String | Yes | `null` | Unique identifier of the application who is accessing the API. | |
109-
| ratelimit | boolean | No | True | Removes the request limitations imposed on the CyberArk C2C source. | |
110100
| detailed_raw_events | boolean | No | False | Collects detailed raw events. | |
111101
| aggregated_policy_audits | boolean | No | False | Collects aggregated policy audits events. | |
112102
| policy_audit_raw_events | boolean | No | False | Collects policy audit raw events. | |
113-
| polling_interval | integer | Yes | 30 | Frequency of C2C updates from EPM. | |
103+
| polling_interval | integer | Yes | 600 | Frequency of C2C updates from EPM. | |
114104

115105
### JSON example
116106

@@ -128,7 +118,7 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma
128118

129119
* **Session Timeout**. The session timeout for all APIs is part of the session token and is defined by the Timeout for inactive session Server Configuration parameter.
130120

131-
* **Adjust Request Limitations**. The CyberArk C2C source has default restrictions on the number of requests to the CyberArk EPM Server, as explained in the [CyberArk API Limitations](https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/WebServicesIntro.htm#APIlimitations) documentation. However, if your server has its custom limit for requests per second(s), you can use the provided options when configuring the source.
121+
* **Adjust Request Limitations**. The CyberArk C2C source has default restrictions on the number of requests to the CyberArk EPM Server per customer, as explained in the [CyberArk API Limitations](https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/WebServicesIntro.htm#APIlimitations) documentation.
132122

133123
:::note
134124
When setting the poll frequency, it's recommended to consider these limitations and set the frequency to a reasonable value to ensure that the C2C operates efficiently without overwhelming the server.
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
---
2+
id: mandiant-threat-intel-source
3+
title: Mandiant Threat Intel Source (Beta)
4+
sidebar_label: Mandiant Threat Intel (Beta)
5+
tags:
6+
- cloud-to-cloud
7+
- mandiant-threat-intel
8+
description: Learn how to collect indicators list from Mandiant Threat Intel platform.
9+
---
10+
import CodeBlock from '@theme/CodeBlock';
11+
import ExampleJSON from '/files/c2c/mandiant-threat-intel/example.json';
12+
import MyComponentSource from '!!raw-loader!/files/c2c/mandiant-threat-intel/example.json';
13+
import TerraformExample from '!!raw-loader!/files/c2c/mandiant-threat-intel/example.tf';
14+
import useBaseUrl from '@docusaurus/useBaseUrl';
15+
16+
<head>
17+
<meta name="robots" content="noindex" />
18+
</head>
19+
20+
<p><a href="/docs/beta"><span className="beta">Beta</span></a></p>
21+
22+
<img src={useBaseUrl('img/send-data/mandiant-threat-intel-logo.png')} alt="icon" width="60" />
23+
24+
Mandiant is a recognized leader in dynamic cyber defense, threat intelligence, and incident response services. By scaling decades of frontline experience, Mandiant helps organizations to be confident in their readiness to defend against and respond to cyber threats. Mandiant is part of Google Cloud. The Mandiant Threat Intel integration ingests the indicators data from Mandiant API and sends it to Sumo Logic as normalized threat indicators.
25+
26+
## Data collected
27+
28+
| Polling Interval | Data |
29+
| :--- | :--- |
30+
| 5 min | Indicators |
31+
32+
## Setup
33+
34+
### Vendor configuration
35+
36+
:::note
37+
The Mandiant API documentation is not public and can only be accessed by partners or customers.
38+
:::
39+
40+
The Mandiant Threat Intel source requires you to provide API Key ID and API Secret.
41+
42+
### Source configuration
43+
44+
When you create a Mandiant Threat Intel source, you add it to a Hosted Collector. Before creating the source, identify the Hosted Collector you want to use or create a new Hosted Collector. For instructions, see [Configure a Hosted Collector and Source](/docs/send-data/hosted-collectors/configure-hosted-collector).
45+
46+
To configure a Mandiant Threat Intel source:
47+
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Collection > Collection**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the Sumo Logic top menu select **Configuration**, and then under **Data Collection** select **Collection**. You can also click the **Go To...** menu at the top of the screen and select **Collection**.
48+
1. On the Collection page, click **Add Source** next to a Hosted Collector.
49+
1. Search for and select **Mandiant Threat Intel**.
50+
1. Enter a **Name** for the source. The description is optional.
51+
1. (Optional) For **Source Category**, enter any string to tag the output collected from the source. Category metadata is stored in a searchable field called `_sourceCategory`.
52+
1. (Optional) **Fields**. Click the **+Add** button to define the fields you want to associate. Each field needs a name (key) and value.
53+
* ![green check circle.png](/img/reuse/green-check-circle.png) A green circle with a check mark is shown when the field exists in the Fields table schema.
54+
* ![orange exclamation point.png](/img/reuse/orange-exclamation-point.png) An orange triangle with an exclamation point is shown when the field doesn't exist in the Fields table schema. In this case, an option to automatically add the nonexistent fields to the Fields table schema is provided. If a field is sent to Sumo Logic that does not exist in the Fields schema it is ignored, known as dropped.
55+
1. **API Key ID**. Enter the API key ID collected from the Mandiant Threat Intel platform.
56+
1. **API Secret**. Enter the API secret collected from the from the Mandiant Threat Intel platform.
57+
1. **Sumo Logic Threat Intel Source ID**. Enter your Sumo Logic namespace ID in which the indicators will be stored.
58+
1. **Polling Interval**. The polling interval is set for 5 minutes by default. You can adjust it based on your needs. This sets how often the source checks for new data.
59+
1. **Processing Rules for Logs**. Configure any desired filters, such as allowlist, denylist, hash, or mask, as described in [Create a Processing Rule](/docs/send-data/collection/processing-rules/create-processing-rule).
60+
1. When you are finished configuring the source, click **Save**.
61+
62+
## JSON schema
63+
64+
Sources can be configured using UTF-8 encoded JSON files with the Collector Management API. See [Use JSON to Configure Sources](/docs/send-data/use-json-configure-sources) for details.
65+
66+
| Parameter | Type | Value | Required | Description |
67+
|:--|:--|:--|:--|:--|
68+
| schemaRef | JSON Object | `{"type":"Mandiant Threat Intel"}` | Yes | Define the specific schema type. |
69+
| sourceType | String | `"Universal"` | Yes | Type of source. |
70+
| config | JSON Object | [Configuration object](#configuration-object) | Yes | Source type specific values. |
71+
72+
### Configuration Object
73+
74+
| Parameter | Type | Required | Default | Description | Example |
75+
|:--|:--|:--|:--|:--|:--|
76+
| name | String | Yes | `null` | Type a desired name of the source. The name must be unique per Collector. This value is assigned to the [metadata](/docs/search/get-started-with-search/search-basics/built-in-metadata) field `_source`. | `"mySource"` |
77+
| description | String | No | `null` | Type a description of the source. | `"Testing source"`
78+
| category | String | No | `null` | Type a category of the source. This value is assigned to the [metadata](/docs/search/get-started-with-search/search-basics/built-in-metadata) field `_sourceCategory`. See [best practices](/docs/send-data/best-practices) for details. | `"mySource/test"`
79+
| fields | JSON Object | No | `null` | JSON map of key-value fields (metadata) to apply to the Collector or source. Use the boolean field `_siemForward` to enable forwarding to SIEM.|`{"_siemForward": false, "fieldA": "valueA"}` |
80+
| apiKeyId | String | Yes | `null` | API Key ID of the user. | |
81+
| apiSecret | String | Yes | `null` | API Secret of the account. | |
82+
| userSourceId | String | Yes | `null` | The Sumo Logic namespace in which the indicators will be stored. | |
83+
| pollingInterval | integer | Yes | `5 minutes` | Time interval (in minutes) after which the source will check for new data. | |
84+
85+
### JSON example
86+
87+
<CodeBlock language="json">{MyComponentSource}</CodeBlock>
88+
89+
<a href="/files/c2c/mandiant-threat-intel/example.json" target="_blank">Download example</a>
90+
91+
### Terraform example
92+
93+
<CodeBlock language="json">{TerraformExample}</CodeBlock>
94+
95+
<a href="/files/c2c/mandiant-threat-intel/example.tf" target="_blank">Download example</a>
96+
97+
## FAQ
98+
99+
:::info
100+
Click [here](/docs/c2c/info) for more information about Cloud-to-Cloud sources.
101+
:::

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ module.exports = {
439439
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/kandji-source',
440440
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/knowbe4-api-source',
441441
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/lastpass-source',
442+
//'send-data/hosted-collectors/cloud-to-cloud-integration-framework/mandiant-threat-intel-source',
442443
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/microsoft-azure-ad-inventory-source',
443444
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/microsoft-exchange-trace-logs',
444445
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/microsoft-graph-azure-ad-reporting-source',

0 commit comments

Comments
 (0)