Skip to main content

System Logs

Overview

System Logs captures administrative and system-level actions for audit and troubleshooting workflows. It supports writing custom entries and reading/filtering historical records for UI tables and exports.

Key Features

  • Record action entries with structured payload data.
  • Query logs with search, period filter, pagination, and sorting.
  • Export mode that flattens payload details for reporting.
  • Metadata endpoint for available action filters and user pickers.

Database Collections

CollectionPurpose
countly.systemlogsStores log entries and one metadata document (_id: "meta_v2") used for filter values.
countly.membersStores member accounts used for user attribution and metadata user list responses.

Configuration & Settings

SettingDefaultWhat it affects
systemlogs.preventIPTrackingfalseWhen enabled, new log entries are stored with ip: null instead of client IP addresses.

Endpoints

Last Updated

2026-03-05