Ronny H 2afd347e6b
Create Enterprise Platform Documentation (#2486)
To test:
> cd docs && make html

Structures:
* Getting Started with Platform (User Account Management)
* Set Up workflow automation
* Job Scheduling
* Platform Source Connectors: 
   * Azure Blob Storage, 
   * Amazon S3
   * Salesforce
   * Sharepoint
   * Google Cloud Storage
   * Google Drive
   * One Drive
   * Elasticsearch
   * SFTP Storage
* Platform Destination Connectors: (i) 
   * Amazon S3
   * Azure Cognitive Search
   * Google Cloud Storage
   * Pinecone
   * Elasticsearch
   * Weaviate
   * MongoDB
   * AWS OpenSearch
   * Databricks

---------

Co-authored-by: Matt Robinson <mrobinson@unstructured.io>
Co-authored-by: Matt Robinson <mrobinson@unstructuredai.io>
2024-03-06 19:16:08 +00:00

41 lines
1.6 KiB
ReStructuredText

OpenSearch
==========
This page contains the information to ingest your data from OpenSearch.
Prerequisites
--------------
- OpenSearch Hosts
- Index Name
- Username and Password (if required)
- SSL configuration (if required)
For more information, please refer to `OpenSearch documentation <https://opensearch.org/docs/latest/>`__.
Step-by-Step Guide
-------------------
.. image:: imgs/Source-OpenSearch.png
:alt: Source Connector OpenSearch
1. **Access the Create Source Page**. Navigate to the "Sources" section on the left sidebar and click the "New Source" button.
2. **Select Source Type**. Select **OpenSearch** from the ``Type`` dropdown menu.
3. **Configure Source Details to connect to OpenSearch**
- ``Name`` (*required*): Enter a unique name for the OpenSearch source connector.
- ``Hosts`` (*required*): Specify the OpenSearch cluster hosts, including the protocol and port, separated by commas.
- ``Index Name`` (*required*): Provide the name of the index from which to start ingesting data.
- ``Username``: Input the username for the OpenSearch cluster if authentication is enabled.
- ``Password``: Enter the password associated with the username for the OpenSearch cluster.
- ``Fields``: List the specific fields to be ingested from the OpenSearch index, separated by commas.
4. **Additional Settings**
- Check ``Use SSL for the connection`` if the OpenSearch cluster requires an SSL connection for security purposes.
5. **Submit**. After filling in the necessary information, click 'Submit' to create the Source Connector. The newly completed OpenSearch connector will be listed on the Sources dashboard.