mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
restore page on enterprise logging apps
Conflicts: admin_manual/contents.rst
This commit is contained in:
@@ -30,3 +30,6 @@ Enterprise Subscription Only
|
||||
enterprise_external_storage/index
|
||||
enterprise_user_management/index
|
||||
enterprise_files_drop/index
|
||||
enterprise_logging/index
|
||||
|
||||
|
||||
|
||||
39
admin_manual/enterprise_logging/enterprise_logging_apps.rst
Normal file
39
admin_manual/enterprise_logging/enterprise_logging_apps.rst
Normal file
@@ -0,0 +1,39 @@
|
||||
=======================
|
||||
Enterprise Logging Apps
|
||||
=======================
|
||||
|
||||
There are two enterprise logging apps available to ownCloud Enterprise
|
||||
Subscription customers: **File Shared access logging app** and **Log audit
|
||||
info**. The **File Shared access logging app** records the file sharing activity
|
||||
of your users, and **Log audit info** records user logins and logouts.
|
||||
|
||||
.. figure:: images/logging-1.png
|
||||
|
||||
.. figure:: images/logging-2.png
|
||||
:alt: The two enterprise logging apps on the Apps page.
|
||||
|
||||
These two apps work together, and should be enabled together. Your logging
|
||||
level must be set to at least **Info, warnings, errors, and fatal issues** on
|
||||
your ownCloud admin page, or ``'loglevel' => 1`` in ``config.php``.
|
||||
|
||||
View your logfiles on your admin page. This shows which logging app recorded
|
||||
the entries, timestamps, usernames, and their activities:
|
||||
|
||||
.. figure:: images/logging-3.png
|
||||
:alt: Graphical log example.
|
||||
|
||||
Click the **Download logfile** button to dump the plain text log, or open the
|
||||
logfile directly in a text editor. The default location is
|
||||
``owncloud/data/owncloud.log``. This is what the raw log looks like::
|
||||
|
||||
{"reqId":"uaG6sHiutvgzVUCUXM3W","remoteAddr":"::1","app":"admin_audit",
|
||||
"message":"Rename \"\/molly\/files\/server-and-enterprise-installation\" to
|
||||
\"\/molly\/files\/shared\/server-and-enterprise-installation\" by user molly,
|
||||
owner: molly","level":1,"time":"2015-10-21T22:07:14+00:00"}
|
||||
{"reqId":"Krsnp8BgtLCtuT4zLTWs","remoteAddr":"::1","app":"admin_audit",
|
||||
"message":"Rename \"\/molly\/files\/shared\/San%20Francisco.jpg\" to
|
||||
\"\/molly\/files\/shared\/SanFrancisco.jpg\" by user molly, owner:
|
||||
molly","level":1,"time":"2015-10-21T22:07:25+00:00"}
|
||||
|
||||
See :doc:`../configuration_server/logging_configuration` for more information
|
||||
on logging.
|
||||
8
admin_manual/enterprise_logging/index.rst
Normal file
8
admin_manual/enterprise_logging/index.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
=================================
|
||||
Enterprise Logging Apps (ES only)
|
||||
=================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
enterprise_logging_apps
|
||||
Reference in New Issue
Block a user