We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Search part of the #3795.
The text was updated successfully, but these errors were encountered:
Search statistics regarding HTTP usage:
We are getting ~100-150K HTTP requests each day. Almost all of them are GET requests and thus unaffected.
We do receive less than 10 of POST requests each day and occasional attempts to use other HTTP methods including random ones like "ABCD"
requests | extend verb = tostring(split(name, " ")[0]) | where url !startswith "https" and timestamp > ago(30d) | summarize sum(itemCount) by verb, bin(timestamp, 1d) | order by timestamp desc, verb asc
Sorry, something went wrong.
agr
No branches or pull requests
Search part of the #3795.
The text was updated successfully, but these errors were encountered: