Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Logging
  • Getting started
    • All tutorials
    • Transferring Yandex Managed Service for Kubernetes cluster logs to Cloud Logging
    • Transferring logs from a VM to Cloud Logging
    • Transferring logs from COI to Cloud Logging
    • Transferring logs through Unified Agent HTTP input to Cloud Logging
    • Replicating logs to Object Storage using Fluent Bit
    • Log replication to Object Storage via Data Streams
    • Visualizing logs in Grafana using the Yandex Cloud Logging plugin
    • Interactive debugging of Cloud Functions functions
    • Writing load balancer logs to PostgreSQL
    • Logging settings for Application Load Balancer ingress controllers
    • Processing Cloud Logging logs
    • Configuring responses in Cloud Logging and Yandex Cloud Functions
    • Searching for events in audit logs
    • Monitoring of event logging to a log group
    • Transferring Yandex MPP Analytics for PostgreSQL cluster logs to Yandex Cloud Logging
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ
  1. Tutorials
  2. Monitoring of event logging to a log group

Configuring responses in Cloud Logging and Yandex Cloud Functions

Written by
Yandex Cloud
Updated at November 11, 2025

Monitoring specific log group metrics helps you spot potential issues early and prevent data loss.

Each log group includes predefined monitoring charts with the following information:

  • Records: Group of charts showing record processing:

    • Records successfully ingested: Number of successfully ingested records.
    • Records saved: Number of saved records.
    • Records read: Number of read records.
    • Records ingest errors: Number of record ingestion errors.
    • Records save lag: Delay between ingesting and saving records.
    • Records read errors: Number of record read errors.
  • Requests: Group of charts for data ingestion requests:

    • Ingest requests: Number of data ingestion requests.
    • Ingest requests errors: Number of data ingestion request errors.
    • Ingest requests duration: Average duration of data ingestion requests.

To monitor log group metrics along with other relevant indicators, e.g., Audit Trails events, display all of them on a single Monitoring dashboard.

Add a chart for the group.service.ingested_records_per_second metric to the dashboard to display the actual rate of log ingestion into the log group. Comparing this value with the Maximum write speed quota helps determine whether the log stream is hitting its limit. Additional group.service.ingest_requests_per_second chart filtered by ERROR status enables detecting write errors promptly.

Monitoring UI
  1. In the management console, select Monitoring.

  2. Navigate to the Dashboards tab.

  3. Next to the dashboard name, click and select Edit.

  4. In the bottom section, click Graph.

  5. Create a query to monitor storage usage:

    1. In the query editor, click .
    2. In the list of services (service=), select Cloud Logging.
    3. In the name= metric list, select group.service.ingested_records_per_second.
    4. In the label list, select the log group (group=).
  6. Click Add query and follow the same steps to create a query to display the maximum bucket size: in the name= metric list, select group.ingest_requests_per_second, and in status=, ERROR.

  7. Click Execute query to check the chart display.

  8. Name the chart and add a threshold:

    1. In the chart area, click Settings.
    2. In the panel that opens, expand General.
    3. In the Title field, specify a chart name, e.g., Bucket Used Space.
    4. Expand Thresholds.
    5. Click Add threshold.
    6. Specify Maximum write speed quota for the threshold name and select a color.
    7. Close the chart settings panel.
  9. Click Save at the top right.

Was the article helpful?

Previous
Searching for events in audit logs
Next
Transferring Yandex MPP Analytics for PostgreSQL cluster logs to Yandex Cloud Logging
© 2025 Direct Cursus Technology L.L.C.