Skip to content

Commit 768ffea

Browse files
authored
Merge branch 'main' into macro-doc-update
2 parents 7c5059f + cc62513 commit 768ffea

File tree

88 files changed

+934
-209
lines changed

Some content is hidden

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

88 files changed

+934
-209
lines changed

blog-cse/2024/12-31.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1616

1717
This is an archive of 2024 Cloud SIEM release notes. To view the full archive, [click here](/release-notes-cse/archive).
1818

19+
<!--truncate-->
20+
1921
---
2022
### December 20, 2024 - Content Release
2123

@@ -852,7 +854,7 @@ Other changes are enumerated below.
852854

853855
This release reverts a change to our AWS CloudTrail default (catch all) mapper for how `user_username` is mapped. This is being reverted due to reports of breaking rule tuning and missing user context for some `AssumedRole` events.
854856

855-
AWS `AssumedRole` events can contain service and user role assumptions. Oftentimes service role assumptions will contain a dynamic session identifier instead of a static user identifer which contains the originating identity. Prior to the change we are now reverting, this was causing certain services to generate user entities from these sessions, creating false positives. This behavior changed with the [August 5th, 2024 content release](/release-notes-cse/#august-5-2024---content-release) to handle role assumptions to instead map the role as user to prevent false positives from dynamic service sessions. While this decreased the number of false positives from dynamic service sessions, it also eliminated visibility into user role assumptions, creating potential for false negatives.
857+
AWS `AssumedRole` events can contain service and user role assumptions. Oftentimes service role assumptions will contain a dynamic session identifier instead of a static user identifer which contains the originating identity. Prior to the change we are now reverting, this was causing certain services to generate user entities from these sessions, creating false positives. This behavior changed with the [August 5th, 2024 content release](#august-5-2024---content-release) to handle role assumptions to instead map the role as user to prevent false positives from dynamic service sessions. While this decreased the number of false positives from dynamic service sessions, it also eliminated visibility into user role assumptions, creating potential for false negatives.
856858

857859
AWS best practices suggest defining `sourceIdentity` to allow for the originating user for a role assumption to be identifiable. This is the best path to avoid false positive generation, as our mapper will favor `sourceIdentity` if it is present in CloudTrail logs. If it is not present, then `userIdentity.arn` will be used and the `resource-id` will be mapped to `user_username`, creating potential for false positives from dynamic session identifiers. See [Viewing source identity in CloudTrail](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html#id_credentials_temp_control-access_monitor-ct) in the AWS documentation for more information.
858860

blog-cse/2025/01-14.md renamed to blog-cse/2025-01-14-content.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
### January 14, 2025 - Content Release
1+
---
2+
title: January 14, 2025 - Content Release
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- rules
6+
- log mappers
7+
- parsers
8+
hide_table_of_contents: true
9+
---
10+
11+
import useBaseUrl from '@docusaurus/useBaseUrl';
12+
13+
<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>
214

315
This content release includes:
416
- Parsing and mapping support for Azure DevOps Auditing via EventHubs, and Pfsense Firewall.

blog-csoar/2024/12-31.md

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

1515
This is an archive of 2024 Cloud SOAR release notes. To view the full archive, [click here](/release-notes-csoar/archive).
1616

17+
<!--truncate-->
18+
1719
---
1820
### December 31, 2024 - Application Update
1921

@@ -312,7 +314,7 @@ This release introduces three new integrations, as well as several updates.
312314
---
313315
### March 12, 2024 - Content Release
314316

315-
Our Cloud SOAR [application update](/release-notes-csoar/#march-12-2024---application-update) features an important upgrade to Python 3.12 for our Lambda functions. This enhancement is part of our ongoing commitment to security, performance, and the latest technological standards.
317+
Our Cloud SOAR [application update](#march-12-2024---application-update) features an important upgrade to Python 3.12 for our Lambda functions. This enhancement is part of our ongoing commitment to security, performance, and the latest technological standards.
316318

317319
The Python upgrade impacts a total of 38 integrations. These integrations will require updates to ensure compatibility with the new Python version.
318320

@@ -369,7 +371,7 @@ We strongly encourage all users to review the provided documentation and prepare
369371
### March 12, 2024 - Application Update
370372

371373
#### Changes and Enhancements
372-
* Python version updated. If you experience any issues, refer to our [content release note](/release-notes-csoar/#march-12-2024---content-release).
374+
* Python version updated. If you experience any issues, refer to our [content release note](#march-12-2024---content-release).
373375

374376
##### Cloud SOAR
375377
* Playbooks: Test feature now permits you to use internal Incident ID.

blog-service/2023/12-31.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ We're excited to announce the release of our new cloud-to-cloud source for Trell
758758

759759
We’re happy to announce a new security option allowing administrators to set a custom policy for the number of days an API Access Key can go unused before being automatically deactivated. This setting allows administrators to tailor the feature to suit their organization’s specific security requirements. This enhances the security of your account by reducing the risk of unauthorized access through abandoned access keys. This ensures that only active access keys can be used to access your account and its resources.
760760

761-
[Learn more](/docs/manage/security/access-keys#edit-deactivate-or-delete-an-access-key).
761+
[Learn more](/docs/manage/security/access-keys#access-keys-deactivation-policy).
762762

763763

764764
---

blog-service/2025-01-16-manage.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Access Keys Enhancements (Manage)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- access keys
6+
- manage
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 enhancements to how you create and manage access keys.
15+
16+
### Personal Access Keys
17+
18+
The **My Access Keys** section has been moved out of **Preferences** to its own tab and renamed **Personal Access Keys**.
19+
20+
<img src={useBaseUrl('/img/security/access-key-preferences-page.png')} alt="Personal access keys" style={{border: '1px solid gray'}} width="800"/>
21+
22+
To open the Personal Access Keys tab:
23+
* [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select your username and then **Preferences > Personal Access Keys**.
24+
* [**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select your username, and then under **Preferences** select **Personal Access Keys**. You can also click the **Go To...** menu at the top of the screen and select **Personal Access Keys**.
25+
26+
### Scopes
27+
28+
You can now create permission scopes for access keys. Scopes limit the API endpoints an access key can be used to call. This allows you to specify only the permissions the access key needs to accomplish a specific task, making the key more secure.
29+
30+
[Learn more](/docs/manage/security/access-keys).
31+
32+
<img src={useBaseUrl('/img/security/custom-scopes-example.png')} alt="Custom scopes example" style={{border: '1px solid gray'}} width="500"/>

cid-redirects.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"/01Start-Here/02Getting-Started/Glossary": "/docs/contributing/glossary",
8080
"/01Start-Here/02Getting-Started": "/docs/get-started",
8181
"/Start_Here": "/docs/get-started",
82+
"/Start_Here/About_Sumo_Logic/What_is_the_optimal_log_format_to_use_with_Sumo_Logic": "/docs/get-started/faq",
8283
"/Start_Here/About_Sumo_Logic/Status_and_Scheduled_Maintenance": "/docs/get-started/help",
8384
"/Start_Here/About_Sumo_Logic/Sumo_Logic_Support_Terms_and_Conditions": "/docs/get-started/support-terms",
8485
"/Start_Here/Analyst_or_Administrator": "/docs/get-started/onboarding-checklists",
@@ -106,6 +107,7 @@
106107
"/03Send-Data/Collect-from-Other-Data-Sources/01-About-Collectors/01-Collector-Overview": "/docs/send-data/collect-from-other-data-sources",
107108
"/03Send-Data/Collect-from-Other-Data-Sources/Amazon_MSK_Prometheus_metrics_collection": "/docs/send-data/collect-from-other-data-sources/amazon-msk-prometheus-metrics-collection",
108109
"/03Send-Data/Collect-from-Other-Data-Sources/Amazon-CloudWatch-Logs": "/docs/send-data/collect-from-other-data-sources/amazon-cloudwatch-logs",
110+
"/Send-Data/Collect-from-Other-Data-Sources": "/docs/send-data/collect-from-other-data-sources",
109111
"/Send-Data/Collect-from-Other-Data-Sources/Amazon-CloudWatch-Logs": "/docs/send-data/collect-from-other-data-sources/amazon-cloudwatch-logs",
110112
"/03Send-Data/Collect-from-Other-Data-Sources/Amazon-Web-Services": "/docs/send-data/collect-from-other-data-sources/amazon-cloudwatch-logs",
111113
"/03Send-Data/Collect-from-Other-Data-Sources/Amazon-CloudWatch-Logs/Collect_Amazon_CloudWatch_Logs_using_a_Lambda_Function": "/docs/send-data/collect-from-other-data-sources/amazon-cloudwatch-logs/collect-with-lambda-function",
@@ -1392,6 +1394,7 @@
13921394
"/APIs/General_API_Information/Sumo_Logic_Endpoints_and_Firewall_Security": "/docs/api/getting-started",
13931395
"/Send_Data": "/docs/send-data",
13941396
"/Send_Data/Collector_Management_API/Sumo_Logic_Endpoints": "/docs/api/collector-management",
1397+
"/Send_Data/Collector_Management_API/About_the_Collector_Management_API": "/docs/api/collector-management",
13951398
"/Send_Data/Collector_FAQs/How_to_Ingest_Old_or_Historical_Data": "/docs/send-data/opentelemetry-collector/faq",
13961399
"/APIs/General-API-Information/Sumo-Logic-Endpoints-by-Deployment-and-Firewall-Security": "/docs/api/getting-started",
13971400
"/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security": "/docs/api/getting-started",
@@ -1769,6 +1772,7 @@
17691772
"/cid/10337": "/docs/send-data/opentelemetry-collector/remote-management/source-templates/docker/changelog",
17701773
"/cid/10338": "/docs/send-data/opentelemetry-collector/remote-management/source-templates/nginx/changelog",
17711774
"/cid/10339": "/docs/send-data/opentelemetry-collector/remote-management/source-templates/kafka/changelog",
1775+
"/cid/10822": "/docs/manage/manage-subscription/create-manage-orgs-flex",
17721776
"/cid/10817": "/docs/integrations/sumo-apps/cse",
17731777
"/cid/10818": "/docs/integrations/sumo-apps/cse",
17741778
"/cid/1082": "/docs/metrics/introduction/get-started-metrics",
@@ -2898,7 +2902,8 @@
28982902
"/Cloud_SIEM_Enterprise/CSE_Schema/Field_Mapping_for_Security_Event_Sources": "/docs/cse/schema/field-mapping-security-event-sources",
28992903
"/Cloud_SIEM_Enterprise/CSE_Schema/Parser_Editor": "/docs/cse/schema/parser-editor",
29002904
"/docs/send-data/parse-data/parser-editor": "/docs/cse/schema/parser-editor",
2901-
"/Cloud_SIEM_Enterprise/CSE_Schema/Parser_Editor/Parser_Troubleshooting_Tips": "/docs/cse/schema/parser-troubleshooting-tips",
2905+
"/Cloud_SIEM_Enterprise/CSE_Schema/Parser_Editor/Parser_Troubleshooting_Tips": "/docs/cse/troubleshoot/troubleshoot-parsers",
2906+
"/docs/cse/schema/parser-troubleshooting-tips": "/docs/cse/troubleshoot/troubleshoot-parsers",
29022907
"/Cloud_SIEM_Enterprise/CSE_Schema/Username_and_Hostname_Normalization": "/docs/cse/schema/username-and-hostname-normalization",
29032908
"/Cloud_SIEM_Enterprise/CSE_Sensors": "/docs/cse/sensors",
29042909
"/Cloud_SIEM_Enterprise/CSE_Sensors/01_Sensor_Download_Locations": "/docs/cse/sensors/sensor-download-locations",
@@ -2916,6 +2921,7 @@
29162921
"/Cloud_SIEM_Enterprise/Ingestion_Guides/Microsoft_Windows": "/docs/cse/ingestion/ingestion-sources-for-cloud-siem/microsoft-windows",
29172922
"/Cloud_SIEM_Enterprise/Ingestion_Guides/Fortigate_Firewall": "/docs/cse/ingestion/ingestion-sources-for-cloud-siem/fortigate-firewall",
29182923
"/Cloud_SIEM_Enterprise/Ingestion_Guides/Palo_Alto_Firewall": "/docs/cse/ingestion/ingestion-sources-for-cloud-siem/palo-alto-firewall",
2924+
"/Cloud_SIEM_Enterprise/Insights/Insight_Generation_Process": "/docs/cse/records-signals-entities-insights",
29192925
"/Cloud_SIEM_Enterprise/Integrations": "/docs/cse/integrations",
29202926
"/Cloud_SIEM_Enterprise/Integrations/Configuring_a_ThreatQ_Source_in_CSE": "/docs/cse/integrations/configuring-threatq-source-in-cse",
29212927
"/Cloud_SIEM_Enterprise/Integrations/Enable_VirusTotal_Enrichment": "/docs/cse/integrations/enable-virustotal-enrichment",
@@ -3462,6 +3468,7 @@
34623468
"/Other_Solutions/Work_from_Home_Solution": "/docs/observability/work-from-home-vpn",
34633469
"/Other_Solutions/Work_from_Home_Solution/VPN_Monitoring_Resources_and_Tips": "/docs/observability/work-from-home-vpn",
34643470
"/Other_Solutions/Software_Development_Optimization_Solution": "/docs/observability/sdo",
3471+
"/Release_Archive/Collector_Release_Notes_Archive": "/release-notes-collector",
34653472
"/Release_Archive/Quick-Start-Tutorial(deprecated)": "/docs/get-started",
34663473
"/Release_Archive/Quick-Start-Tutorial(deprecated)/01_Sumo_Logic_Quick_Start_Tutorial": "/",
34673474
"/Release-Notes": "/docs/release-notes",
@@ -3821,6 +3828,7 @@
38213828
"/Search/Get_Started_with_Search/Search_Basics/Export_Search_Results": "/docs/search/get-started-with-search/search-basics/export-search-results",
38223829
"/Search/Get_Started_with_Search/How_to_Use_the_Search_Page/Field_Browser": "/docs/search/get-started-with-search/search-page/field-browser",
38233830
"/Search/Get_Started_with_Search/Search_Basics/Search_Metadata": "/docs/search/get-started-with-search/search-basics",
3831+
"/Search/Library/Apps-in-Sumo-Logic/01-Sumo-Logic-Apps/Audit-App": "/docs/integrations/sumo-apps/audit",
38243832
"/Search/Library/Apps-in-Sumo-Logic/01-Sumo-Logic-Apps/Data-Volume-App": "/docs/integrations/sumo-apps/data-volume",
38253833
"/Search/Library/Apps-in-Sumo-Logic/01-Sumo-Logic-Apps/Data-Volume-App/Data-Volume-App-Dashboards": "/docs/integrations/sumo-apps/data-volume",
38263834
"/Search/LogCompare": "/docs/search/behavior-insights/logcompare",
@@ -3980,6 +3988,7 @@
39803988
"/Send-Data/Sources/03Use-Case-Library/Amazon-Web-Services/AWS-EC2-Instance-Log-Collection": "/docs/send-data/installed-collectors/sources/host-metrics-source",
39813989
"/Send-Data/Sources/03Use_Case_Examples/Kubernetes_Collection_DaemonSet": "/docs/send-data/collect-from-other-data-sources/kubernetes-fluentd-plugin",
39823990
"/Send-Data/Sources/03Use-JSON-to-Configure-Sources": "/docs/send-data/use-json-configure-sources",
3991+
"/Send-Data/Sources/03Use-JSON-to-Configure-Sources/JSON-Parameters-for-Installed-Sources": "/docs/send-data/use-json-configure-sources/json-parameters-installed-sources",
39833992
"/Send-Data/Sources/03Use-JSON-to-Configure-Sources/Local-Configuration-File-Management": "/docs/send-data/use-json-configure-sources/local-configuration-file-management",
39843993
"/Send-Data/Sources/03Use-JSON-to-Configure-Sources/Local-Configuration-File-Management/View-or-Download-Source-JSON-Configuration": "/docs/send-data/use-json-configure-sources/local-configuration-file-management/view-download-source-json-configuration",
39853994
"/Send-Data/Sources/03Use-JSON-to-Configure-Sources/Local-Configuration-File-Management/Local-Configuration-File-Management-for-Existing-Collectors-and-Sources": "/docs/send-data/use-json-configure-sources/local-configuration-file-management/existing-collectors-and-sources",
@@ -4023,6 +4032,7 @@
40234032
"/Start-Here/01About-Sumo-Logic/System-Requirements/Supported-Browsers": "/docs/get-started/system-requirements",
40244033
"/Start-Here/01About-Sumo-Logic/System-Requirements/Installed-Collector-Requirements": "/docs/get-started/system-requirements",
40254034
"/Traces/02Working_with_Tracing_data/Spans": "/docs/apm/traces/spans",
4035+
"/Traces/02Working_with_Tracing_data/Search_Query_Language_support_for_Traces": "/docs/apm/traces/search-query-language-support-for-traces",
40264036
"/Traces/Getting_Started_with_Transaction_Tracing": "/docs/apm/traces/get-started-transaction-tracing",
40274037
"/Traces/Getting_Started_with_Transaction_Tracing/Set_up_traces_collection_for_other_environments": "/docs/apm/traces/get-started-transaction-tracing/set-up-traces-collection-for-other-environments",
40284038
"/Traces/Getting_Started_with_Transaction_Tracing/Working_with_spans_attributes": "/docs/apm/traces/advanced-configuration/working-with-span-attributes",
@@ -4119,6 +4129,7 @@
41194129
"/docs/dashboards/chart-panel-types/line-charts": "/docs/dashboards/panels/line-charts",
41204130
"/docs/dashboards/chart-panel-types/table-charts": "/docs/dashboards/panels/table-charts",
41214131
"/docs/dashboards/chart-panel-types/string-single-value-charts": "/docs/dashboards/panels/single-value-charts",
4132+
"/docs/dashboards/get-started": "/docs/dashboards",
41224133
"/docs/dashboards/get-started/add-links-text-panels": "/docs/dashboards/about",
41234134
"/docs/dashboards/get-started/launch-search-data-panel": "/docs/dashboards/about",
41244135
"/docs/dashboards/get-started/markdown-syntax": "/docs/dashboards/panels/markdown-syntax",

docs/cse/integrations/insight-enrichment-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The following parameters control general server behaviors, as opposed to enrichm
151151
| Setting | Required? | Description |
152152
|:--|:--|:--|
153153
| `URL` | yes | The URL for your API endpoint. For more information, see [Sumo Logic API Authentication, Endpoints, and Security](/docs/api/getting-started#sumo-logic-endpoints-by-deployment-and-firewall-security). |
154-
| `api_id` | yes | Enter your Sumo Logic Access ID. For more information, see [Manage your access keys on Preferences page](/docs/manage/security/access-keys#from-the-preferences-page). |
154+
| `api_id` | yes | Enter your Sumo Logic Access ID. For more information, see [Access Keys](/docs/manage/security/access-keys). |
155155
| `api_key` | yes | Enter your Sumo Logic Access Key.|
156156
| `log_level` | no | Log level the server should use. The options are:<br/><br/>-`error`. Only display error messages.<br/>-`info`. Display informational messages. This is the recommended value.<br/>-`debug`. Displays debug (or trace) data. Recommended only when debugging.<br/><br/>Default: `info` |
157157
| `poll_interval` | no | How often the Insight Enrichment Server should check for new insights. You can specify the interval in seconds (s), minutes (m), or hours (h).<br/><br/>Default: 10s |

docs/cse/integrations/security-incident-response-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Your Cloud SIEM role must allow you to use API keys and to retrieve and modify i
3636

3737
In this step, you make a copy of your API credentials, which you'll need to supply when you install the SIR-Cloud SIEM integration in [Step 5](#step-5-install-the-sir-cloud-siem-integration) below. 
3838

39-
You’ll need to supply a Sumo Logic Access ID and Access Key. If necessary, you can create those on your **Preferences** page in the Sumo Logic UI. For more information, see [Create an access key on Preferences page](/docs/manage/security/access-keys#from-the-preferences-page).
39+
You’ll need to supply a Sumo Logic Access ID and Access Key. If necessary, you can create those in the Sumo Logic UI. For more information, see [Access Keys](/docs/manage/security/access-keys).
4040

4141
## Step 2: Install ServiceNow plugins
4242

docs/cse/schema/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,4 @@ This guide has information about Cloud SIEM schemas. In this section, we'll intr
6969
<p>Learn how to import YARA rules from GitHub into Cloud SIEM.</p>
7070
</div>
7171
</div>
72-
<div className="box smallbox card">
73-
<div className="container">
74-
<a href="/docs/cse/schema/parser-troubleshooting-tips"><img src={useBaseUrl('img/icons/operations/schema.png')} alt="Flow diagram icon" width="40"/><h4>Parser Troubleshooting</h4></a>
75-
<p>Learn how to troubleshoot problems with parsers.</p>
76-
</div>
77-
</div>
7872
</div>

0 commit comments

Comments
 (0)