Ingest Data using Connectors
To configure a connector to send data to CFS, follow these steps.
To configure a connector to send data to CFS
- Stop the connector, if it is running. For information about how to stop a connector, refer to the connector’s documentation.
- Open the connector’s configuration file in a text editor.
-
In the
[Ingestion]section, set the following parameters:EnableIngestionTo enable ingestion, set this parameter to true.IngesterTypeTo send data to CFS, set this parameter to CFS.IngestHostThe host name or IP address of the CFS. IngestPortThe 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.