You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: content/en/user-guide/aws/opensearch/index.md
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,52 @@ The following output will be visible on your terminal:
203
203
204
204
It's important to note that any unauthorized requests will yield an HTTP response with a status code of 401 (`Unauthorized`).
205
205
206
+
## OpenSearch Dashboards
207
+
208
+
[OpenSearch Dashboards](https://opensearch.org/docs/latest/dashboards/) is a great tool to analyze and visualize the data in your OpenSearch domain.
209
+
And you can directly use the official OpenSearch Dashboards Docker image to analyze data in your OpenSearch domain within LocalStack!
210
+
211
+
When using OpenSearch Dashboards with LocalStack, you need to make sure to:
212
+
- Enable the [advanced security options]({{< ref "#advanced-security-options" >}}) and set a username and a password.
213
+
This is required by OpenSearch Dashboards.
214
+
- Ensure that the OpenSearch Dashboards Docker container uses the LocalStack DNS.
215
+
You can find more information on how to connect your Docker container to Localstack in our [Network Troubleshooting guide]({{< ref "references/network-troubleshooting/endpoint-url/#from-your-container" >}}).
216
+
217
+
First, you need to make sure to start LocalStack in a specific Docker network:
218
+
{{< command >}}
219
+
$ localstack start --network ls
220
+
{{< /command >}}
221
+
222
+
Now you can provision a new OpenSearch domain.
223
+
Make sure to enable the [advanced security options]({{< ref "#advanced-security-options" >}}):
Once the container is running, you can reach OpenSearch Dashboards at `http://localhost:5601` and you can log in with your OpenSearch domain credentials.
251
+
206
252
## Custom OpenSearch backends
207
253
208
254
LocalStack employs an asynchronous approach to download OpenSearch the first time you create an OpenSearch cluster. Consequently, you'll receive a prompt response from LocalStack initially, followed by the setup of your local OpenSearch cluster once the download and installation are completed.
0 commit comments