|
| 1 | +// Module included in the following assemblies: |
| 2 | + |
| 3 | +// * observability/cluster_observability_operator/ui_plugins/troubleshooting-ui-plugin.adoc |
| 4 | + |
| 5 | +:_mod-docs-content-type: REFERENCE |
| 6 | +[id="coo-troubleshooting-ui-plugin-advanced_{context}"] |
| 7 | += Advanced controls for the {coo-full} troubleshooting panel UI plugin |
| 8 | + |
| 9 | +The **Advanced** button opens additional controls over the correlation search. |
| 10 | +These are *experimental* and might change in a future release. |
| 11 | +They provide access to additional features of the {korrel8r} upstream project that powers the correlation search. |
| 12 | + |
| 13 | +image::coo-troubleshooting-panel-advanced.png[Advanced Controls] |
| 14 | + |
| 15 | + |
| 16 | +The following list explains the additional controls under the *Advanced* button: |
| 17 | + |
| 18 | +* **Recent** The search is limited to recent results, by default in the last day. |
| 19 | +* **Range** Allows searching an explicit date/time range in the past. |
| 20 | +* **Distance** Searches up to the given distance from the starting point. |
| 21 | + Each correlation rule (edge in the graph) is a "step", and the **distance** is the maximum number of steps. |
| 22 | +* **Goal Class** Instead of a distance, you can select a **goal**, which is a resource or signal type. |
| 23 | + This searches for paths from the start to the goal type, and the path length is not limited. |
| 24 | + For more information about correlation classes, see the {korrel8r} project documentation. |
| 25 | +* **Query** The {korrel8r} query representing the starting point for the search. |
| 26 | + Click **Focus** to reset the query to reflect the current console page. |
| 27 | + Click **Sync** to re-run the current query and update the graph. |
| 28 | + For more information about correlation queries, see the {korrel8r} project documentation. |
| 29 | +
|
0 commit comments