[MXS-4715] expand topfilter filter Created: 2023-08-16 Updated: 2023-10-04 Resolved: 2023-10-04 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | topfilter |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | New Feature | Priority: | Major |
| Reporter: | Richard Stracke | Assignee: | Todd Stoffel (Inactive) |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Description |
|
topfilter creates files for every count statements for every session_id "The session ID is added to the filename for each file written." This can cause many files, So Stores all in a single file (append) instead files for every session. timeframe = seconds If set, all queries will be saved for all sessions for the given timeframe. timeframe can be combined with single_file |
| Comments |
| Comment by Johan Wikman [ 2023-08-16 ] |
|
I think it would be better if almost all filters were implemented as Lua scripts. |