Skip to content

Commit b5e4294

Browse files
authored
Merge branch 'main' into 2025-01-28-content
2 parents 58274b6 + d63e61d commit b5e4294

File tree

201 files changed

+1934
-682
lines changed

Some content is hidden

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

201 files changed

+1934
-682
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"/>

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Time-Phased Scan Budgets (Manage)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- time-phased-scan-budgets
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 introduce the time-phased scan budgets for advanced usage management, which helps you to set **Daily**, **Weekly**, or **Monthly** budgets for individual user or a single shared budget for an entire group. [Learn more](/docs/manage/manage-subscription/usage-management/#set-scan-budgets).

cid-redirects.json

Lines changed: 13 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",
@@ -1887,6 +1891,7 @@
18871891
"/cid/2008": "/docs/send-data/installed-collectors/linux",
18881892
"/cid/2009": "/docs/search/behavior-insights/logcompare",
18891893
"/cid/2010": "/docs/search/search-query-language/search-operators/if",
1894+
"/cid/2110": "/docs/search/search-query-language/search-operators/macro",
18901895
"/cid/2011": "/docs/get-started/help",
18911896
"/cid/2012": "/docs/manage/security/enable-support-account",
18921897
"/cid/2013": "/docs/send-data/installed-collectors/sources/windows-active-directory-inventory-source",
@@ -2897,7 +2902,8 @@
28972902
"/Cloud_SIEM_Enterprise/CSE_Schema/Field_Mapping_for_Security_Event_Sources": "/docs/cse/schema/field-mapping-security-event-sources",
28982903
"/Cloud_SIEM_Enterprise/CSE_Schema/Parser_Editor": "/docs/cse/schema/parser-editor",
28992904
"/docs/send-data/parse-data/parser-editor": "/docs/cse/schema/parser-editor",
2900-
"/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",
29012907
"/Cloud_SIEM_Enterprise/CSE_Schema/Username_and_Hostname_Normalization": "/docs/cse/schema/username-and-hostname-normalization",
29022908
"/Cloud_SIEM_Enterprise/CSE_Sensors": "/docs/cse/sensors",
29032909
"/Cloud_SIEM_Enterprise/CSE_Sensors/01_Sensor_Download_Locations": "/docs/cse/sensors/sensor-download-locations",
@@ -2915,6 +2921,7 @@
29152921
"/Cloud_SIEM_Enterprise/Ingestion_Guides/Microsoft_Windows": "/docs/cse/ingestion/ingestion-sources-for-cloud-siem/microsoft-windows",
29162922
"/Cloud_SIEM_Enterprise/Ingestion_Guides/Fortigate_Firewall": "/docs/cse/ingestion/ingestion-sources-for-cloud-siem/fortigate-firewall",
29172923
"/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",
29182925
"/Cloud_SIEM_Enterprise/Integrations": "/docs/cse/integrations",
29192926
"/Cloud_SIEM_Enterprise/Integrations/Configuring_a_ThreatQ_Source_in_CSE": "/docs/cse/integrations/configuring-threatq-source-in-cse",
29202927
"/Cloud_SIEM_Enterprise/Integrations/Enable_VirusTotal_Enrichment": "/docs/cse/integrations/enable-virustotal-enrichment",
@@ -3461,6 +3468,7 @@
34613468
"/Other_Solutions/Work_from_Home_Solution": "/docs/observability/work-from-home-vpn",
34623469
"/Other_Solutions/Work_from_Home_Solution/VPN_Monitoring_Resources_and_Tips": "/docs/observability/work-from-home-vpn",
34633470
"/Other_Solutions/Software_Development_Optimization_Solution": "/docs/observability/sdo",
3471+
"/Release_Archive/Collector_Release_Notes_Archive": "/release-notes-collector",
34643472
"/Release_Archive/Quick-Start-Tutorial(deprecated)": "/docs/get-started",
34653473
"/Release_Archive/Quick-Start-Tutorial(deprecated)/01_Sumo_Logic_Quick_Start_Tutorial": "/",
34663474
"/Release-Notes": "/docs/release-notes",
@@ -3820,6 +3828,7 @@
38203828
"/Search/Get_Started_with_Search/Search_Basics/Export_Search_Results": "/docs/search/get-started-with-search/search-basics/export-search-results",
38213829
"/Search/Get_Started_with_Search/How_to_Use_the_Search_Page/Field_Browser": "/docs/search/get-started-with-search/search-page/field-browser",
38223830
"/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",
38233832
"/Search/Library/Apps-in-Sumo-Logic/01-Sumo-Logic-Apps/Data-Volume-App": "/docs/integrations/sumo-apps/data-volume",
38243833
"/Search/Library/Apps-in-Sumo-Logic/01-Sumo-Logic-Apps/Data-Volume-App/Data-Volume-App-Dashboards": "/docs/integrations/sumo-apps/data-volume",
38253834
"/Search/LogCompare": "/docs/search/behavior-insights/logcompare",
@@ -3979,6 +3988,7 @@
39793988
"/Send-Data/Sources/03Use-Case-Library/Amazon-Web-Services/AWS-EC2-Instance-Log-Collection": "/docs/send-data/installed-collectors/sources/host-metrics-source",
39803989
"/Send-Data/Sources/03Use_Case_Examples/Kubernetes_Collection_DaemonSet": "/docs/send-data/collect-from-other-data-sources/kubernetes-fluentd-plugin",
39813990
"/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",
39823992
"/Send-Data/Sources/03Use-JSON-to-Configure-Sources/Local-Configuration-File-Management": "/docs/send-data/use-json-configure-sources/local-configuration-file-management",
39833993
"/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",
39843994
"/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",
@@ -4022,6 +4032,7 @@
40224032
"/Start-Here/01About-Sumo-Logic/System-Requirements/Supported-Browsers": "/docs/get-started/system-requirements",
40234033
"/Start-Here/01About-Sumo-Logic/System-Requirements/Installed-Collector-Requirements": "/docs/get-started/system-requirements",
40244034
"/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",
40254036
"/Traces/Getting_Started_with_Transaction_Tracing": "/docs/apm/traces/get-started-transaction-tracing",
40264037
"/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",
40274038
"/Traces/Getting_Started_with_Transaction_Tracing/Working_with_spans_attributes": "/docs/apm/traces/advanced-configuration/working-with-span-attributes",
@@ -4118,6 +4129,7 @@
41184129
"/docs/dashboards/chart-panel-types/line-charts": "/docs/dashboards/panels/line-charts",
41194130
"/docs/dashboards/chart-panel-types/table-charts": "/docs/dashboards/panels/table-charts",
41204131
"/docs/dashboards/chart-panel-types/string-single-value-charts": "/docs/dashboards/panels/single-value-charts",
4132+
"/docs/dashboards/get-started": "/docs/dashboards",
41214133
"/docs/dashboards/get-started/add-links-text-panels": "/docs/dashboards/about",
41224134
"/docs/dashboards/get-started/launch-search-data-panel": "/docs/dashboards/about",
41234135
"/docs/dashboards/get-started/markdown-syntax": "/docs/dashboards/panels/markdown-syntax",

0 commit comments

Comments
 (0)