Labs¶
Labs is used to manage new features that Guance is still exploring and gradually opening up, including innovative, interesting, or scenario-specific capabilities. All experimental features are disabled by default. You can manually enable them as needed. Once enabled, the relevant features will be available in the current workspace. Feel free to experience them and continuously discover more possibilities.
Feature Entry¶
Enter the Guance workspace, click Manage > Labs in the left navigation bar.
Enable Experimental Features¶
- Go to the Manage > Labs page.
- Find the target experimental feature and toggle the switch on the right.
- After successful enabling, the feature takes effect immediately in the current workspace.
Note
Experimental features are disabled by default and can only be used after being manually enabled within the workspace.
SLS Query Bridge¶
SLS Query Bridge is the first experimental feature launched in Labs. Once enabled, it supports using standard SLS query syntax for data retrieval in the Log Explorer.
Changes in Log Explorer¶
- Before enabling this feature, the Log Explorer:
- After enabling this feature, the Log Explorer:
Query and Execute¶
- After entering an SLS query.
- Click "Execute" or press Enter to return the query results.
You can continue to modify the SLS query and re-execute it, remaining in SLS mode.
Switch to DQL Mode¶
The following operations will trigger a switch from SLS mode to DQL mode:
-
Edit DQL statement: Modify the DQL content displayed below the input box. The system will prompt "You are editing DQL. After execution, it will automatically switch to DQL mode." After executing the query, it automatically enters DQL mode.
-
Use quick filters: After checking conditions in the left quick filters, the filtering does not take effect immediately. The system prompts "Only supports synchronization to DQL queries. Continuing will switch to DQL mode." Click "Continue" to apply the filter and switch to DQL mode. Click "Cancel" to remain in the current SLS mode.
SLS Query Notes¶
When performing log retrieval in SLS mode, please note the following:
- Index selection: You still need to click and select the target index from the left index list.
- Aggregation queries: If the entered SLS query statement is an aggregation query, the system will automatically jump to the Top List to display the results.



