Version 1.2.2 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.
Searchbar
Categories:
The top searchbar will handle page wide searches either by entering a searchterm directly as <query>
, or by using a “keyword” implemented in the form of <keyword>:<query>
. Entering a searchterm directly will start a hierarchical search which will return the first match in the hierarchy (see table below). It is recommended to supply the search with a keyword to specify the searched entity. For example, jobName:myJobName
will specifically search for all jobs which have the queried string (or a part thereof) in their metadata jobName
field. For all keywords with examples, see the table below.
Both keywords and queries are trimmed of all spaces before performing the search, returning the same results independently of location and number of spaces, e.g. name : Paul
and name: paul
are both handled identically.
Unprocessable queries will return a message detailing the cause of the error.
Available Keywords
Keyword | Example Query | Destination | Note |
---|---|---|---|
No Keyword Used | abcd100 | Joblist or User Joblist | Performs hierarchical search jobId -> username -> name -> projectId -> jobName |
JobId | jobId:123456 | Joblist | Allows multiple identical matches, e.g. JobIds from different clusters |
JobName | jobName:myJobName | Joblist | Works with partial queries. Allows multiple identical matches, e.g. JobNames from different clusters |
ProjectId | projectId:abcd100 | Joblist | All Jobs of the given project |
Username | username:abcd100a | Users Table | Only active users are returned; Users without jobs are not shown. Also, a Last 30 Days is active by default and might filter out expected users. Admin Only |
Name | name:Paul | Users Table | Works with partial queries. Only active users are returned; Users without jobs are not shown. Also, a Last 30 Days is active by default and might filter out expected users. Admin Only |
ArrayJobId | arrayJobId:891011 | Joblist | All Jobs of the given arrayJobId |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.