Skip to content

Commit ced1ba3

Browse files
committed
edits per MS
1 parent 480f648 commit ced1ba3

File tree

1 file changed

+17
-22
lines changed

1 file changed

+17
-22
lines changed

docs/search/query-assist.md

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,61 +14,56 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1414
This is a Preview release. [Register here](https://docs.google.com/forms/d/e/1FAIpQLSdtmzRn1NyAdk1rXGZrJrpQQwR2i9FKOYd3uKLwEzrkZGVrwQ/viewform). To learn more, contact your Sumo Logic account executive.
1515
:::
1616

17-
Query Assist simplifies query-building in Sumo Logic by offering real-time syntax suggestions, schema prompts, and partial query prediction. These enhancements streamline the process for users at all skill levels, making it easier to write accurate and efficient queries.
18-
19-
This feature reduces the complexity of query building, enabling easier discovery of relevant fields, minimizing errors, and providing intelligent assistance for query creation.
17+
Query Assist enhances the query-building experience in Sumo Logic by providing real-time syntax suggestions, schema prompts, and partial query predictions. These enhancements simplify the process for users at all skill levels, making it easier to write accurate and efficient queries, enabling easier discovery of relevant fields, minimizing errors, and providing intelligent assistance for query creation.
2018

2119
<img src={useBaseUrl('img/search/get-started-search/query-assist-preview1.gif')} alt="query assist demo gif" width="700"/>
2220

2321
## Key enhancements
2422

25-
* **Simplified learning curve**. Syntax suggestions and schema prompts make it easy to write queries without extensive knowledge of query syntax.
26-
* **Enhanced auto-complete**. Context-aware suggestions improve accuracy and efficiency, adapting to your queries and organizational patterns.
27-
* **Streamlined field discovery**. Relevant fields are automatically suggested, especially for structured data like JSON, eliminating manual searching.
23+
* **Simplified learning curve**. Receive syntax suggestions and schema prompts to write queries without extensive knowledge of query syntax.
24+
* **Enhanced autocomplete**. Benefit from context-aware suggestions improve accuracy and efficiency, adapting to your queries and organizational patterns.
25+
* **Streamlined field discovery**. Automatically receive suggestions for relevant fields, especially in structured data like JSON, reducing the need for manual searches.
2826

2927
## How to get started
3028

3129
1. **Start a log search**. From the [**Classic UI**](/docs/get-started/sumo-logic-ui-classic) or the [**New UI**](/docs/get-started/sumo-logic-ui), go to **Log Search** and begin typing your query.
32-
2. **Leverage syntax and schema suggestions**. As you type, watch for real-time suggestions for fields and operators. Use the arrow keys to navigate suggestions and press `Tab` to auto-complete.
30+
2. **Leverage syntax and schema suggestions**. As you type, watch for real-time suggestions for fields and operators. Use the arrow keys to navigate suggestions and press `Tab` to autocomplete.
3331
3. **Take advantage of predictions**. Use partial query predictions to build queries faster and more accurately.
3432
4. **Review and correct errors**. Address flagged errors before running your query to ensure it executes as intended.
35-
5. **Use the Copilot code editor field**. If you’re using Copilot, edit or update your query directly in the [code editor field](/docs/search/copilot/#edit-query-code) and take advantage of autocomplete suggestions for further refinement.
33+
5. **Edit queries with the Copilot**. If you’re using Copilot, modify your query directly in the [code editor field](/docs/search/copilot/#edit-query-code) and utilize autocomplete suggestions for further refinement.
3634

3735
## Features
3836

39-
### Token-by-token prediction and auto-complete
40-
41-
Get real-time suggestions for query completion as you type, with token-by-token predictions helping to quickly finish your queries.
42-
43-
As you start typing a query, such as `_sourceCategory=`, the system provides token-by-token predictions and auto-completes your query with relevant metadata options. Simply use the `Tab` key to accept the suggestion.
37+
### Token-by-token prediction and autocomplete
4438

45-
When typing the first letters of an operator, the system displays all matching operators related to those letters, helping you quickly find and select the appropriate one. For example, typing `st` might suggest `status`, `startsWith`, or other related operators.
39+
Get real-time suggestions for query completion as you type, with token-by-token predictions that help you quickly finish your queries. For example, as you start typing `_sourceCategory=`, the system provides relevant metadata options and autocompletes your query. Simply press the `Tab` key to accept a suggestion.
4640

47-
For example, after typing `status=`, you will be prompted with likely values such as `success`, `error`, or other status codes based on your previous queries or log data.
41+
* **Operator suggestions**. When typing the first letters of an operator, the system displays all matching operators related to those letters, helping you quickly find and select the appropriate one. For example, typing `st` might suggest `status`, `startsWith`, or other related operators.
42+
* **Value suggestions**. After typing `status=`, you will be prompted with likely values such as `success`, `error`, or other status codes based on your previous queries or log data.
4843

4944
### Schema discovery and field suggestions
5045

5146
Automatically receive suggestions for relevant fields in structured data like JSON logs, making field discovery much easier.
5247

53-
For structured logs like JSON, the system automatically suggests relevant fields such as `userID`, `eventType`, or `timestamp` as you type. This eliminates the need for manual inspection of logs, making it easier to filter and aggregate data.
48+
* **Field suggestions**. For structured logs, the system automatically suggests relevant fields such as `userID`, `eventType`, or `timestamp` as you type. This eliminates the need for manual inspection of logs, making it easier to filter and aggregate data.
5449

5550
### Next operator prediction
5651

5752
The system intelligently predicts the next search operator or offers partial query suggestions based on your input, reducing manual effort.
5853

59-
When you type a query such as `source=logs | where status="error"`, the system predicts the next operator and offers suggestions like `count by employeeID` or other common fields. This minimizes manual input and ensures your queries are accurate and aligned with standard query patterns.
54+
* **Operator predictions**. When you type a query such as `source=logs | where status="error"`, the system predicts the next operator and offers suggestions like `count by employeeID` or other common fields, aligning your queries with standard patterns.
6055

6156
### Real-time error highlighting and feedback
6257

6358
Errors are flagged as you type, with immediate suggestions for corrections, ensuring a seamless query-writing experience.
6459

65-
As you write queries, the system highlights any syntax errors in real-time. For example, if you forget to close parentheses or misspell an operator, the system will flag it and provide suggestions to fix the issue immediately, preventing unnecessary troubleshooting.
60+
* **Error detection**. As you write queries, the system highlights syntax errors in real-time, such as unclosed parentheses or misspelled operators, and provides instant suggestions to fix the issue, preventing unnecessary troubleshooting.
6661

67-
### Contextual auto-complete and field discovery
62+
### Contextual autocomplete and field discovery
6863

6964
Suggestions are ranked based on your organization’s common queries, making query completion smarter and more relevant.
7065

71-
The system ranks suggestions based on common queries from your organization or your own previous queries. This ensures that your auto-complete options are not only relevant but also contextually accurate, speeding up the query-writing process.
66+
* **Contextual suggestions**. The system ranks suggestions based on common queries from your organization or your own previous queries. This ensures that your autocomplete options are not only relevant but also contextually accurate, speeding up the query-writing process.
7267

7368
<!-- hold off
7469
### Need more help?
@@ -77,7 +72,7 @@ Copilot with Query Assist video: https://docs.google.com/presentation/d/1HCaXROM
7772

7873
## Feedback
7974

80-
We want your input on Query Assist! Share your thoughts on its usage, relevance, accuracy, UX, and suggestions ranking (syntax, schema, single phrase).
75+
We value your input on Query Assist! Share your thoughts on its usability, relevance, accuracy, user experience, and the ranking of suggestions (syntax, schema, single phrase).
8176

8277
:::note
8378
Query Assist is a working name. Final naming and branding may change before release. All feature updates and release dates are subject to change.
@@ -86,7 +81,7 @@ Query Assist is a working name. Final naming and branding may change before rele
8681
<!--
8782
Phased Availability:
8883
89-
* **Phase 1**. Token-by-token prediction, metadata auto-complete, and basic schema suggestions.
84+
* **Phase 1**. Token-by-token prediction, metadata autocomplete, and basic schema suggestions.
9085
* **Phase 2**. Enhanced operator predictions, full query suggestions, and advanced schema discovery.
9186
* **Phase 3**. Real-time error feedback, more contextual suggestions, and query pattern-based improvements.
9287
-->

0 commit comments

Comments
 (0)