Skip to content

Commit edddce7

Browse files
jesweenev-maheshbh
andauthored
Fixes to Anvilogic CCF Data Connector (#12648)
* Adds Anvilogic_Alerts_CL table and fixes Analytics Rule template and upddate mainTemplate.json and package * Updating version numbers to 3.0.1 for connector and 1.0.1 for AR * Removing hardcoded URL * repackaging the new mainTemplate.json * Re-sorting release notes * Using the packaging tool to generate MainTemplate.json * reverting the changes to queryFrequency, queryPeriod, and suppressionDuration values — these fields are case-sensitive and should remain lowercase (e.g., 5m, 5h) to ensure proper functionality. * solution Packaged. * Add template ID to skip ID validations list Added '6ccc187a-42ee-4635-8bcc-3b299f8570df' to the SkipIdValidationsTemplates.json file to exclude this template from ID change validations. * Update Anvilogic_Alerts.yaml * Remove trailing space in alertDisplayNameFormat Eliminated an unnecessary trailing space from the 'alertDisplayNameFormat' field in mainTemplate.json to ensure consistent formatting of alert display names. * Revert "Add template ID to skip ID validations list" This reverts commit 65ef760. --------- Co-authored-by: maheshji001 <v-maheshbh@microsoft.com>
1 parent 17485a6 commit edddce7

File tree

8 files changed

+3545
-43
lines changed

8 files changed

+3545
-43
lines changed

Solutions/Anvilogic/Analytic Rules/Anvilogic_Alerts.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ queryFrequency: 5m
1212
queryPeriod: 5m
1313
triggerOperator: gt
1414
triggerThreshold: 0
15-
suppressionDuration: 5h
15+
suppressionDuration: 1h
1616
suppressionEnabled: false
1717
tactics: []
1818
relevantTechniques: []
1919
incidentConfiguration:
2020
createIncident: true
2121
groupingConfiguration:
22-
enabled: true
22+
enabled: false
2323
reopenClosedIncident: false
24-
lookbackDuration: 5h
24+
lookbackDuration: PT5M
2525
matchingMethod: AllEntities
2626
eventGroupingSettings:
2727
aggregationKind: AlertPerResult
2828
alertDetailsOverride:
29-
alertDisplayNameFormat: "{{avl_rule_id}} - {{avl_use_case_title}} - {{avl_use_case_type}} "
29+
alertDisplayNameFormat: "{{avl_rule_id}} - {{avl_use_case_title}} - {{avl_use_case_type}}"
3030
alertDescriptionFormat: "avl_rule_id: {{avl_rule_id}} \n{{avl_definition}}"
3131
"alertTacticsColumnName": "avl_mitre_tactic"
3232
alertDynamicProperties:
@@ -89,5 +89,5 @@ entityMappings:
8989
columnName: registry_value_data
9090
- identifier: ValueType
9191
columnName: registry_value_type
92-
version: 1.0.0
92+
version: 1.0.1
9393
kind: Scheduled

Solutions/Anvilogic/Data Connectors/AnviLogic_CCF/Anvilogic_DCR.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@
11731173
"logAnalytics": [
11741174
{
11751175
"workspaceResourceId": "{{workspaceResourceId}}",
1176-
"name": "{{workspaceId}}"
1176+
"name": "clv2ws1"
11771177
}
11781178
]
11791179
},
@@ -1183,7 +1183,7 @@
11831183
"Custom-Anvilogic_Alerts_CL"
11841184
],
11851185
"destinations": [
1186-
"{{workspaceId}}"
1186+
"clv2ws1"
11871187
],
11881188
"transformKql": "source",
11891189
"outputStream": "Custom-Anvilogic_Alerts_CL"

Solutions/Anvilogic/Data Connectors/AnviLogic_CCF/Anvilogic_DataConnectorDefinition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"type": "Textbox",
6868
"parameters": {
6969
"label": "Token Endpoint",
70-
"placeholder": "https://login.microsoftonline.com/<tenant_id>/oauth2/v2.0/token",
70+
"placeholder": "https://login[.]microsoftonline[.]com/<tenant_id>/oauth2/v2.0/token",
7171
"type": "text",
7272
"name": "tokenEndpoint"
7373
}

0 commit comments

Comments
 (0)