Skip to content

Commit 3a7824d

Browse files
authored
Merge branch 'main' into DOCS-685-Kickstart-Data-7-day-limit
2 parents 8a1a526 + 3ed7a80 commit 3a7824d

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed

blog-cse/2025-02-14-content.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: February 14th, 2025 - Content Release
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- log mappers
6+
- parsers
7+
hide_table_of_contents: true
8+
---
9+
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
12+
<a href="https://help.sumologic.com/release-notes-cse/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
13+
14+
This content release includes:
15+
- New and updated mappers and parsers for Carbon Black, Cisco ISE, Cisco Umbrella, PAN Firewall CSV and LEEF, and Signal Science (Fastly) WAF.
16+
- :heart:
17+
18+
Changes are enumerated below.
19+
20+
### Log Mappers
21+
- [New] Carbon Black Cloud - alert event
22+
- [Updated] Cisco ISE Radius Diagnostics
23+
- Supports additional Radius Diagnostic messages.
24+
- [Updated] Cisco Umbrella DNS Logs
25+
- Adds `dstDevice_ip`, `normalizedAction`, and `user_email`.
26+
- [Updated] Cisco Umbrella IP Logs
27+
- Adds alternate value for `dstDevice_ip` and adds `user_email`.
28+
- [Updated] Cisco Umbrella Proxy Logs
29+
- Adds `user_email`.
30+
31+
### Parsers
32+
- [Updated] /Parsers/System/VMware/Carbon Black Cloud
33+
- Adds support for alert event event ID.
34+
- [Updated] /Parsers/System/Cisco/Cisco ISE
35+
- Adds key value parsing for descriptions.
36+
- [Updated] /Parsers/System/Cisco/Cisco Umbrella CSV
37+
- Adds a transform for capturing email addresses.
38+
- [Updated] /Parsers/System/Palo Alto/PAN Firewall CSV
39+
- Modifies `parse_system_format_1` regular expression to support additional events.
40+
- [Updated] /Parsers/System/Palo Alto/PAN Firewall LEEF
41+
- Normalizes parsing of subtype to have consistent case.
42+
- [Updated] /Parsers/System/Signal Science/Signal Science WAF
43+
- Adds additional timestamp handling.

docs/observability/aws/deploy-use-aws-observability/deploy-with-aws-cloudformation/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ Below are some common errors that can occur while using the CloudFormation templ
237237
| The API rate limit for this user has been exceeded. | This error indicates that AWS CloudFormation execution has exceeded the API rate limit set on the Sumo Logic side. It can occur if you install the AWS CloudFormation template in multiple regions or accounts using the same Access Key and Access ID. | - Re-deploy the deployment stack without updating the stack in the template. Re-running will detect the drift and create remaining resources. <br/> - If the throttling problem persists, try to break down the multi-region deployment into parts and use distinct access IDs and access keys for each part. |
238238
| S3 Bucket already exists. | The error can occur if:<br/>- An S3 bucket with the same name exists in S3, or<br/>- The S3 Bucket is not present in S3 but is referenced by some other AWS CloudFormation stack which created it. | - Remove the S3 bucket from S3 or select “No” in the AWS Cloudformation template for S3 bucket creation. <br/>- Remove the AWS CloudFormation Stack which references the S3 bucket. |
239239
| The S3 bucket you tried to delete is not empty. | The error can occur when deleting the stack with a non-empty S3 bucket. | Delete the S3 bucket manually if you do not need the bucket or its content in the future. |
240+
| Invalid IAM role OR AccessDenied | This error can occur when Sumo Logic access keys are disabled or do not have the required permissions. | - Refer to [Edit, deactivate, or delete access keys](/docs/manage/security/access-keys/#edit-deactivate-or-delete-access-keys) for access keys activation. <br/>- Refer to [Role capabilities](/docs/observability/aws/deploy-use-aws-observability/before-you-deploy/#prerequisites) for permissions related issues. |
240241

241242
### Rolling back the AWS Observability Solution
242243

docs/observability/aws/deploy-use-aws-observability/deploy-with-terraform.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,6 +1668,16 @@ The package is [sumologic-sdk](https://pypi.org/project/sumologic-sdk/) and inst
16681668
```sql
16691669
pip install sumologic-sdk
16701670
```
1671+
### Invalid IAM role OR AccessDenied
1672+
#### Error Message
1673+
1674+
```
1675+
Invalid IAM role OR AccessDenied
1676+
```
1677+
#### Solution
1678+
1679+
- Refer to [Edit, deactivate, or delete access keys](/docs/manage/security/access-keys/#edit-deactivate-or-delete-access-keys) for access keys activation.
1680+
- Refer to [Role capabilities](/docs/observability/aws/deploy-use-aws-observability/before-you-deploy/#prerequisites) for permissions related issues.
16711681
16721682
### Argument named *managed_apps* is not expected
16731683
#### Error Message

0 commit comments

Comments
 (0)