-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Create 2025-08-04.mdx #24155
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
base: production
Are you sure you want to change the base?
Create 2025-08-04.mdx #24155
Conversation
add Log Explorer changelog entry for supporting header and cookie custom fields
@@ -0,0 +1,11 @@ | |||
--- | |||
title: Logging headers or cookies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: Logging headers or cookies | |
title: Logging on headers or cookies |
date: 2025-08-04 | ||
--- | ||
|
||
[Log Explorer](/log-explorer/) now supports logging and filtering on header or cookie fields in the http_request dataset. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Log Explorer](/log-explorer/) now supports logging and filtering on header or cookie fields in the http_request dataset. | |
[Log Explorer](/log-explorer/) now supports logging and filtering on header or cookie fields in the `http_requests` dataset. |
|
||
[Log Explorer](/log-explorer/) now supports logging and filtering on header or cookie fields in the http_request dataset. | ||
|
||
Create a custom field to log desired header or cookie values into the http_requests dataset and Log Explorer will import these as searchable fields. Once configired, use the custom SQL editor in Log Explorer to view or filter on these requests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Create a custom field to log desired header or cookie values into the http_requests dataset and Log Explorer will import these as searchable fields. Once configired, use the custom SQL editor in Log Explorer to view or filter on these requests. | |
Create a custom field to log desired header or cookie values into the `http_requests` dataset and Log Explorer will import these as searchable fields. Once configured, use the custom SQL editor in Log Explorer to view or filter on these requests. |
|
||
Create a custom field to log desired header or cookie values into the http_requests dataset and Log Explorer will import these as searchable fields. Once configired, use the custom SQL editor in Log Explorer to view or filter on these requests. | ||
|
||
For more details, refer to [our documentation](/log-explorer/log-search/#headers-and-cookies). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For more details, refer to [our documentation](/log-explorer/log-search/#headers-and-cookies). | |
For more details, refer to [Headers and cookies](/log-explorer/log-search/#headers-and-cookies). |
add Log Explorer changelog entry for supporting header and cookie custom fields
Summary
adding changelog entry announcing Log Explorer support for header and cookie custom fields