From 6ba2e341e4fde3c8acd4db4f39c6a5fe027ff4c3 Mon Sep 17 00:00:00 2001 From: Martin Strigl Date: Thu, 28 Apr 2022 13:42:43 +0200 Subject: [PATCH] out_azure: add parameters time_key and time_generated do docs Signed-off-by: Martin Strigl --- pipeline/outputs/azure.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pipeline/outputs/azure.md b/pipeline/outputs/azure.md index e90ba1980..0b7e45e5a 100644 --- a/pipeline/outputs/azure.md +++ b/pipeline/outputs/azure.md @@ -17,6 +17,8 @@ To get more details about how to setup Azure Log Analytics, please refer to the | Customer\_ID | Customer ID or WorkspaceID string. | | | Shared\_Key | The primary or the secondary Connected Sources client authentication key. | | | Log\_Type | The name of the event type. | fluentbit | +| Time\_Key | Optional parameter to specify the key name where the timestamp will be stored. | @timestamp | +| Time\_Generated | If enabled, the HTTP request header 'time-generated-field' will be included so Azure can override the timestamp with the key specified by 'time_key' option. | off | ## Getting Started