Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ammnt opened this issue Feb 25, 2022 · 2 comments
Open

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

ammnt opened this issue Feb 25, 2022 · 2 comments

Comments

@ammnt
Copy link

ammnt commented 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.

@ammnt
Copy link
Author

ammnt commented Mar 21, 2022

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

@ainar-g
Copy link
Contributor

ainar-g commented 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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants