Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Chinese, Japanese and Korean search

.. attention::

Starting on Mattermost v11.5, searching for Chinese, Japanese or Korean (CJK) characters can be enabled with the `feature flag <https://developers.mattermost.com/contribute/more-info/server/feature-flags/#changing-feature-flag-values>`_ ``MM_FEATUREFLAGS_CJKSEARCH``.
Starting in Mattermost v11.9, CJK post search is enabled by default on PostgreSQL.
In Mattermost v11.5 through v11.8, enable the `feature flag <https://developers.mattermost.com/contribute/more-info/server/feature-flags/#changing-feature-flag-values>`_ ``MM_FEATUREFLAGS_CJKSEARCH``.

The general recommendation of `using either Elasticsearch or Opensearch once the server reaches 2.5 million posts <https://docs.mattermost.com/administration-guide/scale/enterprise-search.html#do-i-need-to-use-elasticsearch-or-aws-opensearch>`_ still applies.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Review and manage the following site configuration options in the System Console
- `Public Links <#public-links>`__
- `Notices <#notices>`__
- `Connected Workspaces <#connected-workspaces>`__
- `Classification Markings <#classification-markings>`__

.. tip::

Expand Down Expand Up @@ -2589,6 +2590,34 @@ Member sync batch size

----

Classification Markings
-----------------------

From Mattermost v11.8, system admins can configure classification markings in the System Console by going to **Site Configuration > Classification Markings**.

Classification markings define reusable classification levels that can be displayed as global or channel-level banners in the web and desktop apps. Each classification level includes a name, color, and rank order. You can select a preset, such as US DoD, NATO, UK GSCP, Canada, or Australia PSPF, or define custom classification levels.

.. note::

Classification markings are informational only and aren't tied to access control decisions at this time.

Configure classification markings:

1. Go to **System Console > Site Configuration > Classification Markings**.
2. Enable **Enable classification markings**.
3. Select a **Classification preset**, or create custom classification levels.
4. Configure classification level names, colors, and rank order.
5. Optionally enable the **Global Classification Banner** under **Global Classification Indicators**.
6. Select the **Banner visibility**:

- **Top only**
- **Top and bottom**

7. Select the **Global classification level** to display.
8. Select **Save**.

----

config.json-only settings
-------------------------

Expand Down
9 changes: 9 additions & 0 deletions source/end-user-guide/collaborate/display-channel-banners.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,12 @@ Disable the **Channel Banner** option in the channel settings to remove the bann
.. tip::

System admins can grant any user the ability to create and manage channel banners by assigning the **Manage Channel Banners** permission in the System Console. See the :doc:`advanced permissions </administration-guide/onboard/advanced-permissions>` documentation for details.

Classification markings
-----------------------

From Mattermost v11.8, system admins can configure classification markings that display as global or channel-level banners in the web and desktop apps. See the :ref:`Classification Markings <administration-guide/configure/site-configuration-settings:classification markings>` configuration documentation for setup details.
Comment thread
Combs7th marked this conversation as resolved.

Classification markings use predefined or custom classification levels, including the classification name and banner color. These markings are informational only and don't control access to channels, messages, files, or other Mattermost resources.

When a channel classification is applied, Mattermost displays the selected classification as the channel banner. Classification markings take priority over a custom channel banner when both are configured for the same channel.
Loading