メインコンテンツまでスキップ
バージョン: User Guides (Cloud)

Audit Logs Cost

When you enable audit logs, Zilliz Cloud deploys a logging service. Collecting, processing, and forwarding these logs consumes additional system resources, which is why corresponding charges apply.

The total cost of using the audit log feature is the sum of the following components:

Audit logs CU cost

Audit Logs CU Cost = Audit Logs CU Unit Price x Total Number of Query CU x Audit Logs Runtime
  • Audit Logs CU Unit Price: Determined by the cloud region and the plan of the cluster. For detailed rates, refer to Zilliz Cloud Pricing Guide.

  • Total Number of Query CU: The total number of query node CUs in the cluster, factoring in replicas.

    Total Number of Query CU = Query CU × Replica Count

    For example, a cluster with 2 query node CUs and 2 replicas has a total of 4 CUs.

  • Audit Logs Runtime: The total time the Audit Logs feature is enabled. Runtime is calculated as Disable Time Point − Enable Time Point. If the cluster is in a Suspended status, that time is excluded from the calculation because no compute resources are consumed by the audit logs feature during suspension. For an example of the calculation of runtime, see Example.

Data transfer cost

Audit logs can be forwarded to an object storage bucket. Currently, Zilliz Cloud only supports forwarding logs to an object storage bucket created in the same cloud region as your cluster.

Intra-region data transfers currently incur no additional charges.

For details on data transfer pricing, see Data Transfer.

Example

Suppose your cluster configuration is as follows:

  • Plan: Dedicated (Enterprise)

  • Cloud Provider & Region: AWS us-east-1 (Virginia)

  • CU Size: 8 CU

  • Replica Count: 2

  • Audit Logs Runtime:

JKGIwkjiyhRr2ebq4eKcUsZOn8d

As illustrated above,

  • Audit logs enabled at 12:00 on Aug 1, 2025.

  • Cluster suspended at 24:00 on Aug 1, 2025.

  • Cluster Resumed at 12:00 on Aug 2, 2025, and runs until dropped at 12:00 on Aug 3, 2025.

The total runtime is (24 − 12) + 24 = 36 hours.

With the plan and cloud provider and region information, you can find on the pricing guide page that the audit logs unit price is $0.031/hour.

According to the CU size and replica count information, the total query node CU size is 8 CU x 2 Replica = 16 CU.

The total audit logs CU cost is $0.031 x 16 x 36 = $17.856.

Data Transfer Cost is $0 because of same-region forwarding.

The total audit logs cost is $17.856 + $0.00 = $17.856.

FAQs

  1. Will I be charged for audit logs if my cluster is suspended? No. Audit logs CU charges only apply while the feature is enabled and the cluster is actively running. Time spent in the "Suspended" state is excluded.

  2. Do I pay for data transfer when forwarding audit logs? Intra-region forwarding is free. Cross-region transfer (not currently supported) may incur additional charges.

  3. If audit logs are enabled but no logs are actually generated, will I still be charged? Yes. Audit logs CU charges are based on the cluster query node CU size and runtime while the feature is enabled, regardless of whether logs are generated. If no logs are generated, data transfer costs may be $0.

  4. Does the billing vary depending on the actual volume of logs generated (e.g., high QPS vs. low QPS workloads)? No. Audit logs CU costs depend only on your cluster’s query node CU size and runtime, not on the volume of logs generated.