TailFilter

Similar to the section called “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 187.  Attributes for the <tailfilter> tag

Name Type Description Default Required
lines Integer Number of lines from the back to read. 10 No