rich-policeman-92383
06/08/2022, 8:36 AMbig-carpet-38439
06/08/2022, 2:18 PMdatahub usage event
. In there you'll want to query for events with type: LogInEvent (or PageViewEvent) and group by the actorUrn fieldbig-carpet-38439
06/08/2022, 2:18 PMrich-policeman-92383
06/08/2022, 2:33 PMbig-carpet-38439
06/08/2022, 3:00 PMrich-policeman-92383
06/08/2022, 8:04 PMnutritious-bird-77396
06/15/2022, 9:57 PMGET _search
{
"size": 0,
"aggs" : {
"langs" : {
"terms" : { "field" : "actorUrn.keyword", "size" : 500 }
}
}
}