This topic introduces search methods and syntax for use in Search parser.
The Search parser uses three basic search methods:
- Keyword: Search a stream for a specific set of words.
- Pattern: Search a stream for a regular expression match.
- Keyword+Pattern: Search a stream for a regular expression if it contains any of a given set of key words.
Syntax
Maxrecon=<max_size>Maxsearch=<max_ssearch_length>MatchLimit=<max_matches_per_stream Search Name Services=<service_id_list>Keywords=<keyword_list>|Pattern=<expression>Case=0|1 Proximity=<number_of_bytes>Recon=0|1 Raw=0|1
Parameters
Parameters used in this command:
Example
Following is an example of the command:
To check all NetWitness database files located in the Collection named Default. If any problems are found, the command will describe the problem and ask if you would like to fix it.
dbcheck C:\Documents and Settings\User\My Documents\NetWitness\ Investigations\Default\*.nw*
Previous Topic:Search Parser
Next Topic:Wireless LAN Configuration
You are here
Table of Contents > References > Services Config View - Files Tab > Search Parser > search.ini Search String Syntax