Skip to content

Commit

Permalink
Merge pull request #10120 from skeerthivasan/remote_pkgfix
Browse files Browse the repository at this point in the history
Fixed issues for purestorage solution offer
  • Loading branch information
v-atulyadav committed Mar 12, 2024
2 parents e05bba3 + 26f93d6 commit afb3be6
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 24 deletions.
8 changes: 0 additions & 8 deletions Solutions/Pure Storage/Data/Solution_PureStorage.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@
"Author": "Pure Storage - [email protected]",
"Logo": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/purestorage_logo.svg\" width=\"75px\" height=\"75px\">",
"Description": "Solution for Microsoft Sentinel to ingest logs from PureStorage arrays",
"Workbooks": [],
"Analytic Rules": [],
"Playbooks": [],
"Parsers": ["Parsers/PureStorageParser.yaml"],
"SavedSearches": [],
"Hunting Queries": [],
"Data Connectors": [],
"Watchlists": [],
"WatchlistDescription": [],
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Pure Storage",
"Version": "3.0.0",
"Metadata": "SolutionMetadata.json",
Expand Down
Binary file modified Solutions/Pure Storage/Package/3.0.0.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions Solutions/Pure Storage/Package/createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"config": {
"isWizard": false,
"basics": {
"description": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/purestorage_logo.svg\" width=\"75px\" height=\"75px\">\n\n**Note:** Please refer to the following before installing the solution: \r \n • Review the solution [Release Notes](https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Pure%20Storage/ReleaseNotes.md)\r \n • There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing.\n\nSolution for Microsoft Sentinel to ingest logs from PureStorage arrays\n\n**Parsers:** 1\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)",
"description": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/purestorage_logo.svg\" width=\"75px\" height=\"75px\">\n\n**Note:** Please refer to the following before installing the solution: \n\n• Review the solution [Release Notes](https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/Pure%20Storage/ReleaseNotes.md)\n\n • There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing.\n\nSolution for Microsoft Sentinel to ingest logs from PureStorage arrays\n\n**Parsers:** 1\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)",
"subscription": {
"resourceProviders": [
"Microsoft.OperationsManagement/solutions",
Expand Down Expand Up @@ -50,7 +50,7 @@
"visible": true
}
],
"steps": null,
"steps": [],
"outputs": {
"workspace-location": "[first(map(filter(basics('getLAWorkspace').value, (filter) => and(contains(toLower(filter.id), toLower(resourceGroup().name)),equals(filter.name,basics('workspace')))), (item) => item.location))]",
"location": "[location()]",
Expand Down
18 changes: 9 additions & 9 deletions Solutions/Pure Storage/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"_email": "[variables('email')]",
"_solutionName": "Pure Storage",
"_solutionVersion": "3.0.0",
"solutionId": "purestorageinc1707205060945.purestorage_array_management",
"solutionId": "purestoragemarketplaceadmin.microsoft-sentinel-solution-purestorage",
"_solutionId": "[variables('solutionId')]",
"parserObject1": {
"_parserName1": "[concat(parameters('workspace'),'/','PureStorageParser Data Parser')]",
Expand Down Expand Up @@ -105,9 +105,9 @@
"email": "[variables('_email')]"
},
"support": {
"name": "purestorageinc1707205060945",
"name": "purestoragemarketplaceadmin",
"email": "[email protected]",
"tier": "Microsoft",
"tier": "Partner",
"link": "https://support.purestorage.com"
}
}
Expand Down Expand Up @@ -171,9 +171,9 @@
"email": "[variables('_email')]"
},
"support": {
"name": "purestorageinc1707205060945",
"name": "purestoragemarketplaceadmin",
"email": "[email protected]",
"tier": "Microsoft",
"tier": "Partner",
"link": "https://support.purestorage.com"
}
}
Expand All @@ -187,8 +187,8 @@
"kind": "Solution",
"contentSchemaVersion": "3.0.0",
"displayName": "Pure Storage",
"publisherDisplayName": "Microsoft Sentinel, purestorageinc1707205060945",
"descriptionHtml": "<p><strong>Note:</strong> <em>There may be <a href=\"https://aka.ms/sentinelsolutionsknownissues\">known issues</a> pertaining to this Solution, please refer to them before installing.</em></p>\n<p>Solution for Microsoft Sentinel to ingest logs from PureStorage arrays</p>\n<p><strong>Parsers:</strong> 1</p>\n<p><a href=\"https://aka.ms/azuresentinel\">Learn more about Microsoft Sentinel</a> | <a href=\"https://aka.ms/azuresentinelsolutionsdoc\">Learn more about Solutions</a></p>\n",
"publisherDisplayName": "purestoragemarketplaceadmin",
"descriptionHtml": "<p><strong>Note:</strong> Please refer to the following before installing the solution:</p>\n<p>• Review the solution <a href=\"https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/Pure%20Storage/ReleaseNotes.md\">Release Notes</a></p>\n<p>• There may be <a href=\"https://aka.ms/sentinelsolutionsknownissues\">known issues</a> pertaining to this Solution, please refer to them before installing.</p>\n<p>Solution for Microsoft Sentinel to ingest logs from PureStorage arrays</p>\n<p><strong>Parsers:</strong> 1</p>\n<p><a href=\"https://aka.ms/azuresentinel\">Learn more about Microsoft Sentinel</a> | <a href=\"https://aka.ms/azuresentinelsolutionsdoc\">Learn more about Solutions</a></p>\n",
"contentKind": "Solution",
"contentProductId": "[variables('_solutioncontentProductId')]",
"id": "[variables('_solutioncontentProductId')]",
Expand All @@ -205,9 +205,9 @@
"email": "[variables('_email')]"
},
"support": {
"name": "purestorageinc1707205060945",
"name": "purestoragemarketplaceadmin",
"email": "[email protected]",
"tier": "Microsoft",
"tier": "Partner",
"link": "https://support.purestorage.com"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion Solutions/Pure Storage/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|--------------------------------|
| 3.0.0 | 05-02-2024 | Initial Solution Release |
| 3.0.0 | 05-02-2024 | Initial Solution Release - Parser Only |
8 changes: 4 additions & 4 deletions Solutions/Pure Storage/SolutionMetadata.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"publisherId": "purestorageinc1707205060945",
"offerId": "purestorage_array_management",
"publisherId": "purestoragemarketplaceadmin",
"offerId": "microsoft-sentinel-solution-purestorage",
"firstPublishDate": "2024-02-05",
"providers": ["Pure Storage"],
"categories": {
"domains" : ["Storage"]
},
"support": {
"name": "purestorageinc1707205060945",
"name": "purestoragemarketplaceadmin",
"email": "[email protected]",
"tier": "Microsoft",
"tier": "Partner",
"link": "https://support.purestorage.com"
}
}

0 comments on commit afb3be6

Please sign in to comment.