JSON file data is as follows [
{
"Organization": "foo.foomail.com",
"Date": "2023-01-08",
"EventType": "GoodMail",
"Direction": "Inbound",
"MessageCount": 393253,
"Index": 0
},
{
"Organization": "foo.foomail.com",
"Date": "2023-01-08",
"EventType": "GoodMail",
"Direction": "Outbound",
"MessageCount": 96305,
"Index": 2
},
{
"Organization": "foo.foomail.com",
"Date": "2023-01-08",
"EventType": "EmailMalware",
"Direction": "Inbound",
"MessageCount": 34,
"Index": 3
},
{
"Organization": "foo.foomail.com",
"Date": "2023-01-08",
"EventType": "EmailPhish",
"Direction": "Inbound",
"MessageCount": 9678,
"Index": 4
},
{
"Organization": "foo.foomail.com",
"Date": "2023-01-08",
"EventType": "EmailPhish",
"Direction": "Outbound",
"MessageCount": 111,
"Index": 5
},
{
"Organization": "foo.foomail.com",
"Date": "2023-01-08",
"EventType": "SpamDetections",
"Direction": "Inbound",
"MessageCount": 55265,
"Index": 6
},
{
"Organization": "foo.foomail.com",
"Date": "2023-01-08",
"EventType": "SpamDetections",
"Direction": "Outbound",
"MessageCount": 1155,
"Index": 7
},
{
"Organization": "foo.foomail.com",
"Date": "2023-01-08",
"EventType": "EdgeBlockSpam",
"Direction": "Inbound",
"MessageCount": 614454,
"Index": 8
},
{
"Organization": "foo.foomail.com",
"Date": "2023-01-08",
"EventType": "TransportRules",
"Direction": "Inbound",
"MessageCount": 24843,
"Index": 9
},
{
"Organization": "foo.foomail.com",
"Date": "2023-01-08",
"EventType": "EdgeBlockSpam",
"Direction": "Outbound",
"MessageCount": 722,
"Index": 10
},
{
"Organization": "foo.foomail.com",
"Date": "2023-01-08",
"EventType": "TransportRules",
"Direction": "Outbound",
"MessageCount": 37537,
"Index": 11
}
]
... View more