From d082bc66f729c7af38b5f10588b004781bd965b3 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 19 Nov 2024 12:52:26 +0200 Subject: [PATCH] variables: Add %{generate:} provider --- docs/core/settings/variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/settings/variables.md b/docs/core/settings/variables.md index abe179a2c..1e4eb37dd 100644 --- a/docs/core/settings/variables.md +++ b/docs/core/settings/variables.md @@ -149,6 +149,7 @@ Global providers that work everywhere are: | `process:` | Get a process variable, see [below](#process-variables) for list of supported names. | | `system:` | Get a system variable, see [below](#system-variables) for list of supported names. | | `time:` | Get a time field, available keys are `hour`, `min`, `minute`, `sec`, `second` and `usec`. | +| `generate:` | Generate a GUID/UUID. Available keys are `guid`, `guid128`, `uuid`, `uuid:record`, `uuid:compact` and `uuid:microsoft`. | ## System Variables