You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ResponseHeadersJsonProvider and RequestHeadersJsonProvider providers create fields for every capitalisation of headers used. So you may end up with fields for 'Location', 'location', and 'LOCATION' if clients use these different capitalizations. It would be nice if there was an option to lowercase these fieldnames. That makes searches, filters, and visualisations for a specific field a lot easier.
Note that according to the HTTP protocol specs the fieldnames are case insensitive.
The text was updated successfully, but these errors were encountered:
…ase for access events.
Since HTTP headers are not case sensitive, converting to lowercase will help ensure the header names
are always written to the logging event JSON in the same case.
The ResponseHeadersJsonProvider and RequestHeadersJsonProvider providers create fields for every capitalisation of headers used. So you may end up with fields for 'Location', 'location', and 'LOCATION' if clients use these different capitalizations. It would be nice if there was an option to lowercase these fieldnames. That makes searches, filters, and visualisations for a specific field a lot easier.
Note that according to the HTTP protocol specs the fieldnames are case insensitive.
The text was updated successfully, but these errors were encountered: