Created
October 16, 2025 12:48
-
-
Save gszr/915ad78bdebff7f96b1b74f41b898d34 to your computer and use it in GitHub Desktop.
Datakit Add Header
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "datakit", | |
| "config": { | |
| "nodes": [ | |
| { | |
| "name": "DATA", | |
| "type": "call", | |
| "url": "http://<callout server>:8080/uuid", | |
| "outputs": { | |
| "body": "service_request.headers" | |
| } | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment