To configure a connector to send data to CFS, follow these steps.
To configure a connector to send data to CFS
In the [Ingestion]
section, set the following parameters:
EnableIngestion
|
To enable ingestion, set this parameter to true . |
IngesterType
|
To send data to CFS, set this parameter to CFS . |
IngestHost
|
The host name or IP address of the CFS. |
IngestPort
|
The ACI port of the CFS. |
For example:
[Ingestion] EnableIngestion=True IngesterType=CFS IngestHost=localhost IngestPort=7000
Save and close the configuration file.
You can now start the connector.
|