Hello @aaron-nimocks,
Thanks for the feedback, here is some example data. (I have hand redacted the values so hopefully I didn't mess it up but should give you a feel for what it looks like)
[
{
"_index":"graphing_9_2021",
"_type":"_doc",
"_id":"REL_1",
"_score":1.0,
"_source":{
"id":"REL_1",
"timestamp":1633309253125,
"type":"relationship",
"label":"shared",
"from":"USER_1",
"to":"CARD_1",
"from_label":"User",
"to_label":"CardShare",
"directionality":"right"
}
},
{
"_index":"graphing_9_2021",
"_type":"_doc",
"_id":"CHAT_1",
"_score":1.0,
"_source":{
"month":"9",
"year":"2021",
"id":"CHAT_1",
"day":"4",
"timestamp":1633309253197,
"type":"Chat"
}
},
{
"_index":"graphing_9_2021",
"_type":"_doc",
"_id":"REL_2",
"_score":1.0,
"_source":{
"id":"REL_2",
"timestamp":1633309253214,
"type":"relationship",
"label":"participated",
"from":"USER_1",
"to":"CHAT_1",
"from_label":"User",
"to_label":"Chat",
"directionality":"right"
}
},
{
"_index":"graphing_9_2021",
"_type":"_doc",
"_id":"USER_1",
"_score":1.0,
"_source":{
"id":"USER_1",
"timestamp":1633309266911,
"user_email":"USER_1@foo.com",
"email_domain":"foo.com",
"type":"User"
}
}
]