How-To: Return More than 200 Matching Events in a Query
Last Updated: 2021-09-30
By default, LogScale returns only 200 matching results from a given
query. You can increase the number of matching results returned by
filtering through the tail
function.
For example:
127.0.0.1|tail(10000)
This increases the maximum number of events returned, up to the specified value. The maximum supported number of events returned is 10000.