Skip to content

Commit 5565bfd

Browse files
committed
enhance connector ui
1 parent b80fc64 commit 5565bfd

File tree

6 files changed

+70
-97
lines changed

6 files changed

+70
-97
lines changed

Solutions/SAP LogServ/Data Connectors/SAPLogServ.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"graphQueries": [
99
{
1010
"metricName": "Total events received",
11-
"legend": "SAP_SID",
12-
"baseQuery": "{{graphQueriesTableName}} | project TimeGenerated, SAP_SID= SystemUniqueId"
11+
"legend": "Tenant",
12+
"baseQuery": "{{graphQueriesTableName}} | project TimeGenerated"
1313
}
1414
],
1515
"sampleQueries": [
@@ -21,7 +21,7 @@
2121
"dataTypes": [
2222
{
2323
"name": "{{graphQueriesTableName}}",
24-
"lastDataReceivedQuery": "{{graphQueriesTableName}}\n | where TimeGenerated > ago(12h) | where name_s == \"no data test\" | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
24+
"lastDataReceivedQuery": "{{graphQueriesTableName}}\n | where TimeGenerated > ago(12h) | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
2525
}
2626
],
2727
"connectivityCriteria": [
@@ -138,13 +138,6 @@
138138
"placeholder": "Deploy push connector to get the DCR ID"
139139
},
140140
"type": "CopyableLabel"
141-
},
142-
{
143-
"parameters": {
144-
"label": "Stream 1 ID",
145-
"value": "Custom-SAPLogServ_CL"
146-
},
147-
"type": "CopyableLabel"
148141
}
149142
]
150143
}

Solutions/SAP LogServ/Data Connectors/SAPLogServ_PUSH_CCP/SAPLogServ_connectorDefinition.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"graphQueries": [
1616
{
1717
"metricName": "Total events received",
18-
"legend": "SAP_SID",
19-
"baseQuery": "{{graphQueriesTableName}} | project TimeGenerated, SAP_SID= SystemUniqueId"
18+
"legend": "Tenant",
19+
"baseQuery": "{{graphQueriesTableName}} | project TimeGenerated"
2020
}
2121
],
2222
"sampleQueries": [
@@ -28,7 +28,7 @@
2828
"dataTypes": [
2929
{
3030
"name": "{{graphQueriesTableName}}",
31-
"lastDataReceivedQuery": "{{graphQueriesTableName}}\n | where TimeGenerated > ago(12h) | where name_s == \"no data test\" | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
31+
"lastDataReceivedQuery": "{{graphQueriesTableName}}\n | where TimeGenerated > ago(12h) | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
3232
}
3333
],
3434
"connectivityCriteria": [
@@ -145,13 +145,6 @@
145145
"placeholder": "Deploy push connector to get the DCR ID"
146146
},
147147
"type": "CopyableLabel"
148-
},
149-
{
150-
"parameters": {
151-
"label": "Stream 1 ID",
152-
"value": "Custom-SAPLogServ_CL"
153-
},
154-
"type": "CopyableLabel"
155148
}
156149
]
157150
}

Solutions/SAP LogServ/Data Connectors/SAPLogServ_PUSH_CCP/solutionMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"SolutionName":"SAP LogServ for Microsoft Sentinel",
33
"SolutionAuthor": "SAP",
4-
"SolutionVersion":"3.0.3",
4+
"SolutionVersion":"3.0.4",
55
"PackageId": "azuresentinel.azure-sentinel-solution-SAPLogServPushV1",
66
"TemplateName": "SAPLogServPushV1",
77
"ConnectorDefinitionTemplateVersion": "1.0.0",
15.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)