diff --git a/modules/virt-searching-vmis-web.adoc b/modules/virt-searching-vmis-web.adoc new file mode 100644 index 0000000000..fed3568b41 --- /dev/null +++ b/modules/virt-searching-vmis-web.adoc @@ -0,0 +1,30 @@ +// Module included in the following assemblies: +// +// * virt/virtual_machines/virt-manage-vmis.adoc + +:_mod-docs-content-type: PROCEDURE +[id="virt-searching-vmis-web_{context}"] += Searching for standalone virtual machine instances by using the web console + +You can search for virtual machine instances (VMIs) by using the search bar on the *VirtualMachines* page. Use the advanced search to apply additional filters. + +.Procedure + +. In the {product-title} console, click *Virtualization* → *VirtualMachines* from the side menu. + +. In the search bar at the top of the page, type a VM name, label, or IP address. + +. In the suggestions list, choose one of the following options: +* Click a VM name to open its details page. +* Click *All search results found for ...* to view results on a dedicated page. +* Click a related suggestion to prefill search filters. + +. Optional: To open advanced search options, click the sliders icon next to the search bar. Expand the **Details** section and specify one or more of the available filters: *Name*, *Project*, *Description*, *Labels*, *Date created*, *vCPU*, and *Memory*. + +. Optional: Expand the **Network** section and enter an IP address to filter by. + +. Click *Search*. + +. Optional: If Advanced Cluster Management (ACM) is installed, use the *Cluster* dropdown to search across multiple clusters. + +. Optional: Click the *Save search* icon to store your search in the `kubevirt-user-settings` ConfigMap. \ No newline at end of file diff --git a/virt/managing_vms/virt-manage-vmis.adoc b/virt/managing_vms/virt-manage-vmis.adoc index 3e23a7effd..759a03557d 100644 --- a/virt/managing_vms/virt-manage-vmis.adoc +++ b/virt/managing_vms/virt-manage-vmis.adoc @@ -16,6 +16,8 @@ include::modules/virt-listing-vmis-cli.adoc[leveloffset=+1] include::modules/virt-listing-vmis-web.adoc[leveloffset=+1] +include::modules/virt-searching-vmis-web.adoc[leveloffset=+1] + include::modules/virt-editing-vmis-web.adoc[leveloffset=+1] include::modules/virt-deleting-vmis-cli.adoc[leveloffset=+1]