Skip to content

Commit b4605ee

Browse files
committed
Add reference to the workspaces index
1 parent 0d154ee commit b4605ee

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

config/_default/menus/main.en.yaml

+2-7
Original file line numberDiff line numberDiff line change
@@ -5861,21 +5861,16 @@ menu:
58615861
parent: log_management
58625862
identifier: logs_workspaces
58635863
weight: 6
5864-
- name: SQL Reference
5865-
url: logs/workspaces/sql_reference/
5866-
parent: logs_workspaces
5867-
identifier: logs_workspaces_sql_reference
5868-
weight: 601
58695864
- name: Use Cases
58705865
url: logs/workspaces/use_cases/
58715866
parent: logs_workspaces
58725867
identifier: logs_workspaces_use_cases
5873-
weight: 602
5868+
weight: 601
58745869
- name: Time Selection
58755870
url: logs/workspaces/time_selection/
58765871
parent: logs_workspaces
58775872
identifier: logs_workspaces_time_selection
5878-
weight: 603
5873+
weight: 602
58795874
- name: Error Tracking
58805875
url: logs/error_tracking/
58815876
parent: log_management

content/en/logs/workspaces/_index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You can also create Calculated Fields directly within a Workspace to define a co
6060
## Analyze, transform, and visualize your logs
6161
You can add the following cells to:
6262
- Include additional data sources such as reference tables
63-
- Use SQL to join data
63+
- Use [DDSQL][5] to join data
6464
- Transform, correlate, and visualize the data
6565

6666
Cells that depend on other cells are automatically updated when one of the cells it depends on is changed.
@@ -256,3 +256,4 @@ Finally, a treemap visualization cell is created with the `transaction_record_wi
256256
[2]: https://app.datadoghq.com/logs
257257
[3]: /logs/log_configuration/parsing/
258258
[4]: /logs/explorer/calculated_fields/
259+
[5]: /ddsql/

0 commit comments

Comments
 (0)