> For the complete documentation index, see [llms.txt](https://elastic-korea.gitbook.io/elastic-reference-box/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://elastic-korea.gitbook.io/elastic-reference-box/logging/or-searchable-snapshot.md).

# 장기저장로그 관리 Searchable Snapshot

> **최대 50% 비용절감이 가능한 Searchable Snapshot** [**더 알아보기**](https://www.elastic.co/kr/blog/introducing-elasticsearch-searchable-snapshots)

## >> 15분만 투자하고 검색 가능한 스냅샷 파악하기 [영상보기](https://www.elastic.co/kr/webinars/introducing-searchable-snapshots-plus-all-new-features-in-elastic-7-10)

* 웨비나의 초반 15분이 검색 가능한 스냅샷입니다

![](/files/-MTUSsv4FbEJYtv4JIuS)

{% hint style="success" %}
​[Elasticsearch 검색 가능한 스냅샷 (Searchable Snapshot) 블로그 읽어보기](http://groove.elastic.co/url/CFctPdWaWrX6J3be9-MH9TU2mDo/aHR0cHM6Ly93d3cuZWxhc3RpYy5jby9rci9ibG9nL2ludHJvZHVjaW5nLWVsYXN0aWNzZWFyY2gtc2VhcmNoYWJsZS1zbmFwc2hvdHMjZ3Jvb3Zlc3VtOi0xMDc1ODA1MDM1)
{% endhint %}

정책에 의해 오랜기간 보유해야만 하는 개인정보, 보안 데이터 등을 고성능의 하드웨어가 요구되는 Hot/Warm 노드에 저장하기란 비용적 부담이 따를 수 있습니다.

이제 이러한 데이터는 **최대 50% 비용절감**이 가능한 Object Storage (AWS S3, Microsoft Azure Storage, Google Cloud Storage 또는 이에 상응) 기반의 **Cold 노드**에 저장하고,&#x20;

필요할 때는 언제든 Searchable Snapshot 기능을 통해 데이터를 검색하세요!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://elastic-korea.gitbook.io/elastic-reference-box/logging/or-searchable-snapshot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
