summaryrefslogtreecommitdiffstats
path: root/doc/property_replacer.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-03-29 18:04:12 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-03-29 18:04:12 +0200
commitb88ba949f8d657034f808034321fabbd65bf8078 (patch)
tree2cf7d0c34d4e9fa6db3625d0833382d74fe7b698 /doc/property_replacer.html
parent3dccce084a65376b7555aec77c4cf1368cdd9cb7 (diff)
downloadrsyslog-b88ba949f8d657034f808034321fabbd65bf8078.tar.gz
rsyslog-b88ba949f8d657034f808034321fabbd65bf8078.tar.xz
rsyslog-b88ba949f8d657034f808034321fabbd65bf8078.zip
added "date-unixtimestamp" property replacer option to format as a unix timestamp
Diffstat (limited to 'doc/property_replacer.html')
-rw-r--r--doc/property_replacer.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/property_replacer.html b/doc/property_replacer.html
index f0ac3c94..3af56182 100644
--- a/doc/property_replacer.html
+++ b/doc/property_replacer.html
@@ -390,6 +390,10 @@ option when forwarding to remote hosts - they may treat the date as invalid
<td>format as RFC 3339 date</td>
</tr>
<tr>
+<td><b>date-unixtimestamp</b></td>
+<td>format as unix timestamp (seconds since epoch)</td>
+</tr>
+<tr>
<td><b>date-subseconds</b></td>
<td>just the subseconds of a timestamp (always 0 for a low precision timestamp)</td>
</tr>