# Truy cập và làm việc trên OpenSearch Dashboard

Sau khi một OpenSearch Cluster đã được khởi tạo, bạn có thể truy cập vào OpenSearch Dashboard để **thêm data, sử dụng các công cụ phân tích, thực hiện truy vấn, tạo dashboard, quản lý index, quản lý người dùng**...Chi tiết, các bước để thực hiện như sau:

## Truy cập vào OpenSearch Dashboard

**Bước 1:** Trên màn hình chứa danh sách các OpenSearch Cluster, chọn vào OpenSearch Cluster mà bạn muốn truy cập.

**Bước 2:** Tại màn hình chi tiết cluster, chọn mục **Connectivity & Security**

**Bước 3**: Tại mục **Accessibility**, thực hiện lấy thông tin **Dashboard Endpoint**

<figure><img src="/files/fQly7O1JhXxs3wbBN9w7" alt=""><figcaption></figcaption></figure>

**Bước 4**: Thực hiện mở URL này và đăng nhập bằng:

* **Tên đăng nhập**: `master-user`
* **Mật khẩu**: là **Master user password** bạn đã nhập khi khởi tạo Cluster

<figure><img src="/files/jp1gWze5WktHzzynogET" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/5EOGPWjiafYj4oYCQw9L" alt=""><figcaption></figcaption></figure>

Sau khi đã đăng nhập thành công, lúc này, bạn có thể làm việc với OpenSearch Cluster thông qua OpenSearch Dashboard. Tham khảo thêm các mục bên dưới để xem hướng dẫn thực hiện một số tác vụ chính trên OpenSearch Dashboard.

<figure><img src="/files/oUrb4snd84ukZcXEc2uW" alt=""><figcaption></figcaption></figure>

***

## Làm việc với OpenSearch Dashboard

### Thêm data

{% embed url="<https://opensearch.org/docs/latest/dashboards/quickstart/#adding-sample-data>" %}

### Sử dụng các công cụ phân tích

{% embed url="<https://opensearch.org/docs/latest/dashboards/discover/index-discover/>" %}

### Thực hiện truy vấn

{% embed url="<https://opensearch.org/docs/latest/dashboards/query-workbench/>" %}

### Tạo Dashboard

{% embed url="<https://opensearch.org/docs/latest/dashboards/dashboard/index/>" %}

### Quản lý index

{% embed url="<https://opensearch.org/docs/latest/dashboards/im-dashboards/index/>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vngcloud.vn/vng-cloud-document/vn/vdb/opensearch-cluster-database-ods/bat-dau-voi-opensearch-cluster/truy-cap-va-lam-viec-tren-opensearch-dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
