Enter a string or pattern and click on the Submit button to find all the reports matching the search criteria.
Topics:
What are the columns in the result table?
The result table lists each report or query that matches the search pattern. The table contains the following columns:
- Category the report/query category
- Section the report section or query name
- Description the report section description or query description
- Link links to the matching query, scheduled report or custom report.
What search patterns can I use?
The following examples illustrate the different kinds of string search:
- *, lists all reports.
- worm, finds all reports containing the word "worm".
- worm*, finds all reports containing the word "worm" or "worms". The * is a pattern representing an sequence of 0 or more characters. worm* trojan*, finds reports matching both the worm* and trojan* patterns.
The * symbol in a pattern matches any sequence of zero or more characters, for example the pattern router* would match: "router", "routers", "router123" etc. The ? symbol matches any single character, for example the pattern router? would match: "routers", "router1", "router2", but not "router" or "router12".