You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/_admin-guide/110_Template_and_rewrite/000_Customize_message_format/007_Template_functions_of_syslog-ng.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -600,6 +600,22 @@ which is 3232235777 in decimal representation.
600
600
module has been loaded.
601
601
{: .notice--info}
602
602
603
+
## $(iterate)
604
+
605
+
|*Syntax:*|$(iterate $(parameter))|
606
+
607
+
*Description:* This template function can be used to generate a series from an initial number and a `next` function.
608
+
609
+
### Example: An applied iteration of non-negative numbers
0 commit comments