Skip to content

Commit 7647eac

Browse files
authored
Merge pull request #110304 from yanivlavi/patch-7
Change Resultcount to match the displayed results
2 parents 31ec895 + c0479e7 commit 7647eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/platform/alerts-common-schema-definitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Any alert instance describes the resource that was affected and the cause of the
156156
"SearchQuery": "search * \n| where Type == \"Heartbeat\" \n| where Category == \"Direct Agent\" \n| where TimeGenerated > ago(30m) ",
157157
"SearchIntervalStartTimeUtc": "3/22/2019 1:36:31 PM",
158158
"SearchIntervalEndtimeUtc": "3/22/2019 1:51:31 PM",
159-
"ResultCount": 15,
159+
"ResultCount": 2,
160160
"LinkToSearchResults": "https://portal.azure.com#@72f988bf-86f1-41af-91ab-2d7cd011db47/blade/Microsoft_OperationsManagementSuite_Workspace/AnalyticsBlade/initiator/AnalyticsShareLinkToQuery/isQueryEditorVisible/true/scope/%7B%22resources%22%3A%5B%7B%22resourceId%22%3A%22%2Fsubscriptions%<subscription ID>%2FresourceGroups%2Fpipelinealertrg%2Fproviders%2FMicrosoft.OperationalInsights%2Fworkspaces%2FINC-OmsAlertRunner%22%7D%5D%7D/query/search%20%2A%20%0A%7C%20where%20Type%20%3D%3D%20%22Heartbeat%22%20%0A%7C%20where%20Category%20%3D%3D%20%22Direct%20Agent%22%20%0A%7C%20where%20TimeGenerated%20%3E%20%28datetime%282019-03-22T13%3A51%3A31.0000000%29%20-%2030m%29%20%20/isQuerybase64Compressed/false/timespanInIsoFormat/2019-03-22T13%3a36%3a31.0000000Z%2f2019-03-22T13%3a51%3a31.0000000Z",
161161
"SeverityDescription": "Warning",
162162
"WorkspaceId": "2a1f50a7-ef97-420c-9d14-938e77c2a929",
@@ -223,7 +223,7 @@ Any alert instance describes the resource that was affected and the cause of the
223223
"SearchQuery": "search *",
224224
"SearchIntervalStartTimeUtc": "3/22/2019 1:36:33 PM",
225225
"SearchIntervalEndtimeUtc": "3/22/2019 1:51:33 PM",
226-
"ResultCount": 0,
226+
"ResultCount": 2,
227227
"LinkToSearchResults": "https://portal.azure.com#@72f988bf-86f1-41af-91ab-2d7cd011db47/blade/Microsoft_OperationsManagementSuite_Workspace/AnalyticsBlade/initiator/AnalyticsShareLinkToQuery/isQueryEditorVisible/true/scope/%7B%22resources%22%3A%5B%7B%22resourceId%22%3A%22%2Fsubscriptions%<subscription ID>%2FresourceGroups%2FPipeLineAlertRG%2Fproviders%2Fmicrosoft.insights%2Fcomponents%2FWEU-AIRunner%22%7D%5D%7D/query/search%20%2A/isQuerybase64Compressed/false/timespanInIsoFormat/2019-03-22T13%3a36%3a33.0000000Z%2f2019-03-22T13%3a51%3a33.0000000Z",
228228
"SearchIntervalDurationMin": "15",
229229
"SearchIntervalInMinutes": "15",

0 commit comments

Comments
 (0)