Support control characters and/or regex in logs section #3513

Open
opened 2026-03-04 03:46:36 -05:00 by deekerman · 2 comments
Owner

Originally created by @ammnt on GitHub (Feb 25, 2022).

Hello,

I propose to add support control characters and/or regex in logs section of frontend. For example:

  • search for all domains beginning with blog.:
    ^blog. or ^blog\.
  • search for all domains ending in .org.zm:
    .org.zm$ or \.org\.zm$
  • search for custom domains without extension (localhost, local etc.).:
    ^[^.]+$
  • search for only IDN domains:
    [^\x00-\x7F]
  • search for domains beginning with adtrack., adtracking. and adtracker. - more that one subdomain in one query:
    ^adtrack(er|ing)?[0-9]*[_.-]
    etc.

I know that we have one general ticket for logs improvements and we can merge it. But please think about this function before as separate feature request😂

Thank you😙
Best regards.

Originally created by @ammnt on GitHub (Feb 25, 2022). Hello, I propose to add support control characters and/or regex in logs section of frontend. For example: - search for all domains beginning with **_blog._**: `^blog.` or `^blog\.` - search for all domains ending in **_.org.zm_**: `.org.zm$` or `\.org\.zm$` - search for custom domains without extension (**_localhost_**, **_local_** etc.).: `^[^.]+$` - search for only IDN domains: `[^\x00-\x7F]` - search for domains beginning with **_adtrack._**, **_adtracking._** and **_adtracker._** - more that one subdomain in one query: `^adtrack(er|ing)?[0-9]*[_.-]` etc. I know that we have one general ticket for logs improvements and we can merge it. But please think about this function before as separate feature request😂 Thank you😙 Best regards.
Author
Owner

@ammnt commented on GitHub (Mar 21, 2022):

@ainar-g, does this feature request make sense? Thank you.

@ammnt commented on GitHub (Mar 21, 2022): @ainar-g, does this feature request make sense? Thank you.
Author
Owner

@ainar-g commented on GitHub (May 20, 2022):

Sorry, this feature request seems to have slipped through the cracks. We'll maybe be able to do something like that, but only once #2290 is solved.

@ainar-g commented on GitHub (May 20, 2022): Sorry, this feature request seems to have slipped through the cracks. We'll maybe be able to do something like that, but only once #2290 is solved.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AdGuardHome#3513
No description provided.