Actions
Documentation #4671
closed
JI
JI
Document changes to HTTP events with respect to http/http2 normalization
Documentation #4671:
Document changes to HTTP events with respect to http/http2 normalization
Affected Versions:
Effort:
Difficulty:
Label:
Description
Probably something in the upgrade section of the guide.
JI Updated by Jason Ish over 4 years ago
- Target version set to 7.0.0-beta1
VJ Updated by Victor Julien over 4 years ago
- Assignee set to Philippe Antoine
PA Updated by Philippe Antoine over 4 years ago
Jason, What is expected here ?
Is this about rules/http2-events.rules ?
JI Updated by Jason Ish over 4 years ago
Maybe I was wrong, but are the "http" events in "eve.json" changing in format at all?
PA Updated by Philippe Antoine over 4 years ago
Maybe I was wrong, but are the "http" events in "eve.json" changing in format at all?
They should have the same info such as http.url or http.http_method
They are extended as we have more http2-specific information
We can recognize them with http.version: "2"
You can check for instance S-V test http2-upgrade
You can check the code in log_http2 with for (name, value) in common {
PA Updated by Philippe Antoine over 4 years ago
- Status changed from New to Feedback
- Assignee changed from Philippe Antoine to Jason Ish
JI Updated by Jason Ish about 4 years ago
- Status changed from Feedback to Closed
Thanks. I think this can be closed.
Actions