Skip to content

Commit b985b28

Browse files
committed
Update sample json
1 parent e8752c8 commit b985b28

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

packages/o365_metrics/data_stream/outlook_activity/_dev/test/pipeline/test-metrics.json-expected.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,24 @@
66
},
77
"o365metrics": {
88
"outlookactivity": {
9-
"meeting_created": "0",
10-
"meeting_interacted": "",
11-
"read": "",
12-
"receive": "1",
9+
"emails_read": {
10+
"count": ""
11+
},
12+
"emails_received": {
13+
"count": "1"
14+
},
15+
"emails_sent": {
16+
"count": ""
17+
},
18+
"meeting_created": {
19+
"count": "0"
20+
},
21+
"meeting_interacted": {
22+
"count": ""
23+
},
1324
"report_date": "2024-11-25",
1425
"report_period": "7",
15-
"report_refresh_date": "2024-11-30",
16-
"send": ""
26+
"report_refresh_date": "2024-11-30"
1727
}
1828
}
1929
}

0 commit comments

Comments
 (0)