Get Ratio of Daily Active Users and Montly Active Users

Hi, im new to kibana and trying to figure it out how to make calculation of already filtered documents. For example, I need to count a ratio of my Daily Active Users and my Monthly Active Users. So I need to make two querries that filters out DAU and MAU and then I need to divide those numbers.
Already read a lot of articles of Scripted fields, but could not find an answer how to make such thing. Or maybe it is impossible to do that with Kibana?

You can do a ratio in TSVB, but that will work if they are in the same time interval, so it wouldn't be possible with this. I guess you can do it in Canvas with EQL.

Thanks I'll Try to do TSVB.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.