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
Need to add to the schema the http_response_class
Describe the log source: All logs with an http_request_code
There are 5 groups/classes for http_response_codes • "informational class" ( 100 – 199 ) • "successful response" ( 200 – 299 ) • "redirection messages" ( 300 – 399 ) • "client error" ( 400 – 499 ) • "server error" ( 500 – 599 )
I added a lookup in core to match these codes because for a dashboard they are very useful to monitor the health of a webserver.
The text was updated successfully, but these errors were encountered:
s/b http_response_class
Sorry, something went wrong.
No branches or pull requests
Need to add to the schema the http_response_class
Describe the log source:
All logs with an http_request_code
There are 5 groups/classes for http_response_codes
• "informational class" ( 100 – 199 )
• "successful response" ( 200 – 299 )
• "redirection messages" ( 300 – 399 )
• "client error" ( 400 – 499 )
• "server error" ( 500 – 599 )
I added a lookup in core to match these codes because for a dashboard they are very useful to monitor the health of a webserver.
The text was updated successfully, but these errors were encountered: