diff --git a/auditlog/README.rst b/auditlog/README.rst index 3fda82516..17acce172 100644 --- a/auditlog/README.rst +++ b/auditlog/README.rst @@ -39,16 +39,16 @@ Usage Go to `Settings / Technical / Audit / Rules` to subscribe rules. A rule defines which operations to log for a given data model. -.. image:: /auditlog/static/description/rule.png +.. image:: https://raw.githubusercontent.com/auditlog/static/description/rule.png Then, check logs in the `Settings / Technical / Audit / Logs` menu. You can group them by user sessions, date, data model or HTTP requests: -.. image:: /auditlog/static/description/logs.png +.. image:: https://raw.githubusercontent.com/auditlog/static/description/logs.png Get the details: -.. image:: /auditlog/static/description/log.png +.. image:: https://raw.githubusercontent.com/auditlog/static/description/log.png A scheduled action exists to delete logs older than 6 months (180 days) automatically but is not enabled by default. @@ -56,7 +56,7 @@ To activate it and/or change the delay, go to the `Configuration / Technical / Automation / Scheduled Actions` menu and edit the `Auto-vacuum audit logs` entry: -.. image:: /auditlog/static/description/autovacuum.png +.. image:: https://raw.githubusercontent.com/auditlog/static/description/autovacuum.png Known issues / Roadmap ====================== diff --git a/auditlog/static/description/index.html b/auditlog/static/description/index.html index 533b49ad4..04b44606e 100644 --- a/auditlog/static/description/index.html +++ b/auditlog/static/description/index.html @@ -389,18 +389,18 @@ models such as create, Usage

Go to Settings / Technical / Audit / Rules to subscribe rules. A rule defines which operations to log for a given data model.

-/auditlog/static/description/rule.png +https://raw.githubusercontent.com/auditlog/static/description/rule.png

Then, check logs in the Settings / Technical / Audit / Logs menu. You can group them by user sessions, date, data model or HTTP requests:

-/auditlog/static/description/logs.png +https://raw.githubusercontent.com/auditlog/static/description/logs.png

Get the details:

-/auditlog/static/description/log.png +https://raw.githubusercontent.com/auditlog/static/description/log.png

A scheduled action exists to delete logs older than 6 months (180 days) automatically but is not enabled by default. To activate it and/or change the delay, go to the Configuration / Technical / Automation / Scheduled Actions menu and edit the Auto-vacuum audit logs entry:

-/auditlog/static/description/autovacuum.png +https://raw.githubusercontent.com/auditlog/static/description/autovacuum.png

Known issues / Roadmap