mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-24 17:41:15 +00:00

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>
41 lines
1.9 KiB
ReStructuredText
41 lines
1.9 KiB
ReStructuredText
OpenSearch
|
|
==========
|
|
|
|
This page contains the information to store processed data to an OpenSearch cluster.
|
|
|
|
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/>`__.
|
|
|
|
.. warning::
|
|
Ensure that the index schema is compatible with the data you intend to write.
|
|
If you need guidance on structuring your schema, consult the `Vector Search Sample Mapping <https://unstructured-io.github.io/unstructured/ingest/destination_connectors/opensearch.html#vector-search-sample-mapping>`__ for reference.
|
|
|
|
|
|
Step-by-Step Guide
|
|
-------------------
|
|
|
|
.. image:: imgs/Destination-OpenSearch.png
|
|
:alt: Destination Connector OpenSearch
|
|
|
|
1. **Access the Create Destination Page**. Navigate to the "Destinations" section within the platform's side navigation menu and click on "New Destination" to initiate the setup of a new destination for your processed data.
|
|
|
|
2. **Select Destination Type**. Select **OpenSearch** destination connector from the ``Type`` dropdown menu.
|
|
|
|
3. **Configure Destination Details**
|
|
|
|
- ``Name`` (*required*): Assign a descriptive name to the new destination connector.
|
|
- ``Hosts`` (*required*): Enter the comma-delimited list of OpenSearch hosts.
|
|
- ``Index Name`` (*required*): Provide the name of the index where the data will be stored.
|
|
- ``Username``: Input the username for the OpenSearch cluster if authentication is enabled.
|
|
- ``Password``: Enter the password associated with the username.
|
|
- Check ``Use SSL for the connection`` if the OpenSearch cluster requires an SSL connection for security purposes.
|
|
|
|
4. **Submit**. Review all the details entered to ensure accuracy. Click 'Submit' to finalize the creation of the Destination Connector. The newly completed OpenSearch connector will be listed on the Destinations dashboard.
|