grassery
(Yannick Grasser)
May 4, 2021, 3:41pm
1
I’m wondzring if there are some SquaredUp Dashboard bundles to show some informations/metrics about SquaredUp usage, like for example :
Most used dashboards/views
Named Users usage (this can help for auditing purposes and release a license for people who do not use SquaredUp)
etc…
Any ideas or workarounds are welcome !
rubenz
(Ruben Zimmermann)
May 4, 2021, 8:12pm
2
Hi Yannick,
I have a similar item on my to-do list. My thoughts so far:
Enabling IIS logging
Using PowerShell to parse the log files ( CSV so should not be complicated )
Using the new PowerShell Tile to graph the utilization
Alternatively:
Enabling IIS logging
Sending logs to a log analytics workplace
Writing some KQL to get the usage statistics
Displaying them in SquaredUp with the log analytics tile.
Last; no idea if it still works with current verision: Google Analytics for Intranets:
https://support.google.com/analytics/answer/1009688?hl=en
Would be cool if you could share when you get something useful
2 Likes
grassery
(Yannick Grasser)
May 5, 2021, 2:11pm
3
that’s a great idea @rubenz ! We actually have IIS Logs enabled already. and all the needed information are available .
Let me see how to get this done and prepare a Dashboard
pchip
(Pascal Verdieu)
May 5, 2021, 8:47pm
4
Niiiice
Please share once/if you’ve done this! Interesting add. Actually should be a feature request
masokisi
(masokisi)
May 6, 2021, 6:37am
5
If it helps, the last section of this blog post has some information about getting user details out of the SquaredUp log using Logs/KQL. I guess the query will need to be modified to get what you need. Although thinking about it, IIS logs would probably be a better option to get users and dashboard views as the SquaredUp log would need to be in debug mode for that information.
grassery
(Yannick Grasser)
January 7, 2022, 1:48pm
6
We started something
We created a scheduled task that gets the IIS logs for SquaredUp and stored the data in an OnPrem SQL Database.
To populate the SQL Table we used LogParser + PowerShell.
2 Likes
This looks interesting! Would you like to share your solution?
djeedjee
(John Jansen)
February 9, 2023, 2:40pm
8
I’m also interested! (before I start re-inventing the wheel…).