# 管理 Index 的 Best Practices

Index 建立起來之後，如何管理你的 Index、也就是如何管理你在 Elasticsearch 中的資料，這裡介紹了各種推薦的工具與實踐的技巧。

* [(1/7) - Shard 的數量與 Rollover & Shrink API](https://training.onedoggo.com/tech-sharing/uncle-joe-teach-es-elasticsearch/guan-li-index-de-best-practices/shard-de-shu-liang-yu-rollover-shrink-api)
* [(2/7) - 三溫暖架構 - Hot Warm Cold Architecture](https://training.onedoggo.com/tech-sharing/uncle-joe-teach-es-elasticsearch/guan-li-index-de-best-practices/san-wen-nuan-jia-gou-hot-warm-cold-architecture)
* [(3/7) - Index Lifecycle Management (ILM)](https://training.onedoggo.com/tech-sharing/uncle-joe-teach-es-elasticsearch/guan-li-index-de-best-practices/index-lifecycle-management-ilm)
* [(4/7) - Rollup](https://training.onedoggo.com/tech-sharing/uncle-joe-teach-es-elasticsearch/guan-li-index-de-best-practices/rollup)
* [(5/7) - Transform](https://training.onedoggo.com/tech-sharing/uncle-joe-teach-es-elasticsearch/guan-li-index-de-best-practices/transform)
* [(6/7) - Snapshot Lifecycle Management (SLM)](https://training.onedoggo.com/tech-sharing/uncle-joe-teach-es-elasticsearch/guan-li-index-de-best-practices/snapshot-lifecycle-management-slm)
* [(7/7) - 總結](https://training.onedoggo.com/tech-sharing/uncle-joe-teach-es-elasticsearch/guan-li-index-de-best-practices/zong-jie)


---

# 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://training.onedoggo.com/tech-sharing/uncle-joe-teach-es-elasticsearch/guan-li-index-de-best-practices.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.
