Django web analytics

Hi,

I am trained on Elasticsearch. I want have web analytics module in my website, where I can see

-who has logged in at what time by user name

-From which location

-Duration

I have added google analytics, but I want to have my own dashboard in my website itself.

Is there any package is that allow achieve my result or is there way I can use any web analytics tool inside my Django project.
Thanks.