Maintaining Broker Definitions in UEC Database - Windows
Export Events into ARC Format for Windows
The following illustrates the export of events into an ARC format file on Windows.
uecload -export EVENTS -userid admin -pwd admin -format ARC -stime 2011/06/24 -etime 2011/07/24 -deffile c:\test.xml -arcfile c:\test.arc
Command Line Options
The command line options used in this example are:
Option | Description |
---|---|
Output the described broker definition in a format to be used by a broker definition file. | |
UEC user ID/account with which Brokers will be modified. | |
Password associated with -userid. | |
Format of the output from the -export EVENTS action. | |
Start time of exported data. | |
End time of exported data. | |
File containing multiple broker definitions to be added or deleted in the UEC database. | |
Archived file to retrieve for export. |
Retrieve Archived File and Export into CSV for Windows
The following illustrates the retrieval of an archived file and its export into CSV on Windows.
uecload -arcfile c:\test.arc -export EVENTS -stime 2011/10/07 -etime 2012/01/01 -level audit -format CSV -deffile c:\test.csv
Note
-port, -userid, and -pwd are not used, since no connection is made to UEC for this operation.
Command Line Options
The command line options used in this example are:
Option | Description |
---|---|
Archived file to retrieve for export. | |
Output the described broker definition in a format to be used by a broker definition file. | |
Start time of exported data. | |
End time of exported data. | |
Level of messages written. | |
Format of the output from the -export EVENTS action. | |
File containing multiple broker definitions to be added or deleted in the UEC database. |