Skip to content

Commit acf0e4a

Browse files
authored
Merge branch 'main' into CONN-3897-GA-Universal-connector
2 parents 886c017 + e161357 commit acf0e4a

File tree

9 files changed

+52
-20
lines changed

9 files changed

+52
-20
lines changed

.clabot

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
"JV0812",
66
"jpipkin1",
77
"JainM6",
8-
"swiatekm-sumo",
98
"docsSeema",
109
"angadrandhawa1",
1110
"kkujawa-sumo",
12-
"open-source-collection-team",
1311
"mat-rumian",
1412
"perk-sumo",
1513
"jmartini-sumo",
@@ -26,12 +24,10 @@
2624
"agaur",
2725
"bhargavisumo",
2826
"ravipadala-sumo",
29-
"jd-sumo",
3027
"davidcarltonsumo",
3128
"pkazmir-sumo",
3229
"dkarabin-sumo",
3330
"kevin-sumo",
34-
"mgol-sumo",
3531
"crm6718",
3632
"mvirga-sumo",
3733
"tarunk2",
@@ -72,6 +68,9 @@
7268
"rikishi-c",
7369
"Melvin-CnC",
7470
"yuting-liu",
71+
"jc-sumo",
72+
"vfalconisumo",
73+
"yuting-liu",
7574
"arpitjain305",
7675
"kparekh010",
7776
"ajaiswals",
@@ -171,7 +170,7 @@
171170
"antonymartinsumo",
172171
"amee-sumo"
173172
],
174-
"message": "Thank you for your contribution! As this is an open source project, we require contributors to sign our Contributor License Agreement. To proceed with your PR, please [sign here](https://forms.gle/YgLddrckeJaCdZYA6) and we will add you to our approved list of contributors.",
173+
"message": "Thank you for your contribution! As this is an open source project, we require contributors to sign our Contributor License Agreement and do not have yours on file. To proceed with your PR, please [sign your name here](https://forms.gle/YgLddrckeJaCdZYA6) and we will add you to our approved list of contributors.",
175174
"label": "cla-signed",
176175
"recheckComment": "The GitHub CLA Bot is rechecking to see that you have signed our CLA."
177176
}

.github/CODEOWNERS

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1+
# More details: https://help.github.com/articles/about-codeowners
2+
13
# Default owners for everything in the repo.
24
* @kimsauce @jpipkin1 @JV0812 @mafsumo @amee-sumo
35

4-
# Owners of all files in the `/docs` directory and its subdirectories.
5-
/docs/ @kimsauce @jpipkin1 @JV0812 @mafsumo @amee-sumo
6+
# Owners of all files in the `/docs/integrations` directory.
7+
/docs/integrations/ @SumoLogic/sumoappdev @kimsauce @jpipkin1 @JV0812 @mafsumo @amee-sumo
68

79
# Owners of all files in the `/docs/send-data/kubernetes` directory.
8-
/docs/send-data/kubernetes/ @SumoLogic/open-source-collection-team @kimsauce @jpipkin1 @JV0812 @mafsumo @amee-sumo
10+
/docs/send-data/kubernetes/ @SumoLogic/open-source-collection-team @SumoLogic/k8s-developers @kimsauce @jpipkin1 @JV0812 @mafsumo @amee-sumo
911

1012
# Owners of all files in the `/docs/send-data/opentelemetry-collector` directory and its subdirectories.
11-
/docs/send-data/opentelemetry-collector/ @SumoLogic/open-source-collection-team @kimsauce @jpipkin1 @mafsumo @JV0812 @amee-sumo
13+
/docs/send-data/opentelemetry-collector/ @SumoLogic/open-source-collection-team @kimsauce @jpipkin1 @mafsumo @JV0812 @amee-sumo
1214

1315
# GitHub workflow owners
1416
/.github/workflows/ @SumoLogic/open-source-collection-team @kimsauce

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+
```

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/search/copilot.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ keywords:
1414
import Iframe from 'react-iframe';
1515
import useBaseUrl from '@docusaurus/useBaseUrl';
1616

17-
<p><a href="/docs/beta"><span className="beta">Preview Release</span></a></p>
18-
This is a Preview release. To learn more, contact your Sumo Logic account executive.
17+
:::sumo Preview release
18+
This is a Preview release. To learn more, contact your Sumo Logic account executive. To opt out, please open a [support ticket](https://support.sumologic.com/support/s/).
19+
:::
1920

2021
Sumo Logic Copilot is our AI-powered assistant that accelerates investigations and troubleshooting in logs by allowing you to ask questions in plain English and get contextual suggestions, helping first responders get to answers faster.
2122

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ To configure a Automox Source:
5252
* ![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, or is disabled, in the Fields table schema. In this case, an option to automatically add or enable the nonexistent fields to the Fields table schema is provided. If a field is sent to Sumo that does not exist in the Fields schema or is disabled it is ignored, known as dropped.
5353
1. In **Bearer Token**, enter the bearer token collected from the Automox platform.
5454
1. In **Organization ID**, enter the Organization ID collected from the Automox platform.
55-
1. Select the **Colleect Audit Trail Logs** checkbox to collect the audit details.
55+
1. Select the **Collect Audit Trail Logs** checkbox to collect the audit details.
5656
1. The **Audit Trail Logs Interval** is set for 5 minutes by default. You can adjust it based on your needs.
57-
1. Select the **Colleect Events Logs** checkbox to collect the event details. Enter the supported events that you want to collect. Leaving this empty will collect all events.
57+
1. Select the **Collect Events Logs** checkbox to collect the event details. Enter the supported events that you want to collect. Leaving this empty will collect all events.
5858
1. The **Event Logs Interval** is set for 5 minutes by default. You can adjust it based on your needs.
59-
1. Select the **Colleect Devices** checkbox to collect the devices list details.
59+
1. Select the **Collect Devices** checkbox to collect the devices list details.
6060
1. The **Devices Logs Interval** is set for 12 hours by default. You can adjust it based on your needs.
6161
1. **Processing Rules**. 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).
6262
1. When you are finished configuring the Source, click **Save**.

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/microsoft-azure-ad-inventory-source.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ To configure a Microsoft Azure AD Inventory Source:
9292
:::note
9393
To collect the `signInActivity` information you should have `Azure AD Premium P1/P2` license.
9494
:::
95+
1. **Collect Users Group Details**. By enabling the checkbox, you can also include the user group information in your user response. [Learn more](https://learn.microsoft.com/en-us/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0&tabs=http#http-request).
96+
:::note
97+
To know about the permissions required to collect user group details, refer to the [Microsoft documentation](https://learn.microsoft.com/en-us/graph/api/group-get?view=graph-rest-1.0&tabs=http#permissions).
98+
:::
9599
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).
96100
1. When you are finished configuring the Source, click **Submit**.
97101

@@ -126,6 +130,7 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma
126130
| application_id | String | Yes | `null` | Provide the Application (client) ID you got after you registered (created) the Azure Application. | |
127131
| supported_apis | Array of strings | Yes | `null` | Define one or more of the available APIs to collect: Devices, and Users.| ["Devices","Users"] |
128132
| userSignInActivity | Boolean | No | False | Select the checkbox to include the sign in activity information in your user response. | |
133+
| userGroupDetails | Boolean | No | False | Select the checkbox to include the user’s group details in your user response. | |
129134

130135
### JSON example
131136

static/files/c2c/microsoft-azure-ad-inventory/example.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
"secret_key": "********",
1212
"application_id": "ApplicationID",
1313
"userSignInActivity": false,
14+
"userGroupDetails": false,
1415
"fields": {
1516
"_siemForward": false
1617
}
1718
},
1819
"sourceType": "Universal"
1920
}
20-
}
21+
}

static/files/c2c/microsoft-azure-ad-inventory/example.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ resource "sumologic_cloud_to_cloud_source" "microsoft-azure-ad-inventory-source"
1010
"secret_key": "********",
1111
"application_id": "ApplicationID",
1212
"userSignInActivity": false,
13+
"userGroupDetails": false,
1314
"fields": {
1415
"_siemForward": false
1516
}

0 commit comments

Comments
 (0)