Skip to content

Commit

Permalink
Adding Watchlist template content.
Browse files Browse the repository at this point in the history
  • Loading branch information
malowe101 committed Jun 8, 2021
1 parent 1a2f9d3 commit aaccea3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion Watchlists/Azure-Public-IPs/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"type": "Microsoft.OperationalInsights/workspaces/providers/Watchlists",
"kind": "",
"properties": {
"watchlistAlias": "AzurePublicIPsList",
"displayName": "AzurePublicIPsList",
"source": "AzurePublicIPsList.csv",
"description": "Azure Public IPs list for reducing internet facing traffic alerts from MSFT IP Addresses",
Expand Down
1 change: 0 additions & 1 deletion Watchlists/NOBELIUM-TI/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"type": "Microsoft.OperationalInsights/workspaces/providers/Watchlists",
"kind": "",
"properties": {
"watchlistAlias": "NOBELIUMTI",
"displayName": "NOBELIUMTI",
"source": "NOBELIUMTI.csv",
"description": "[parameters('watchlistdescription')]",
Expand Down
1 change: 0 additions & 1 deletion Watchlists/Templates/WatchlistTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"type": "Microsoft.OperationalInsights/workspaces/providers/Watchlists",
"kind": "",
"properties": {
"watchlistAlias": "ReferenceTemplate",
"displayName": "ReferenceTemplate",
"source": "ReferenceTable.csv",
"description": "[parameters('watchlistdescription')]",
Expand Down
4 changes: 1 addition & 3 deletions Watchlists/Templates/Watchlists Template Guidance.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ Download the json template and rename it to as "WatchlistUseCaseName.json" (no s

### Specifics

The Watchlist template contains a few items that are required for it to work:
The Watchlist template contains a two items that are required for it to work:

Workspace Name: The workspace name is required so that ARM knows the workspace that Azure Sentinel is using. This is used for deploying the content and function to the workspace.

Watchlist Alias: Name for the Watchlist in both Azure Sentinel and in the workspace when calling it via function. This should reflect what the Watchlist is for.

SearchKey Value: Title of a column that will be used for performing lookups and joins with other tables. It is recommended to choose the a column that will be the most used for joins and lookups.

### How to fill the template
Expand Down

0 comments on commit aaccea3

Please sign in to comment.