[Yandex Cloud documentation](../../index.md) > [Monium](../index.md) > Logs > Getting started with Yandex Cloud resource logs

# Getting started with Yandex Cloud resource logs

Monium allows you to work with the logs of Yandex Cloud services as well as any other logs uploaded to Monium, e.g., from your applications, infrastructure, or other clouds.

Follow this guide to view logs provided by Yandex Cloud resources.

{% note info %}

To learn how to configure transfer of Yandex Cloud resource logs, see the guides for the respective resource. For example, you can set up Apache Airflow™ cluster logging when [creating](../../managed-airflow/operations/cluster-create.md) or [updating](../../managed-airflow/operations/cluster-update.md) the cluster.

{% endnote %}

To view the logs:

1. Create a Yandex Cloud resource and configure logging for it.
   
   For the list of services that support log transfer to Monium, see [Observability tools for monitoring and logging](../../overview/concepts/monitoring-logging-tools.md).

1. On the [Monium](https://monium.yandex.cloud) home page, select **Logs** on the left.
1. At the top, set the data search period on the timeline.
1. In the search bar, select query labels:

   * `project = folder__<folder_ID>`: ID of the folder the Yandex Cloud resource resides in.
   * `service = <log_group>`: Name or ID of the log group that receives logs, e.g., `default`.
   * `resource_type = <resource_type>`: Type of the Yandex Cloud resource that sends logs, e.g., `managed-airflow.cluster`, `k8s.cluster`, or `alb.loadBalancer`.
   * `resource_id = <resource_ID>`: ID of the Yandex Cloud resource that sends logs, e.g., cluster ID.
   
     If you skip the resource type, all logs in the log group will be shown. If you skip the resource ID, all logs for the selected resource type will be shown.

1. To filter logs by other properties, select labels from the list. For example, the label `level = WARN` will display all WARNING level logs.

   For more on how to make queries, see [Data model in Monium.Metrics](../concepts/data-model.md) and [Query language in Monium](../concepts/querying.md).

1. To view the logs of another resource immediately, click **Add query** and specify the properties of the Yandex Cloud resource at hand.
1. Click **Execute query**.

For more on logs, see [Log search and analysis](logs-explorer.md).

## Service dashboard for logs {#logs-service-dashboard}

The system automatically collects [incoming log metrics](logs-metrics.md): data volume, delivery delays, number of errors by level, etc.

Incoming log charts are available on the service dashboard.