Is your feature request related to a problem? Please describe.
During our latest season, we had a recurring problem where we wanted to track an issue across many logs, but we couldn’t because when we loaded more than ~35 logs into AS, it would crash.
Describe the solution you'd like
What I envision is a feature that lets you tell AS to filter only relevant entries, and by doing so increase performance.
Describe alternatives you've considered
The alternative we settled on during our season was creating a custom Python script that would filter the logs for us and then count the number of times the problem appeared.
Additional context
Some examples of things we wanted to track were whenever logs had a specific string printed to the console and when /brownout was true.
Is your feature request related to a problem? Please describe.
During our latest season, we had a recurring problem where we wanted to track an issue across many logs, but we couldn’t because when we loaded more than ~35 logs into AS, it would crash.
Describe the solution you'd like
What I envision is a feature that lets you tell AS to filter only relevant entries, and by doing so increase performance.
Describe alternatives you've considered
The alternative we settled on during our season was creating a custom Python script that would filter the logs for us and then count the number of times the problem appeared.
Additional context
Some examples of things we wanted to track were whenever logs had a specific string printed to the console and when
/brownoutwas true.