Skip to content

Commit

Permalink
Merge branch 'config-in-db-cli-correction' of https://github.com/matt…
Browse files Browse the repository at this point in the history
…ermost/docs into config-in-db-cli-correction
  • Loading branch information
cwarnermm committed Jan 15, 2024
2 parents 187b072 + b085f0e commit 6730d4d
Show file tree
Hide file tree
Showing 30 changed files with 934 additions and 453 deletions.
18 changes: 18 additions & 0 deletions source/_static/badges/ent-cloud-dedicated.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
:orphan:
:nosearch:

.. raw:: html

<div class="mm-badge">

|plans-img| Available only on `Enterprise <https://mattermost.com/contact-sales/>`__ plans

|deployment-img| Available only for `Cloud Dedicated <https://customers.mattermost.com/cloud/signup/>`__ deployments

.. |plans-img| image:: ../_static/images/badges/flag_icon.svg

.. |deployment-img| image:: ../_static/images/badges/deployment_icon.svg

.. raw:: html

</div>
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.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ The `Mattermost for Microsoft Teams plugin </about/mattermost-for-microsoft-team
Demonstration: Mattermost embedded in Microsoft Teams
------------------------------------------------------

Check out this `YouTube demo <https://youtu.be/Mg-stF7_Bjk>`__, from Doug Lauder, Senior Software Design Engineer at Mattermost, to learn more about using the embedded Mattermost instance within Microsoft Teams:
Check out this `YouTube demo <https://youtu.be/2t2CsC5JWPw>`__, from John Landells, Senior Technical Account Manager at Mattermost, to learn more about using the embedded Mattermost instance within Microsoft Teams:

.. raw:: html

<iframe width="560" height="315" src="https://www.youtube.com/embed/Mg-stF7_Bjk" alt="Install Mattermost for Microsoft Teams plugin" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/2t2CsC5JWPw" alt="Install Mattermost for Microsoft Teams plugin" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
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
18 changes: 17 additions & 1 deletion 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 Expand Up @@ -3313,7 +3329,7 @@ def setup(_: Sphinx):

# General information about the project.
project = "Mattermost"
copyright = "2015-2023 Mattermost"
copyright = "2015-2024 Mattermost"
author = "Mattermost"

# The version info for the project you're documenting, acts as replacement for
Expand Down
Loading

0 comments on commit 6730d4d

Please sign in to comment.