- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`Advanced Analysis is in Preview. To enable, reach out to your Customer Success Manager.
The analysis feature in Notebooks allows you to perform advanced analysis on your Datadog data. You can join multiple datasets, chain queries, and transform your data using either predefined transformations or SQL, while retaining the full capabilities that Notebooks provide.
Notebooks are collaborative text editors that allow you to embed Datadog graphs directly into your documents. While this is ideal for exploration and storytelling, deeper investigations might require more advanced control over data queries. The analysis features enable you to run queries that help you:
To run complex queries in a notebook, first add a Data Source cell. There are two ways to do this:
From a notebook:
/datasource
and press Enter, or click the Data Source tile at the bottom of the page.From the Log Explorer:
After adding a data source cell to a notebook, you can continue modifying it to structure the data to suit your analysis needs.
By default, data source cells created from Notebooks use the notebook’s global time frame. Data source cells created from the Log Explorer use a local time fixed to the time frame at the time of export.
You can switch any data source cell between a local or global time frame using the toggle button in the top right corner of the cell.
Regardless of how you create the data source cell, you can modify the query using the search bar. Any changes to the query automatically re-run the data source cell and any downstream cells, updating the preview of the data.
You can add or modify columns in your data source cell. There are two ways to adjust the columns:
You can take existing Log Explorer queries that include Calculated Fields and open them in Notebooks. To transfer these queries from the Log Explorer, click More and select Analyze in Notebooks. The Calculated Fields automatically convert into a Transformation cell.
You can also create Calculated Fields directly within a notebook to define a computed field from existing data sources. These fields can be reused in subsequent analysis:
You can add various cell types to enhance your analysis capabilities. These cells enable you to include additional data sources, such as reference tables, RUM, or spans. Use SQL to join, transform, correlate, and visualize your data effectively. One of the key benefits of this approach is that cells that depend on other cells are automatically updated whenever a dependency changes, ensuring your analysis always reflects the most current data.
Add a transformation cell to filter, group, join, or extract data defined in a data source cell.
/transformation
and press Enter, or click on the transform dataset tile at the bottom of the page.After adding the transformation cell, you can add any number of transformation operations inside the cell. Choose an operation from the list of supported transformations:
Operation | Description |
---|---|
Parse | Enter grok syntax to extract data into a separate column. In the “from” dropdown menu, select the column the data is getting extracted from. |
Group | Select what you want to group the data by in the dropdown menus. |
Join | Select the type of join, the dataset to join against, and the fields to join on. |
Filter | Add a filter query for the dataset. |
Calculate | Add a name for the field and the function formula, using the calculated field expression language. |
Limit | Enter the number of rows of the dataset you want to display. |
Sort | Select the sort order and column to sort on. |
Convert | Allows you to convert a column into a different type. Select the column and the column type to be converted. |
You can also transform your data using SQL by adding an analysis cell to your notebook.
/sql
or /analysis
and press Enter, or click the SQL Query tile at the bottom of the page.You can graph the data you’ve transformed using analysis cells inside a notebook, customizing the visualization with filters, aggregations, and appearance settings.
To graph your data:
/graph
and press Enter, or click the graph dataset tile at the bottom of the page.For any analysis cell that includes a dataset preview, you can view the full 100-row preview by clicking the View dataset button.
You can save the results of any analysis cell to a dashboard by clicking Save to Dashboard and selecting an existing dashboard, or create a new one. Although this creates a sync between your notebook cell and the exported dashboard graph, changes to the query in your notebook do not automatically update the dashboard.
If you update the published cell or any upstream cells, a badge appears in the upper-right corner of the cell indicating unpublished changes. After you publish those changes, the updates sync to all dashboards where the query is used.
Note: By default, the dataset is tied to the global time frame of the dashboard, not to the time frame of the notebook. However, you have the ability to set a custom time frame on the dashboard widget.
You can download data from cells for use in external tools or further processing outside of Datadog.
To download your dataset as a CSV file: