Yandex Cloud
Search
Contact UsTry 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.
Yandex Cloud Detection and Response
  • Getting started
  • KQL reference
  • Access management

In this article:

  • Getting started
  • Create an investigation
  • Create a query
  • Analyze the results
  • What's next

How to get started with investigations

Written by
Yandex Cloud
Updated at April 3, 2026
  • Getting started
  • Create an investigation
  • Create a query
  • Analyze the results
  • What's next

Note

This feature is in the Preview stage. To get access, contact tech support or your account manager.

In this tutorial, you will create an investigation and run your first KQL (Kusto Query Language) query.

Getting startedGetting started

The YCDR section will appear in the Security Deck interface after the access request is approved.

You will need the ycdr.admin role to work with investigations.

Create an investigationCreate an investigation

  1. Go to Security Deck.
  2. In the left-hand panel, select YCDR.
  3. Navigate to the Investigations tab.
  4. Click New investigation.
  5. Enter a name for your investigation, e.g., Failed login analysis.
  6. Under Description, add a description: Searching for failed console login attempts within the last 30 minutes.

Create a queryCreate a query

  1. In the query editor, enter the following KQL query:

    Events
    | project event_class, ['time']
    | limit 1
    

    This query:

    • Selects events from the Events table.
    • Displays the event_class and time fields.
    • Limits the result to a single entry.
  2. Set the time period to Last 30 minutes.

  3. Click the query run button.

Analyze the resultsAnalyze the results

After the query is completed, the results are displayed in a table with the following fields:

  • event_class: Event class
  • time: Event time

This is an example of a simple query which checks service performance. For more complex analysis, use additional queries and filters.

What's nextWhat's next

  • Learn more about investigations and queries.
  • Learn how to manage investigations.
  • Explore working with queries.
  • Review the KQL reference.

Was the article helpful?

Next
All guides
© 2026 Direct Cursus Technology L.L.C.