Skip to content

Support empty response status in COMBINEDAPACHELOG #194

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

Open
jarro2783 opened this issue Jan 24, 2017 · 1 comment
Open

Support empty response status in COMBINEDAPACHELOG #194

jarro2783 opened this issue Jan 24, 2017 · 1 comment
Labels

Comments

@jarro2783
Copy link

The COMBINEDAPACHELOG grok filter specifies that the response_status field should be an integer. However, some web servers that use this format (like Varnish), write a log entry even if they crash, which has a response status of -, because no reply was sent to the client.

Can the COMBINEDAPACHELOG format be modified to support this?

@jarro2783 jarro2783 changed the title Support no response status in COMBINEDAPACHELOG Support empty response status in COMBINEDAPACHELOG Jan 24, 2017
@joshuaspence
Copy link

The correct field name is response... we rename response to response_status using the mutate filter.

@kares kares added the bug label Jul 30, 2020
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

3 participants