Hi community,
I want to know who is connected on a low code app and from which agent to monitor usage and performance.
For example:
userA connected to low code app App1 from DMA2
userB connected to low code app App1 from DMA3
userC connected to low code app App1 from DMA2
userD connected to low code app App2 from DMA4
userA connected to low code app App2 from DMA2
Is it possible to easily retrieve this information per low code app for example?
Thanks
This is not easily achievable. The web apps run directly in the browser, the DMA only knows the user connected via a web app (gets logged in information events) but not which web app. This connection could be shared with multiple different web apps the user has open simultaneously. Using the logging of IIS you could create some statistics of which web app has been opened when and how much by which IP address, but this doesn't directly link with a user account of DataMiner.