Skip to content

Commit

Permalink
add docs for opensearch rb (#1225)
Browse files Browse the repository at this point in the history
Co-authored-by: Silvio Vasiljevic <silvio.vasiljevic@gmail.com>
  • Loading branch information
HarshCasper and silv-io committed Apr 30, 2024
1 parent b1660ff commit b2fc2ba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions content/en/user-guide/aws/opensearch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,22 @@ Finally create an example index using the following command:
$ curl -X PUT my-domain.us-east-1.opensearch.localhost.localstack.cloud:4566/my-index
{{< /command >}}

## Resource Browser

The LocalStack Web Application provides a Resource Browser for managing OpenSearch domains.
You can access the Resource Browser by opening the LocalStack Web Application in your browser, navigating to the **Resources** section, and then clicking on **OpenSearch Service** under the **Analytics** section.

<img src="opensearch-resource-browser.png" alt="OpenSearch Resource Browser" title="OpenSearch Resource Browser" width="900" />
<br>
<br>

The Resource Browser allows you to perform the following actions:

- **Create Domain**: Create a new OpenSearch domain by clicking on the **Create Domain** button and providing the required details.
- **View Domain Details**: Click on a domain to view its details, such as the domain name, status, endpoint, and configuration.
- **Edit Domain**: Edit the configuration of a domain by clicking on domain name and then clicking on the **Edit Domain** button.
- **Delete Domain**: Delete a domain by selecting the domain name and clicking on the **Actions** dropdown menu, then selecting **Remove Selected**.

## Limitations

Internally, LocalStack makes use of the [OpenSearch Python client 2.x](https://github.com/opensearch-project/opensearch-py). The functionalities marked as deprecated in OpenSearch 1.x and subsequently removed in OpenSearch 2.x may not operate reliably when interacting with OpenSearch 1.x clusters through LocalStack. You can refer to the [compatibility documentation](https://github.com/opensearch-project/opensearch-py/blob/main/COMPATIBILITY.md) provided by the [OpenSearch Python client repository](https://github.com/opensearch-project/opensearch-py).
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b2fc2ba

Please sign in to comment.