Skip to content

Commit a636e65

Browse files
authored
out_azure: add parameters time_key and time_generated do docs (#800)
Signed-off-by: Martin Strigl <[email protected]>
1 parent 8c9d126 commit a636e65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pipeline/outputs/azure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ To get more details about how to setup Azure Log Analytics, please refer to the
1717
| Customer\_ID | Customer ID or WorkspaceID string. | |
1818
| Shared\_Key | The primary or the secondary Connected Sources client authentication key. | |
1919
| Log\_Type | The name of the event type. | fluentbit |
20+
| Time\_Key | Optional parameter to specify the key name where the timestamp will be stored. | @timestamp |
21+
| 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 |
2022

2123
## Getting Started
2224

0 commit comments

Comments
 (0)