You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by BurnAlting <bu...@iinet.net.au> on 2021/04/25 07:38:44 UTC

Logging of administrative actions (User, Group and Connection management) and User actions

Can anyone advise if they have been able to gain event logging of the
Guacamole Client to record informaition such as
- User Management
- Group Management
- Connection Management
- File transfers






--
Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@guacamole.apache.org
For additional commands, e-mail: user-help@guacamole.apache.org


Re: Logging of administrative actions (User, Group and Connection management) and User actions

Posted by Mike Jumper <mi...@glyptodon.com>.
On Sun, Apr 25, 2021 at 2:08 PM Burn Alting <bu...@iinet.net.au>
wrote:

> On Sun, 2021-04-25 at 13:47 -0700, Mike Jumper wrote:
>
> On Sun, Apr 25, 2021 at 4:49 AM Nick Couchman <vn...@apache.org> wrote:
>
> On Sun, Apr 25, 2021 at 3:39 AM BurnAlting <bu...@iinet.net.au>
> wrote:
>
> Can anyone advise if they have been able to gain event logging of the
> Guacamole Client to record informaition such as
> - User Management
> - Group Management
> - Connection Management
> - File transfers
>
>
> The type of audit logging you're asking for would involve code
> modifications, which, to my knowledge, have not been done, yet (no pull
> requests have been opened, etc.).
>
>
> For anyone interested in this, there is an open feature request in JIRA:
>
> https://issues.apache.org/jira/browse/GUACAMOLE-1224
>
> That would be the issue to follow, or the issue to tag in your PR and
> commits, if contributing. :)
>
>
> Thanks Mike. I take it there are no interim short cuts such as some kind
> of mybatis trace logging?
>

No, I don't think anything will satisfy what you're looking for other than
an actual implementation of what you're looking for. Mybatis will log SQL
queries at the debug level, yes, but I don't think that will prove useful
for anything except debugging SQL.

Michael Jumper
CEO, Lead Developer
Glyptodon Inc <https://glyp.to/>.

Re: Logging of administrative actions (User, Group and Connection management) and User actions

Posted by Burn Alting <bu...@iinet.net.au>.
On Sun, 2021-04-25 at 13:47 -0700, Mike Jumper wrote:
> On Sun, Apr 25, 2021 at 4:49 AM Nick Couchman <vn...@apache.org> wrote:
> > On Sun, Apr 25, 2021 at 3:39 AM BurnAlting <bu...@iinet.net.au> wrote:
> > > Can anyone advise if they have been able to gain event logging of the
> > > 
> > > Guacamole Client to record informaition such as
> > > 
> > > - User Management
> > > 
> > > - Group Management
> > > 
> > > - Connection Management
> > > 
> > > - File transfers
> > > 
> > > 
> > 
> > The type of audit logging you're asking for would involve code modifications,
> > which, to my knowledge, have not been done, yet (no pull requests have been
> > opened, etc.).
> 
> For anyone interested in this, there is an open feature request in JIRA:
> 
> https://issues.apache.org/jira/browse/GUACAMOLE-1224
> 
> That would be the issue to follow, or the issue to tag in your PR and commits, if
> contributing. :)
> 

Thanks Mike. I take it there are no interim short cuts such as some kind of mybatis
trace logging?

Will track the Issue.

Regards
Burn

Re: Logging of administrative actions (User, Group and Connection management) and User actions

Posted by Mike Jumper <mi...@glyptodon.com>.
On Sun, Apr 25, 2021 at 4:49 AM Nick Couchman <vn...@apache.org> wrote:

> On Sun, Apr 25, 2021 at 3:39 AM BurnAlting <bu...@iinet.net.au>
> wrote:
>
>> Can anyone advise if they have been able to gain event logging of the
>> Guacamole Client to record informaition such as
>> - User Management
>> - Group Management
>> - Connection Management
>> - File transfers
>>
>>
> The type of audit logging you're asking for would involve code
> modifications, which, to my knowledge, have not been done, yet (no pull
> requests have been opened, etc.).
>

For anyone interested in this, there is an open feature request in JIRA:

https://issues.apache.org/jira/browse/GUACAMOLE-1224

That would be the issue to follow, or the issue to tag in your PR and
commits, if contributing. :)

Michael Jumper
CEO, Lead Developer
Glyptodon Inc <https://glyp.to/>.

Re: Logging of administrative actions (User, Group and Connection management) and User actions

Posted by Nick Couchman <vn...@apache.org>.
On Sun, Apr 25, 2021 at 3:39 AM BurnAlting <bu...@iinet.net.au> wrote:

> Can anyone advise if they have been able to gain event logging of the
> Guacamole Client to record informaition such as
> - User Management
> - Group Management
> - Connection Management
> - File transfers
>
>
The type of audit logging you're asking for would involve code
modifications, which, to my knowledge, have not been done, yet (no pull
requests have been opened, etc.).

-Nick