Using Global Search
Overview
Global Search is a powerful tool accessible from anywhere in your Cloud 66 Dashboard. It searches across all your applications, servers, services, containers and more across your entire account.
Basic Search
You can type any word or phrase in the search bar at the top of each page to start your search. By default this will search the following:
- Applications
- Servers
- Services
- Containers
- Firewall Rules
- Environment Variables
- Deployments
All queries can be a full or partial string. So both awesome and awes will find all entities with awesome somewhere.
Advanced Search
You can narrow the search down with the "advanced search syntax". The general search syntax is key:value. This means you can run queries like this:
Global search supports the generic search directives:
tagSearch the tagstypeSearch by type. Valid values arestack,server,service,container,firewall, 'environment' and 'deployment'
Each specific type might have some specific directives.
Application directives
nameSearch the application nameenvSearch the application environment
Server directives
nameSearch the server nameaddressSearch server's IP address or DNS namevidSearch the cloud provider (vendor's) ID for the VM
Service directives
nameSearch the service name
Firewall directives
Firewalls can be searched only by their tags.
Container directives
serviceSearch containers by service nameidSearch container by Docker UIDaddressSearch by Docker or ContainerNet container IP addressesimageSearch by the image name used by the containerserverSearch by the name of the server running containers
Environment Variables
keySearch environment variables by their key
Deployment Variables
deployed_byName of the person triggering this deploymentgit_hashGit hash used in this deploymentgit_refGit ref used in this deployment
Complex queries
You can always combine queries to narrow your search down. Some examples are below:
type:server type:stackreturns all servers and applications under your currently selected accountenv:production tag:activereturns all production applications tagged withactivelion type:firewall type:server name:bigcustomerreturns everything within servers and firewall rules of any entity with a name ofbigcustomerthat haslionin it.