Data Ingestion and Replication
- Data Ingestion and Replication
- All Products
Property
| Description
|
---|---|
Connection
| Name of the flat file target connection.
|
Connection Type
| The flat file connection type.
The connection type appears based on the connection that you select.
|
Staging Directory Location
| Path to the staging directory on the Secure Agent.
Specify the staging directory where to stage the files when you write data to a flat file target. Ensure that the directory has sufficient space and you have write permissions to the directory.
|
Rollover Size *
| The file size, in kilobytes (KB), at which the task moves the file from the staging directory to the target.
For example, set the rollover size to 1 MB and name the file target.log. If the source service sends 5 MB to the target, the streaming ingestion task first creates the target.log.<timestamp> file. When the size of target.log.<timestamp> reaches 1 MB, the task rolls the file over.
|
Rollover Events Count *
| Number of events or messages to accumulate for file rollover.
For example, if you set the rollover events count to 1000, the task rolls the file over when the file accumulates 1000 events.
|
Rollover Time *
| Length of time, in milliseconds, for a target file to roll over. After the time period has elapsed, the target file rolls over.
For example, if you set rollover time as 1 hour, the task rolls the file over when the file reaches a period of 1 hour.
|
File Name
| The name of the file that the task creates on the target.
|
* Specify a value for at least one rollover option to perform target file rollover.
|