-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Included gRPC headers option for loki, bigquery and opentelemetry destinations. Signed-off-by: Zsolt Gyulai (zgyulai) <[email protected]>
- Loading branch information
Showing
4 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## headers() | ||
|
||
| Type: | arrow list| | ||
|Default:| empty| | ||
|
||
Available in syslog-ng OSE 4.8 and later versions. | ||
|
||
*Description:* Adds custom gRPC headers to each RPC call. Currently only static header names and values are supported. | ||
|
||
```config | ||
headers( | ||
"organization" => "org-name" | ||
"stream-name" => "org-stream" | ||
) | ||
``` | ||
|
||
> *Copyright © 2024 Axoflow* |
This file contains 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
This file contains 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
This file contains 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