Discussion:
[ceph-users] I can't find the configuration of user connection log in RADOSGW
대무무
2018-11-12 05:18:43 UTC
Permalink
Hello.
I installed ceph framework in 6 servers and I want to manage the user
access log. So I configured ceph.conf in the server which installing the
rgw.

*----ceph.conf----*

*[client.rgw.~~~]*
*...*
*rgw enable usage log = True*

However, I cannot find the connection log of each user.
*I want to know the method of user connection log like the linux command
'last'.*

I’m looking forward to hearing from you.

Sincerely,
Damho Lee
Janne Johansson
2018-11-12 08:07:55 UTC
Permalink
Post by 대무무
Hello.
I installed ceph framework in 6 servers and I want to manage the user access log. So I configured ceph.conf in the server which installing the rgw.
----ceph.conf----
[client.rgw.~~~]
...
rgw enable usage log = True
However, I cannot find the connection log of each user.
I want to know the method of user connection log like the linux command 'last'.
I’m looking forward to hearing from you.
That config setting will make summary statistics on bucket creation,
file ops and so on.

For a more simple "login"/"logout" you should see it on the webserver
log (civetweb or
whatever frontend you have in front of radosgw-admin).
--
May the most significant bit of your life be positive.
Loading...