Skip to content
Open
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 @@ -16,10 +16,10 @@
"kind": "APIPolling",
"properties": {
"connectorUiConfig": {
"title": "Island Enterprise Browser Admin Audit (Legacy)",
"title": "Island Enterprise Browser Admin Events (Legacy)",
"id":"Island_Admin_Polling",
"publisher": "Island",
"descriptionMarkdown": "This is a legacy connector and is no longer recommended. Please use the **Island Enterprise Browser V2 Event Collector (Using CCF)** connector instead, which supports all Island event types.",
"descriptionMarkdown": "This is a legacy connector and is no longer recommended. Please use the **Island Enterprise Browser V2 Data Connector** instead, which supports user, admin and system events within a single connector.",
"graphQueriesTableName": "Island_Admin_CL",
"graphQueries": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"kind": "APIPolling",
"properties": {
"connectorUiConfig": {
"title": "Island Enterprise Browser User Activity (Legacy)",
"title": "Island Enterprise Browser User Events (Legacy)",
"id":"Island_User_Polling",
"publisher": "Island",
"descriptionMarkdown": "This is a legacy connector and is no longer recommended. Please use the **Island Enterprise Browser V2 Event Collector (Using CCF)** connector instead, which supports all Island event types.",
"descriptionMarkdown": "This is a legacy connector and is no longer recommended. Please use the **Island Enterprise Browser V2 Data Connector** instead, which supports user, admin and system events within a single connector.",
"graphQueriesTableName": "Island_User_CL",
"graphQueries": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"properties": {
"connectorUiConfig": {
"id": "IslandV2",
"title": "Island Enterprise Browser V2 Event Collector (Using CCF)",
"title": "Island Enterprise Browser V2",
"publisher": "Island",
"descriptionMarkdown": "The [Island Enterprise Browser](https://www.island.io) data connector allows you to ingest all Island event types — including user events, admin events, and system events — into Microsoft Sentinel.",
"descriptionMarkdown": "The Island Enterprise Browser V2 Data Connector allows you to ingest user events, admin events, and system events, all within a single connector.",
"graphQueriesTableName": "Island_UserEvents_V2_CL",
"graphQueries": [
{
Expand Down Expand Up @@ -80,33 +80,24 @@
"read": true,
"delete": true
}
},
{
"provider": "Microsoft.OperationalInsights/workspaces/sharedKeys",
"permissionsDisplayText": "Read permissions to shared keys for the workspace are required. [See the documentation to learn more about workspace keys](https://docs.microsoft.com/azure/azure-monitor/platform/agent-windows#obtain-workspace-id-and-key)",
"providerDisplayName": "Keys",
"scope": "Workspace",
"requiredPermissions": {
"action": true
}
}
],
"customs": [
{
"name": "Island API Key",
"description": "An Island API key is required. Generate the API Key and connector ID in the Island Management Console under SIEM > SENTINEL."
"description": "An Island API key is required. Generate the API Key via Island Management Console. For further instructions, refer to the [official Island documentation](https://documentation.island.io/docs/configure-the-microsoft-sentinel-integration)."
}
]
},
"instructionSteps": [
{
"description": "To enable the Island connector for Microsoft Sentinel, provide the required information below and click on Connect. For full setup instructions, refer to the [official Island documentation](https://documentation.island.io/docs/configure-the-microsoft-sentinel-integration) (requires login to the Island Management Console).\n>",
"description": "API URL and API Key are available via Island Management Console. For further instructions, refer to the [official Island documentation](https://documentation.island.io/docs/configure-the-microsoft-sentinel-integration).\n>",
"instructions": [
{
"type": "Textbox",
"parameters": {
"label": "API URL",
"placeholder": "https://management.island.io/api/v3/Audits/{connectorId}",
"placeholder": "API URL",
"type": "text",
"name": "apiEndpoint"
}
Expand All @@ -115,7 +106,7 @@
"type": "Textbox",
"parameters": {
"label": "API Key",
"placeholder": "Enter your Island API Key",
"placeholder": "Key",
"type": "password",
"name": "apiKey"
}
Expand All @@ -128,7 +119,7 @@
"type": "ConnectionToggleButton"
}
],
"title": "Connect Island Enterprise Browser to Microsoft Sentinel"
"title": "Connect Island to Microsoft Sentinel"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion Solutions/Island/Data/Solution_Island.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Solutions/Island/Workbooks/IslandUserActivityOverview.json"
],
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Island",
"Version": "3.1.0",
"Version": "3.2.0",
"Metadata": "SolutionMetadata.json",
"TemplateSpec": true,
"Is1PConnector": false
Expand Down
Binary file added Solutions/Island/Package/3.2.0.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Solutions/Island/Package/createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"name": "dataconnectors3-text",
"type": "Microsoft.Common.TextBlock",
"options": {
"text": "This Solution installs the data connector for Island Enterprise Browser V2 Event Collector (Using CCF). You can get Island Enterprise Browser V2 Event Collector (Using CCF) data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view."
"text": "This Solution installs the data connector for Island Enterprise Browser V2. You can get Island Enterprise Browser V2 data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view."
}
},
{
Expand Down
Loading
Loading