Replies: 1 comment
-
Sure, you can parse them into key-values then use grep to drop them based on the key-value. Or even use grep on the raw log lines to drop if it sees a particular regex but I'd suggest parsing first, e.g. with the default nginx parser into the actual response code and then just ensure you drop 404 values there rather than a 404 anywhere in the log line. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to a map reduce on certain HTTP error codes and HTTP verbs. Are there any plugins that accomplish this?
Beta Was this translation helpful? Give feedback.
All reactions