diff --git a/changelog.d/20395_custom_response_headers_from_http_server.feature.md b/changelog.d/20395_custom_response_headers_from_http_server.feature.md new file mode 100644 index 00000000000000..0238a08eae5124 --- /dev/null +++ b/changelog.d/20395_custom_response_headers_from_http_server.feature.md @@ -0,0 +1,3 @@ +Allows configuring custom headers to be added to responses from the http_server when using the HttpSource. + +authors: chriscancompute