You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2023. It is now read-only.
PCRE cant be used safely with untrusted users. Regex queries can be used to cause denial of service attacks (basically consume all the resources on the node handling the regex).
Note that as of #1778 this error is correctly classified as "bad request", and as such invokes the proxy to graphite (if enabled), and graphite handles it seamlessly, so the user doesn't have to notice anything.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Apparently Graphite supports a query like:
But metrictank does not.
It returns an error
error parsing regexp: invalid or unsupported Perl syntax: '(?!'...
The text was updated successfully, but these errors were encountered: