@@ -121,23 +121,36 @@ To search your compressed logs from CLP's UI, open [http://localhost:4000](http:
121121your browser (if you changed ` webui.host ` or ` webui.port ` in ` etc/clp-config.yml ` , use the new
122122values).
123123
124- :::{image} clp-search-ui.png
124+ [ Figure 3] ( #figure-3 ) shows the search page after running a query.
125+
126+ (figure-3)=
127+ :::{card}
128+
129+ :::{image} clp-json-search-ui.png
130+
131+ +++
132+ ** Figure 3** : The search page in CLP's UI.
125133:::
126134
127- The image above shows the search page after running a query. The numbered circles correspond to
128- the following features:
129-
130- 1 . The search box is where you can enter your query.
131- 2 . The timeline shows the number of results across the time range of your query.
132- * You can click and drag to zoom into a time range, or use the time range filter in (4).
133- 3 . The table displays the search results for your query.
134- 4 . Clicking the <i class =" fa fa-bars " ></i > icon reveals additional filters for your query.
135- * The time range filter allows you to specify the period of time that matching log events must be
136- in.
137- * The case sensitivity filter allows you to specify whether CLP should respect the case of your
138- query.
139- 5 . Clicking the <i class =" fa fa-cog " ></i > icon reveals options for displaying results.
140- 6 . The <i class =" fa fa-trash " ></i > icon clears the results of the last query.
135+ The numbered circles in [ Figure 3] ( #figure-3 ) correspond to the following elements:
136+
137+ 1 . ** The query input box** . The format of your query should conform to CLP's
138+ [ JSON search syntax] ( ../reference-json-search-syntax.md ) .
139+ 2 . ** The query case-sensitivity toggle** . When turned on, CLP will search for log events that match
140+ the case of your query.
141+ 3 . ** The time range selector** . CLP will search for log events that are in the specified time range.
142+ You can select a preset filter (e.g., ` Last 15 minutes ` ; ` Yesterday ` ) from the dropdown, or
143+ choose ` Custom ` and set the start time and end time directly.
144+ 4 . ** The dataset selector** . CLP will search for log events that belong to the selected dataset.
145+ 5 . ** The search results timeline** . After a query, the timeline will show the number of results
146+ across the time range of your query.
147+ * You can click and drag to zoom into a time range.
148+ * When you mouse over a bar in the timeline, a popup will display the range and the number of
149+ search results in that range.
150+ 6 . ** The search results** .
151+ * You can sort by ` Ascending ` or ` Descending ` timestamp by clicking the ` Timestamp ` header in the
152+ table.
153+ * Each search result includes a link to the original file in which the log event was found.
141154
142155:::{note}
143156By default, the UI will only return 1,000 of the latest search results. To perform searches which
0 commit comments