Synopsis
Displays the end time of the time of the last event in the group.
Syntax
end time
Required Arguments
IP_address_column_name
Syntax: <character string>
Description: The name of the column header that has IP address values.None
Optional Arguments
None
Description
For each event that has the specified IP_address_column_name with an IP address value, extracts the city name from the IP address, using the hostip.info databaseShows the unformatted time of the last event in the group resulting from the search query. Should be formatted and displayed in date format.
Examples
Example
...
1:
* ...| city IPaddress1in log.access | end time | display end time in date format
Finds the time of the last event in log acccess, and in the summary table, displays this time in date format under the end time column.