Skip to content

Commit 70c3137

Browse files
author
Varunsai Alaparthi
committed
changed table name
1 parent 1e7e763 commit 70c3137

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Solutions/Illumio Insight/Data Connectors/IllumioInsight_CCP/IllumioInsight_Definition.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@
88
"connectorUiConfig": {
99
"id": "IllumioInsightsDefinition",
1010
"title": "Illumio Insights",
11-
"descriptionMarkdown": "Illumio Insights Connector sends workload and security graph data from Illumio Insights into the Azure Sentinel Data Lake, providing deep context for threat detection, lateral movement analysis, and real-time investigation.",
11+
"descriptionMarkdown": "Illumio Insights Connector sends workload and security graph data from Illumio Insights into the Azure Microsoft Sentinel Data Lake, providing deep context for threat detection, lateral movement analysis, and real-time investigation.",
1212
"publisher": "Microsoft",
1313
"graphQueries": [
1414
{
1515
"metricName": "Total incident logs received",
1616
"legend": "Illumio Insights incident Logs",
17-
"baseQuery": "IllumioInsights"
17+
"baseQuery": "IllumioInsights_CL"
1818
}
1919
],
2020
"sampleQueries": [
2121
{
2222
"description": "Get Sample of Illumio Insights logs",
23-
"query": "IllumioInsights| take 10"
23+
"query": "IllumioInsights_CL| take 10"
2424
}
2525
],
2626
"dataTypes": [
2727
{
28-
"name": "IllumioInsights",
29-
"lastDataReceivedQuery": "IllumioInsights\n | where TimeGenerated > ago(12h) | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
28+
"name": "IllumioInsights_CL",
29+
"lastDataReceivedQuery": "IllumioInsights_CL\n | where TimeGenerated > ago(12h) | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
3030
}
3131
],
3232
"connectivityCriteria": [
8 Bytes
Binary file not shown.

Solutions/Illumio Insight/Package/mainTemplate.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,25 +92,25 @@
9292
"connectorUiConfig": {
9393
"id": "IllumioInsightsDefinition",
9494
"title": "Illumio Insights",
95-
"descriptionMarkdown": "Illumio Insights Connector sends workload and security graph data from Illumio Insights into the Azure Sentinel Data Lake, providing deep context for threat detection, lateral movement analysis, and real-time investigation.",
95+
"descriptionMarkdown": "Illumio Insights Connector sends workload and security graph data from Illumio Insights into the Azure Microsoft Sentinel Data Lake, providing deep context for threat detection, lateral movement analysis, and real-time investigation.",
9696
"publisher": "Microsoft",
9797
"graphQueries": [
9898
{
9999
"metricName": "Total incident logs received",
100100
"legend": "Illumio Insights incident Logs",
101-
"baseQuery": "IllumioInsights"
101+
"baseQuery": "IllumioInsights_CL"
102102
}
103103
],
104104
"sampleQueries": [
105105
{
106106
"description": "Get Sample of Illumio Insights logs",
107-
"query": "IllumioInsights| take 10"
107+
"query": "IllumioInsights_CL| take 10"
108108
}
109109
],
110110
"dataTypes": [
111111
{
112-
"name": "IllumioInsights",
113-
"lastDataReceivedQuery": "IllumioInsights\n | where TimeGenerated > ago(12h) | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
112+
"name": "IllumioInsights_CL",
113+
"lastDataReceivedQuery": "IllumioInsights_CL\n | where TimeGenerated > ago(12h) | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
114114
}
115115
],
116116
"connectivityCriteria": [
@@ -336,25 +336,25 @@
336336
"connectorUiConfig": {
337337
"id": "IllumioInsightsDefinition",
338338
"title": "Illumio Insights",
339-
"descriptionMarkdown": "Illumio Insights Connector sends workload and security graph data from Illumio Insights into the Azure Sentinel Data Lake, providing deep context for threat detection, lateral movement analysis, and real-time investigation.",
339+
"descriptionMarkdown": "Illumio Insights Connector sends workload and security graph data from Illumio Insights into the Azure Microsoft Sentinel Data Lake, providing deep context for threat detection, lateral movement analysis, and real-time investigation.",
340340
"publisher": "Microsoft",
341341
"graphQueries": [
342342
{
343343
"metricName": "Total incident logs received",
344344
"legend": "Illumio Insights incident Logs",
345-
"baseQuery": "IllumioInsights"
345+
"baseQuery": "IllumioInsights_CL"
346346
}
347347
],
348348
"sampleQueries": [
349349
{
350350
"description": "Get Sample of Illumio Insights logs",
351-
"query": "IllumioInsights| take 10"
351+
"query": "IllumioInsights_CL| take 10"
352352
}
353353
],
354354
"dataTypes": [
355355
{
356-
"name": "IllumioInsights",
357-
"lastDataReceivedQuery": "IllumioInsights\n | where TimeGenerated > ago(12h) | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
356+
"name": "IllumioInsights_CL",
357+
"lastDataReceivedQuery": "IllumioInsights_CL\n | where TimeGenerated > ago(12h) | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
358358
}
359359
],
360360
"connectivityCriteria": [

0 commit comments

Comments
 (0)