Querying Log Files for Literal Values
Use the following procedure to search log files for specific literal values. For other options of the Log File Analyzer (LFA) query command, see Creating and Saving LFA Queries.
To query for a literal value
Enter:
query query_name where literal = literal_value
where:
query_name is the query command output stored in memory under this name.
literal_value is the literal value of interest in log files.
An example of this query command is as follows:
query litqry where literal = Parameter
This command queries log files for
events associated with literal Parameter and saves the output to memory
under the name litqry
.