You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"descriptionMarkdown": "The Obsidian Datasharing connector provides the capability to read raw event data from Obsidian Datasharing in Microsoft Sentinel.",
13
+
"graphQueries": [
14
+
{
15
+
"metricName": "Activity",
16
+
"legend": "ObsidianActivity_CL",
17
+
"baseQuery": "ObsidianActivity_CL"
18
+
},
19
+
{
20
+
"metricName": "Threat",
21
+
"legend": "ObsidianThreat_CL",
22
+
"baseQuery": "ObsidianThreat_CL"
23
+
}
24
+
],
25
+
"sampleQueries": [
26
+
{
27
+
"description": "Obsidian - All Threats",
28
+
"query": "ObsidianThreat_CL\n | sort by TimeGenerated desc"
29
+
},
30
+
{
31
+
"description": "Obsidian - All Activity events",
32
+
"query": "ObsidianActivity_CL\n | sort by TimeGenerated desc"
33
+
}
34
+
],
35
+
"dataTypes": [
36
+
{
37
+
"name": "ObsidianActivity_CL",
38
+
"lastDataReceivedQuery": "ObsidianActivity_CL\n | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
39
+
},
40
+
{
41
+
"name": "ObsidianThreat_CL",
42
+
"lastDataReceivedQuery": "ObsidianThreat_CL\n | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
"permissionsDisplayText": "read and write permissions are required.",
62
+
"providerDisplayName": "Workspace",
63
+
"scope": "Workspace",
64
+
"requiredPermissions": {
65
+
"write": true,
66
+
"read": true,
67
+
"delete": true
68
+
}
69
+
}
70
+
],
71
+
"customs": [
72
+
{
73
+
"name": "Microsoft Entra",
74
+
"description": "Permission to create an app registration in Microsoft Entra ID. Typically requires Entra ID Application Developer role or higher."
75
+
},
76
+
{
77
+
"name": "Microsoft Azure",
78
+
"description": "Permission to assign Monitoring Metrics Publisher role on data collection rule (DCR). Typically requires Azure RBAC Owner or User Access Administrator role"
79
+
}
80
+
]
81
+
},
82
+
"instructionSteps": [
83
+
{
84
+
"title": "1. Create ARM Resources and Provide the Required Permissions",
85
+
"description": "This connector reads data from the tables that Obsidian Datasharing uses in a Microsoft Analytics Workspace, if the data forwarding option is enabled in Obsidian Datasharing then raw event data is sent to the Microsoft Sentinel Ingestion API.",
86
+
"instructions": [
87
+
{
88
+
"type": "Markdown",
89
+
"parameters": {
90
+
"content": "#### Automated Configuration and Secure Data Ingestion with Entra Application \nClicking on \"Deploy\" will trigger the creation of Log Analytics tables and a Data Collection Rule (DCR). \nIt will then create an Entra application, link the DCR to it, and set the entered secret in the application. This setup enables data to be sent securely to the DCR using an Entra token."
0 commit comments