Data Ingestion and Replication
- Data Ingestion and Replication
- All Products
Property
| Description
|
---|---|
Connection
| Name of the flat file source connection.
|
Connection Type
| The Flat file connection type.
The connection type appears automatically based on the connection that you select.
|
Initial Start Position
| Starting position from which the data is to be read in the file to tail. You can choose one of the following positions to start reading:
|
Tailing Mode
| Tail a file or multiple files based on the logging pattern.
You can choose one of the following modes:
|
File
| Absolute path with the name of the file you want to read.
Name of the file to tail or regular expression to find the files to tail. Enter the base directory for multiple files mode.
|
Connection Property
| Description
|
---|---|
Rolling Filename Pattern
| Name pattern for the file that rolls over.
If the file to tail rolls over, the file name pattern is used to identify files that have rolled over. The underlying
streaming ingestion Secure Agent recognizes this file pattern. When the Secure Agent restarts, and the file has rolled over, it picks up from where it left off.
You can use asterisk (*) and question mark (?) as wildcard characters to indicate that the files are rolled over in the same directory. For example,
${filename}.log.* . Here, asterisk (*) represents the successive version numbers that would be appended to the file name.
|