Skip to main content

Reporting configuration settings

View the following statistics for your overall deployment and specific teams, as well as access server logs, in the System Console by selecting the Product Navigate between Channels, collaborative playbooks, and boards using the product menu icon. menu, selecting System Console, and then selecting Reporting:


System statistics

View statistics on a wide variety of activities in Mattermost, including: users, seats, teams, channels, posts, calls, sessions, commands, webhooks, websocket and database connections, and collaborative playbooks.
  • System Config path: Reporting > System Statistics
  • config.json setting: N/A
  • Environment variable: N/A

Team statistics

View statistics per team on number of activated users, number of public and private channels, total post count, and count of paid users (self-hosted only).
  • System Config path: Reporting > Team Statistics
  • config.json setting: N/A
  • Environment variable: N/A

Server logs

View logging of server-side events.

Reload data, download the mattermost.log file locally, and view full log event details for any log entry.

  • System Config path: Reporting > Server Logs
  • config.json setting: N/A
  • Environment variable: N/A

Statistics configuration settings

The following self-hosted deployment configuration setting controls statistics collection behavior. This setting is not available in the System Console and can only be set in the config.json file.

Maximum users for statistics

This setting is used to maximize performance for large Enterprise deployments and isn't available in the System Console and can only be set in config.json.

Set the maximum number of users on the server before statistics for total messages, total hashtag messages, total file messages, messages per day, and activated users with messages per day are disabled.

Numerical input. Default is 2500 users.

  • System Config path: N/A
  • config.json setting: "AnalyticsSettings.MaxUsersForStatistics": 2500
  • Environment variable: N/A