This section describes how to configure ingestion into Haven OnDemand.
To send data to Haven OnDemand
In the [Ingestion]
section, set the following parameters:
EnableIngestion
|
To enable ingestion, set this parameter to true . |
IngesterType
|
To send data to Haven OnDemand, set this parameter to HavenOnDemand . |
HavenOnDemandApiKey
|
The API Key to use to index documents into Haven OnDemand. You can obtain the key from your Haven OnDemand account. |
HavenOnDemandIndexName
|
The name of the Haven OnDemand text index to index documents into. |
IngestSSLConfig
|
The name of a section in the connector's configuration file that contains SSL settings for connecting to the ingestion server. The connection to Haven OnDemand must be made over SSL. For more information about sending documents to the ingestion server over SSL, see Configure Outgoing SSL Connections. |
For example:
[Ingestion] EnableIngestion=True IngesterType=HavenOnDemand HavenOnDemandApiKey=[Your API Key] HavenOnDemandIndexName=MyTextIndex IngestSSLConfig=SSLOptions [SSLOptions] SSLMethod=SSLV23
|