You are absolutely correct, thank you! Bogdan
> On 4 Mar 2020, at 02:28, Mike Jumper <[email protected]> wrote: > > On Tue, Mar 3, 2020 at 4:10 PM Stefan Bogdan Cimpeanu <[email protected] > <mailto:[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 > > <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 > > <http://guacamole.apache.org/doc/gug/jdbc-auth.html#jdbc-auth-schema-connection-history> > > - Mike >
