Skip to content

http(): add support for templated headers()#794

Merged
furiel merged 4 commits intoaxoflow:mainfrom
alltilla:http-templated-headers
Sep 11, 2025
Merged

http(): add support for templated headers()#794
furiel merged 4 commits intoaxoflow:mainfrom
alltilla:http-templated-headers

Conversation

@alltilla
Copy link
Member

In case of batching the templates in headers() will be calculated from the first message. Make sure to use worker-partition-key() to group similar messages together.

Literal dollar signs ($) used in headers() must be escaped like $$.

@github-actions
Copy link
Contributor

This Pull Request introduces config grammar changes

axoflow/01ee06ac5222e604332d3f8220485783bf5f9257 -> alltilla/http-templated-headers

Details
--- a/destination
+++ b/destination

 http(
     headers(
-        <string-list>
+        <template-content-list>
     )
 )

@furiel furiel merged commit 5b17608 into axoflow:main Sep 11, 2025
22 checks passed
fekete-robert pushed a commit to axoflow/axosyslog-core-docs that referenced this pull request Sep 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants