tail
This documentation does not apply to the most recent version of Splunk. Click here for the latest version.
tail
Synopsis
Returns the last n number of specified results.
Syntax
tail [<N>]
Arguments
- <N>
- Syntax: <int>
- Description: The number of results to return, default is 10 if none is specified.
Description
Returns the last n results, or 10 if no integer is specified. The events are returned in reverse order, starting at the end of the result set.
Examples
Example 1: Return the last 20 results (in reverse order).
... | tail 20See also
This documentation applies to the following versions of Splunk: 4.0 , 4.0.1 , 4.0.2 , 4.0.3 , 4.0.4 , 4.0.5 , 4.0.6 , 4.0.7 , 4.0.8 , 4.0.9 , 4.0.10 , 4.0.11 View the Article History for its revisions.