Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • 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
© 2026 Direct Cursus Technology L.L.C.
Monium
  • Getting started
  • Overview
    • Getting started with application logs
    • Getting started with Yandex Cloud resource logs
    • Monitoring and analysis of logs
    • Log metrics
    • Limits
  • Access management
  • Pricing policy
  • Terraform reference
  • Release notes

In this article:

  • Log delivery
  • Monium.Logs parameters
  • Viewing logs
  • Service dashboard for logs
  1. Logs
  2. Getting started with application logs

Getting started with application logs

Written by
Yandex Cloud
Updated at May 7, 2026
  • Log delivery
    • Monium.Logs parameters
  • Viewing logs
  • Service dashboard for logs

Monium Logs is a distributed and highly available system for storing, searching, visualizing, and analyzing logs. The system forms part of the Monium platform and uses its basic components, such as access management, data model, and unified interface.

This section provides general information about transferring logs from your app to Monium and viewing them.

For Yandex Cloud resources, see Getting started with Yandex Cloud resource logs.

Log deliveryLog delivery

If you are new to Yandex Cloud or have no application to test sending logs from, visit Getting started with Monium. The section describes the basic environment setup and sending telemetry data with the help of Otel Collector.

In Monium, log delivery is configured similarly to other types of telemetry. Data is received in OpenTelemetry format; therefore, you can send logs either using an agent or collector that supports it or send directly from the application.

If your cloud and application are already configured and you have prior experience with telemetry, configure log delivery as detailed below.

Monium.Logs parametersMonium.Logs parameters

  • Monium accepts data in OpenTelemetry (OTLP) format.

  • Address for writing logs: ingest.monium.yandex.cloud:443.

  • Authentication:

    • Service account with the monium.logs.writer role or common monium.telemetry.writer role.
    • API key with the yc.monium.logs.write or yc.monium.telemetry.write scope.
  • In header: x-monium-project=<project_ID> parameter.

    This may be a cloud (cloud__<cloud_ID>) project, folder (folder__<folder_ID>) project, or another project.

  • In OTEL_RESOURCE_ATTRIBUTES: cluster or deployment.name and service or service.name.

    If no cluster is specified, the default option is cluster = default.

Viewing logsViewing logs

Monium UI
  1. On the Monium home page, select Logs on the left.

  2. At the top, set the data search period on the timeline.

  3. In the search bar, enter a query to search for application logs:

    • project = <project_ID>: Select the project specified in x-monium-project of the application's telemetry transmission configuration.

      This may be a cloud (cloud__<cloud_ID>) project, folder (folder__<folder_ID>) project, or another project.

    • cluster = <cluster_name>: Select the name of the installation that runs your application. If no cluster is specified, cluster = default is used.

    • service = <service_name>: Name of your application or service. You can use the OTEL_SERVICE_NAME environment variable to provide it.

      If you do not see the required labels in the suggestions, you can enter them manually. However, the system most likely has not received data with these labels. See Data delivery troubleshooting for possible solutions.

  4. Click Execute query.

  5. To view logs for a specific entry, expand it.

For more on logs, see Log search and analysis.

Service dashboard for logsService dashboard for logs

The system automatically collects incoming log metrics: data volume, delivery delays, number of errors by level, etc.

Incoming log charts are available on the service dashboard.

See alsoSee also

  • Monium Traces
  • Getting started with Yandex Cloud resource metrics

Was the article helpful?

Previous
Deleting expired metrics (TTL)
Next
Getting started with Yandex Cloud resource logs
© 2026 Direct Cursus Technology L.L.C.