This section describes how to send documents to 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
|
Your Haven OnDemand API key. 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. The connection to Haven OnDemand must be made over TLS. For more information about sending documents to the ingestion server over TLS, see Configure Outgoing SSL Connections. |
HavenOnDemandCombinationName
|
(Optional) The name of the Haven OnDemand combination to send documents to. If you set this parameter, HPE Web Connector sends documents to the combination endpoint instead of indexing them directly into the text index. Note: Haven OnDemand combinations do not accept binary files. Therefore any document that has an associated binary file is indexed directly into the text index. If you don't set this parameter, HPE Web Connector indexes all documents directly into the text index specified by |
For example:
[Ingestion] EnableIngestion=True IngesterType=HavenOnDemand HavenOnDemandApiKey=[Your API Key] HavenOnDemandIndexName=MyTextIndex IngestSSLConfig=SSLOptions HavenOnDemandCombinationName=MyCombination [SSLOptions] SSLMethod=TLSV1
|