Skip to content

Commit

Permalink
Merge branch 'master' into CLD-6817
Browse files Browse the repository at this point in the history
  • Loading branch information
stafot authored Jan 8, 2024
2 parents 0e7ee48 + 562f559 commit ddeb0f1
Show file tree
Hide file tree
Showing 8 changed files with 718 additions and 352 deletions.
2 changes: 1 addition & 1 deletion source/about/editions-and-offerings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ This offering includes all the features of Mattermost Professional, plus:
- `Enhanced compliance with global and custom retention policies for messages and files </comply/data-retention-policy.html>`__.
- `Granular administrative control with custom system admin roles </onboard/system-admin-roles.html>`__.
- `Advanced configuration of playbook permissions, analytics dashboards, and channel exports </repeatable-processes/share-and-collaborate.html>`__.
- `Enhanced compliance controls and granular audit logs with data export </comply/audit-log.html>`__.
- `Enhanced compliance controls and granular audit logs with data export </manage/logging.html#audit-logging-experimental-beta>`__.
- `Advanced collaboration with shared channels across Mattermost instances </onboard/shared-channels.html>`__.
- `High availability support with multi-node database deployment </scale/high-availability-cluster.html>`__.
- `Horizontal scaling through cluster-based deployment </scale/scaling-for-enterprise.html#cluster-based-deployment>`__.
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions source/comply/embedded-json-audit-log-schema.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Embedded JSON audit log schema
Audit Log JSON Schema
==============================

.. include:: ../_static/badges/ent-selfhosted.rst
Expand Down Expand Up @@ -81,13 +81,13 @@ JSON data model
| | | Mattermost currently supports three log formats: plain, JSON, and `GELF <https://docs.graylog.org/docs/gelf>`__. |
| | | |
| | | - Plain log format uses `RFC3339 <https://www.rfc-editor.org/rfc/rfc3339>`__ by default. |
| | | See the `plain log format configuration </comply/audit-log.html#plain-log-format-configuration-options>`__ documentation for |
| | | See the `plain log format configuration </manage/logging.html#plain-log-format-configuration-options>`__ documentation for |
| | | supported options. |
| | | - JSON log format uses `RFC3339 <https://www.rfc-editor.org/rfc/rfc3339>`__ by default. |
| | | See the `JSON log format configuration </comply/audit-log.html#json-log-format-configuration-options>`__ documentation for |
| | | See the `JSON log format configuration </manage/logging.html#json-log-format-configuration-options>`__ documentation for |
| | | supported options. |
| | | - GELF log format uses `unixtime <https://www.unixtimestamp.com/>`__. |
| | | See the `GELF log format configuration </comply/audit-log.html#gelf-log-format-format-configuration-options>`__ documentation for |
| | | See the `GELF log format configuration </manage/logging.html#gelf-log-format-configuration-options>`__ documentation for |
| | | supported options. |
+------------+------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
| event_name | string | Unique name and identifier of the event type taking place (e.g. ``getLogs`` ``requestRenewalLink``, |
Expand Down
16 changes: 16 additions & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,8 @@ def setup(_: Sphinx):
"https://docs.mattermost.com/comply/compliance-monitoring.html",
"comply/cloud-data-retention-policy.html":
"https://docs.mattermost.com/comply/data-retention-policy.html",
"comply/audit-log.html":
"https://docs.mattermost.com/manage/logging.html",

# Configure redirects
"configure/config-ssl-http2-apache2.html":
Expand Down Expand Up @@ -1752,6 +1754,20 @@ def setup(_: Sphinx):
"https://docs.mattermost.com/configure/authentication-configuration-settings.html#openid-connect-other-settings",
"configure/experimental-configuration-settings.html#enable-app-bar":
"https://docs.mattermost.com/configure/experimental-configuration-settings.html#disable-apps-bar",
"configure/experimental-configuration-settings.html#syslog-configuration-options":
"https://docs.mattermost.com/manage/logging.html#syslog-target-configuration-options",
"configure/experimental-configuration-settings.html#syslog-ip":
"https://docs.mattermost.com/manage/logging.html#syslog-target-configuration-options",
"configure/experimental-configuration-settings.html#syslog-port":
"https://docs.mattermost.com/manage/logging.html#syslog-target-configuration-options",
"configure/experimental-configuration-settings.html#syslog-tag":
"https://docs.mattermost.com/manage/logging.html#syslog-target-configuration-options",
"configure/experimental-configuration-settings.html#syslog-cert":
"https://docs.mattermost.com/manage/logging.html#syslog-target-configuration-options",
"configure/experimental-configuration-settings.html#syslog-insecure":
"https://docs.mattermost.com/manage/logging.html#syslog-target-configuration-options",
"configure/experimental-configuration-settings.html#syslog-max-queue-size":
"https://docs.mattermost.com/manage/logging.html#syslog-target-configuration-options",

# Deploy redirects
"deploy/mobile-apps-faq.html":
Expand Down
Loading

0 comments on commit ddeb0f1

Please sign in to comment.