On Tue, Mar 3, 2020 at 4:10 PM Stefan Bogdan Cimpeanu <[email protected]>
wrote:

> Hello all,
> I’m trying to expose the users connection history to a non-admin user.
> What I’ve noticed is that in the MySQL database, the
> guacamole_user_history table has far less entries than what I can see as
> admin in the UI.
>

The guacamole_user_history table is login history, not connection usage
history:

http://guacamole.apache.org/doc/gug/jdbc-auth.html#jdbc-auth-schema-login-history


> How can I export the history from the UI, programmatically? (not clicking
> the Download button).


You want the guacamole_connection_history table:

http://guacamole.apache.org/doc/gug/jdbc-auth.html#jdbc-auth-schema-connection-history

- Mike

Reply via email to