webhook add auth_token

This commit is contained in:
houseme
2025-03-27 23:18:09 +08:00
parent d12817a772
commit 2c8b9a8323
3 changed files with 22 additions and 10 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ batch_timeout_ms = 1000 # Default is 1000ms if not specified
[sinks.webhook]
enabled = false
url = "http://localhost:8080/webhook"
endpoint = "http://localhost:8080/webhook"
auth_token = ""
batch_size = 100 # Default is 3 if not specified
batch_timeout_ms = 1000 # Default is 100ms if not specified