Documentation

InfluxDB system buckets

InfluxDB system buckets contain time series data used by and generated from the InfluxDB monitoring and alerting system and the task engine.

Each InfluxDB organization includes the following system buckets:

The system bucket schemas below reference InfluxDB data elements. For more information, see InfluxDB key concepts.

_monitoring system bucket

The _monitoring system bucket stores InfluxDB data used to monitor data and send alerts.

Data retention: 7 days

_monitoring bucket schema

  • statuses (measurement)

    • tags:
      • _check_id: check ID
      • _check_name: check name
      • _level: level evaluated by the check (ok, info, warn, or crit)
      • _source_measurement: original measurement queried by the check
      • _type: check type (threshold or deadman)
      • other tags inherited from queried data or added in the check configuration
    • fields:
      • _message: message generated by the check
      • _source_timestamp: original timestamp of the queried data
      • other fields inherited from queried data
  • notifications (measurement)

    • tags:
      • _check_id: check ID that triggered the notification
      • _check_name: check name that triggered the notification
      • _level: check-evaluated level that triggered the notification (ok, info, warn, or crit)
      • _notification_endpoint_id: notification endpoint ID
      • _notification_endpoint_name: notification endpoint name
      • _notification_rule_id: notification rule ID
      • _notification_rule_name: notification rule name
      • _sent: sent status (true or false)
      • _source_measurement: original measurement queried by the check
      • _type: check type (threshold or deadman)
      • other tags inherited from queried data or added in the check configuration
    • fields:
      • _message: message generated by the check
      • _source_timestamp: original timestamp of the queried data
      • _status_timestamp: timestamp when the status (_level) was evaluated
      • other fields inherited from queried data

_tasks system bucket

The _tasks system bucket stores data related to InfluxDB task executions.

Data retention: 3 days

_tasks bucket schema

A task run refers to a single task execution.

  • runs (measurement)
    • tags:
      • status: task run status (success or failed)
      • taskID: task ID
    • fields:
      • finishedAt: timestamp when the task run finished
      • logs: log output from the task run
      • requestedAt: timestamp when the task run was requested
      • runID task run ID
      • scheduledFor: timestamp the task run was scheduled for
      • startedAt: timestamp when the task run started

Was this page helpful?

Thank you for your feedback!


The future of Flux

Flux is going into maintenance mode. You can continue using it as you currently are without any changes to your code.

Read more

InfluxDB v3 enhancements and InfluxDB Clustered is now generally available

New capabilities, including faster query performance and management tooling advance the InfluxDB v3 product line. InfluxDB Clustered is now generally available.

InfluxDB v3 performance and features

The InfluxDB v3 product line has seen significant enhancements in query performance and has made new management tooling available. These enhancements include an operational dashboard to monitor the health of your InfluxDB cluster, single sign-on (SSO) support in InfluxDB Cloud Dedicated, and new management APIs for tokens and databases.

Learn about the new v3 enhancements


InfluxDB Clustered general availability

InfluxDB Clustered is now generally available and gives you the power of InfluxDB v3 in your self-managed stack.

Talk to us about InfluxDB Clustered