Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing Preview tag from SophosEndPointProtection Connector #10976

Merged
merged 18 commits into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"properties": {
"connectorUiConfig": {
"id":"OktaSSOv2",
"title": "Okta Single Sign-On (Preview)",
"title": "Okta Single Sign-On",
"publisher": "Microsoft",
"logo": "OktaLogo.svg",
"descriptionMarkdown": "The [Okta Single Sign-On (SSO)](https://www.okta.com/products/single-sign-on/) data connector provides the capability to ingest audit and event logs from the Okta Sysem Log API into Microsoft Sentinel. The data connector is built on Microsoft Sentinel Codeless Connector Platform and uses the Okta System Log API to fetch the events. The connector supports DCR-based [ingestion time transformations](https://docs.microsoft.com/azure/azure-monitor/logs/custom-logs-overview) that parses the received security event data into a custom columns so that queries don't need to parse it again, thus resulting in better performance.",
Expand Down
Binary file added Solutions/Okta Single Sign-On/Package/3.0.8.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,12 @@
"bladeTitle": "Data Connectors",
"elements": [
{
"name": "dataconnectors-text1",
"name": "dataconnectors1-text",
"type": "Microsoft.Common.TextBlock",
"options": {
"text": "This Solution installs the data connector for Okta Single Sign-On. You can get Okta Single Sign-On custom log data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view."
}
},
{
"name": "dataconnectors-text2",
"type": "Microsoft.Common.TextBlock",
"options": {
"text": "This Solution installs the data connector for Okta Single Sign-On. You can get Okta Single Sign-On data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view."
}
},
{
"name": "dataconnectors-link2",
"type": "Microsoft.Common.TextBlock",
Expand Down
265 changes: 135 additions & 130 deletions Solutions/Okta Single Sign-On/Package/mainTemplate.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Solutions/Okta Single Sign-On/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|---------------------------------------------------------------|
| 3.0.8 | 14-08-2024 | Data Connector Globally Available |
| 3.0.7 | 25-04-2024 | Repackaged for parser issue with old names |
| 3.0.6 | 17-04-2024 | Repackaged solution for parser fix |
| 3.0.5 | 08-04-2024 | Added Azure Deploy button for government portal deployments |
Expand Down
2 changes: 1 addition & 1 deletion Solutions/Okta Single Sign-On/data/Solution_Okta.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
],
"Metadata": "SolutionMetadata.json",
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Okta Single Sign-On\\",
"Version": "3.0.7",
"Version": "3.0.8",
"TemplateSpec": true,
"Is1PConnector": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"properties": {
"connectorUiConfig": {
"id": "SophosEndpointProtectionCCPDefinition",
"title": "Sophos Endpoint Protection (using REST API) (Preview)",
"title": "Sophos Endpoint Protection (using REST API)",
"publisher": "Microsoft",
"descriptionMarkdown": "The [Sophos Endpoint Protection](https://www.sophos.com/en-us/products/endpoint-antivirus.aspx) data connector provides the capability to ingest [Sophos events](https://developer.sophos.com/docs/siem-v1/1/routes/events/get) and [Sophos alerts](https://developer.sophos.com/docs/siem-v1/1/routes/alerts/get) into Microsoft Sentinel. Refer to [Sophos Central Admin documentation](https://docs.sophos.com/central/Customer/help/en-us/central/Customer/concepts/Logs.html) for more information.",
"graphQueriesTableName": "SophosEPEvents_CL",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Data Connectors/SophosEP_ccp/SophosEP_DataConnectorDefinition.json"
],
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Sophos Endpoint Protection",
"Version": "3.0.3",
"Version": "3.0.5",
"Metadata": "SolutionMetadata.json",
"TemplateSpec": true,
"Is1PConnector": false
Expand Down
Binary file not shown.
Loading
Loading