Similar to Section E.3, “HeadFilter”, this filter reads the last
n
lines of a file; the others are not further passed through the
filter chain. Usage example:
<filterchain> <tailfilter lines="20" /> </filterchain>
Table E.10: Attributes for the <tailfilter>
tag
Name | Type | Description | Default | Required |
---|---|---|---|---|
lines | Integer | Number of lines from the back to read. | 10 | No |