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

Add:http_response_class #134

Open
StefanAustin opened this issue Sep 20, 2023 · 1 comment
Open

Add:http_response_class #134

StefanAustin opened this issue Sep 20, 2023 · 1 comment
Labels

Comments

@StefanAustin
Copy link

StefanAustin commented Sep 20, 2023

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.

@miwent
Copy link
Collaborator

miwent commented Sep 20, 2023

s/b http_response_class

@miwent miwent added the triaged label Sep 20, 2023
@StefanAustin StefanAustin changed the title Add:http_request_class Add:http_response_class Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants