diff --git a/docs/search/query-assist.md b/docs/search/query-assist.md index 159f7ba5fb..9bb7a9fe4d 100644 --- a/docs/search/query-assist.md +++ b/docs/search/query-assist.md @@ -16,7 +16,7 @@ This is a Preview release. [Register here](https://docs.google.com/forms/d/e/1FA 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. -query assist demo gif +query assist demo gif ## Key enhancements @@ -48,6 +48,7 @@ For example, as you start typing, the system provides relevant metadata options Automatically receive suggestions for relevant [fields](/docs/manage/fields) in structured data like JSON logs, making field discovery much easier. * **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. +* **Inline suggestions**. An inline suggestion is a real-time, context-aware recommendation within the search editor. By default, the first item in the dropdown is treated as an inline suggestion, but you can use the keyboard navigations to explore other suggestions, which will be shown inline. To apply an inline suggestion, press the Tab key. ### Next operator prediction diff --git a/static/img/search/get-started-search/query-assist-preview1.gif b/static/img/search/get-started-search/query-assist-preview1.gif index b5a184cf0f..c941c4047e 100644 Binary files a/static/img/search/get-started-search/query-assist-preview1.gif and b/static/img/search/get-started-search/query-assist-preview1.gif differ