Skip to content

Commit b168312

Browse files
solhailev-shukore
andauthored
Update copilot table name from LLMActivity to CopilotActivity (Azure#13272)
* update copilot table name from LLMActivity to CopilotActivity * Revert the file change * fix build error * Update ReleaseNotes.md --------- Co-authored-by: v-shukore <[email protected]>
1 parent 50a1bf9 commit b168312

File tree

11 files changed

+69
-64
lines changed

11 files changed

+69
-64
lines changed

Sample Data/MicrosoftCopilot_IngestedLogs.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"Version": 1,
1515
"AppHost": "Office",
1616
"AppIdentity": null,
17-
"LLMEventData": "{\"AISystemPlugin\":[{\"Id\":\"BingWebSearch\",\"Name\":\"BuiltIn\"}],\"AccessedResources\":[],\"AppHost\":\"Office\",\"Contexts\":[],\"MessageIds\":[],\"Messages\":[{\"Id\":\"1763484903640\",\"JailbreakDetected\":false,\"isPrompt\":true},{\"Id\":\"1763484903942\",\"JailbreakDetected\":false,\"isPrompt\":false}],\"ModelTransparencyDetails\":[{\"ModelName\":\"DEEP_LEO\"}],\"ThreadId\":\"19:Cp0AhBA5TnLBAbkKmlTDhND7jWGZjfXFYr1Da9zyeB01@thread.v2\"}",
17+
"LLMEventData": "{\"AISystemPlugin\":[{\"Id\":\"BingWebSearch\",\"Name\":\"BuiltIn\"}],\"AccessedResources\":[],\"AppHost\":\"Office\",\"Contexts\":[],\"MessageIds\":[],\"Messages\":[{\"Id\":\"1763484903640\",\"JailbreakDetected\":false,\"isPrompt\":true},{\"Id\":\"1763484903942\",\"JailbreakDetected\":false,\"isPrompt\":false}],\"ModelTransparencyDetails\":[{\"ModelName\":\"DEEP_LEO\"}],\"ThreadId\":\"19:Cp0AhBA5TnLBAbkKmlTDhND7jWGZjfXFYr1Da9zyeB01[at]thread.v2\"}",
1818
"AIModelName": "DEEP_LEO",
1919
"AIModelVersion": null,
2020
"LogVersion": "1.0.0.0",
2121
"AgentName": null,
2222
"AgentId": null,
2323
"SourceSystem": null,
24-
"Type": "LLMActivity"
24+
"Type": "CopilotActivity"
2525
},
2626
{
2727
"TenantId": "00000000-0000-0000-0000-000000000000",
@@ -45,7 +45,7 @@
4545
"AgentName": null,
4646
"AgentId": null,
4747
"SourceSystem": null,
48-
"Type": "LLMActivity"
48+
"Type": "CopilotActivity"
4949
},
5050
{
5151
"TenantId": "00000000-0000-0000-0000-000000000000",
@@ -69,7 +69,7 @@
6969
"AgentName": null,
7070
"AgentId": null,
7171
"SourceSystem": null,
72-
"Type": "LLMActivity"
72+
"Type": "CopilotActivity"
7373
},
7474
{
7575
"TenantId": "00000000-0000-0000-0000-000000000000",
@@ -93,6 +93,6 @@
9393
"AgentName": null,
9494
"AgentId": null,
9595
"SourceSystem": null,
96-
"Type": "LLMActivity"
96+
"Type": "CopilotActivity"
9797
}
9898
]

Solutions/Microsoft Copilot/Data Connectors/MicrosoftCopilot_ConnectorDefinition.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
{
1616
"metricName": "Total data received",
1717
"legend": "Microsoft Copilot",
18-
"baseQuery": "LLMActivity"
18+
"baseQuery": "CopilotActivity"
1919
}
2020
],
2121
"sampleQueries": [
2222
{
2323
"description": "Microsoft Copilot Logs",
24-
"query": "LLMActivity\n | sort by TimeGenerated"
24+
"query": "CopilotActivity\n | sort by TimeGenerated"
2525
}
2626
],
2727
"connectivityCriteria": [
@@ -31,8 +31,8 @@
3131
],
3232
"dataTypes": [
3333
{
34-
"name": "LLMActivity",
35-
"lastDataReceivedQuery": "LLMActivity\n | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
34+
"name": "CopilotActivity",
35+
"lastDataReceivedQuery": "CopilotActivity\n | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
3636
}
3737
],
3838
"availability": {
@@ -63,7 +63,7 @@
6363
"instructionSteps": [
6464
{
6565
"title": "Connect Microsoft Copilot audit logs to Microsoft Sentinel",
66-
"description": "This connector uses the Office Management API to get your Microsoft Copilot audit logs. The logs will be stored and processed in your existing Microsoft Sentinel workspace. You can find the data in the **LLMActivity** table.",
66+
"description": "This connector uses the Office Management API to get your Microsoft Copilot audit logs. The logs will be stored and processed in your existing Microsoft Sentinel workspace. You can find the data in the **CopilotActivity** table.",
6767
"instructions": [
6868
{
6969
"type": "ConnectionToggleButton",

Solutions/Microsoft Copilot/Data Connectors/MicrosoftCopilot_DCR.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"dataFlows": [
1717
{
1818
"streams": [
19-
"Microsoft-LLMActivity"
19+
"Microsoft-CopilotActivity"
2020
],
2121
"destinations": [
2222
"clv2ws1"
2323
],
2424
"transformKql": "source",
25-
"outputStream": "Microsoft-LLMActivity"
25+
"outputStream": "Microsoft-CopilotActivity"
2626
}
2727
],
2828
"dataCollectionEndpointId": "{{dataCollectionEndpointId}}"

Solutions/Microsoft Copilot/Data/Solution_MicrosoftCopilot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Solutions/Microsoft Copilot/Data Connectors/MicrosoftCopilot_ConnectorDefinition.json"
88
],
99
"BasePath": "D:\\forked\\Azure-Sentinel\\Solutions\\Microsoft Copilot",
10-
"Version": "3.0.0",
10+
"Version": "3.0.1",
1111
"Metadata": "SolutionMetadata.json",
1212
"TemplateSpec": true
1313
}
5.73 KB
Binary file not shown.

Solutions/Microsoft Copilot/Package/createUiDefinition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
}
7878
],
7979
"outputs": {
80-
"workspaceLocation": "[first(map(filter(basics('getLAWorkspace').value, (filter) => and(contains(toLower(filter.id), toLower(resourceGroup().name)),equals(filter.name,basics('workspace')))), (item) => item.location))]",
80+
"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))]",
8181
"location": "[location()]",
82-
"workspaceName": "[basics('workspace')]"
82+
"workspace": "[basics('workspace')]"
8383
}
8484
}
8585
}

0 commit comments

Comments
 (0)