history url
Specifies a remote directory to which history files will be written.
Syntax
Syntax Description
no
Removes the specified history URL.
instance
The history instance to be modified. If the specified instance does not exist, it will be created unless the no keyword was also specified. Must be alphanumeric.
url
This URL to which history files are to be written. Required unless the no
parameter is specified.
Defaults
The default is to not write history files to a remote system
Usage Guidelines
This command specifies the destination for files produced for this history instance.
The URL must point to a remote directory. Each history file will be writton to a unique file in that directory. The file name format is:
history.YYYYMMDDHHMMSSmmm‐nnnnnnnnnn
where “YYYYMMDDHHMMSSmmm” is the date and time including milliseconds and “nnnnnnnnnn” is the number of records in the file.
The path portion of the URL is ignored for the "tcp://" or "udp://" real-time streaming schemes.
Refer to the URL Format section of this document for more information on the syntax of the url parameter.
Examples
Related Commands
Last updated