Skip to content
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 @@ -108,7 +108,8 @@
"required": true,
"placeholder": "Provide the Partition Id. (E.g. 0 or 1 or 2)",
"type": "text",
"name": "partitions"
"name": "partitions",
"description": "The partition ID uses zero-based indexing. For example, if a stream has 3 partitions, the valid partition IDs are 0, 1, or 2."
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,10 @@
"parameters": {
"label": "Partition Id",
"required": true,
"placeholder": "Provide the Partition Id.",
"placeholder": "Provide the Partition Id. (E.g. 0 or 1 or 2)",
"type": "text",
"name": "partitions"
"name": "partitions",
"description": "The partition ID uses zero-based indexing. For example, if a stream has 3 partitions, the valid partition IDs are 0, 1, or 2."
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"Parsers/OCILogs.yaml"
],
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Oracle Cloud Infrastructure",
"Version": "3.0.3",
"Version": "3.0.5",
"Metadata": "SolutionMetadata.json",
"TemplateSpec": true,
"Is1Pconnector": false
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"name": "dataconnectors1-text",
"type": "Microsoft.Common.TextBlock",
"options": {
"text": "This Solution installs the data connector for Oracle Cloud Infrastructure. You can get Oracle Cloud Infrastructure 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 Oracle Cloud Infrastructure (via Codeless Connector Framework). You can get Oracle Cloud Infrastructure (via Codeless Connector Framework) 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
94 changes: 48 additions & 46 deletions Solutions/Oracle Cloud Infrastructure/Package/mainTemplate.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Solutions/Oracle Cloud Infrastructure/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.5 | 13-11-2025 | Updated partition id text box's description with zero-based indexing. |
| 3.0.4 | 22-09-2025 | Updated the OCI **CCF Data Connector** instructions to include information about the partition ID limitation. |
| 3.0.3 | 25-08-2025 | Moving OCI **CCF Data Connector** to GA |
| 3.0.2 | 14-07-2025 | Introduced new **CCF Connector** to the Solution - "OCI-Connector-CCP-Definition".|
Expand Down