> For the complete documentation index, see [llms.txt](https://docs.panther.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.panther.com/ko/detections/panther-managed/content-catalog/updating-catalog-items.md).

# 카탈로그 항목 업데이트

설치된 콘텐츠 카탈로그 항목을 사용 가능한 최신 버전으로 업데이트합니다.

{% hint style="warning" %}
다음 [콘텐츠 카탈로그](/ko/detections/panther-managed/content-catalog.md) Panther 1.125 버전 기준으로 비공개 베타 상태입니다. 접근 권한을 요청하려면 Panther 지원팀에 문의하세요.
{% endhint %}

## 개요

Panther는 다음에서 제공되는 항목의 새 버전을 주기적으로 릴리스합니다 [콘텐츠 카탈로그](/ko/detections/panther-managed/content-catalog.md). 설치한 항목에 새 버전이 उपलब्ध하면, 콘텐츠 카탈로그는 다음에 업데이트를 표시합니다 **설치됨** 탭. 업데이트하면 새 버전이 설치된 복사본에 그대로 적용됩니다—항목의 ID와 나머지 환경은 그대로 유지됩니다.

## 업데이트가 उपलब्ध할 때

설치된 항목에 대해 다음 두 조건이 모두 참이면 업데이트를 사용할 수 있습니다:

* 해당 항목의 더 최신 버전이 Panther의 콘텐츠 릴리스에 있습니다.
* Panther가 새 버전을 설치된 복사본에 적용할 수 있어야 하며, 이때 사용자가 변경한 내용과 병합 충돌이 발생하지 않고 어떤 단위 테스트도 실패하지 않아야 합니다.

이 두 조건 중 하나라도 충족할 수 없으면, 해당 항목에는 현재 업데이트를 사용할 수 없습니다.

{% hint style="info" %}
Panther Console에서 병합 충돌과 실패한 단위 테스트를 직접 해결하는 기능은 향후 Panther 릴리스에 추가될 예정입니다. 그때까지 현재 사용할 수 없는 업데이트를 적용하려면 차이점을 수동으로 조정해야 합니다. 예를 들어, 새 버전이 더 이상 충돌하지 않도록 설치된 항목을 편집할 수 있습니다.
{% endhint %}

## 단일 콘텐츠 카탈로그 항목을 업데이트하는 방법

설치된 항목 하나를 업데이트하려면:

1. Panther Console의 왼쪽 탐색 표시줄에서 **카탈로그**.
2. 를 클릭하세요. **설치됨** 탭을 클릭하세요.
3. 업데이트할 항목을 찾습니다.
4. 해당 항목의 행에서 **업데이트**.

Panther가 최신 버전을 설치된 복사본에 병합합니다. 항목은 제자리에 유지되고, 버전 메타데이터는 새 버전으로 업데이트되며, 향후 업데이트도 같은 방식으로 표시됩니다.

업데이트하려면 해당 항목 유형에 대한 수정 권한이 있어야 합니다. 다음을 참조하세요 [필수 권한](/ko/detections/panther-managed/content-catalog.md#required-permissions) 을 참조하세요.

## 모든 콘텐츠 카탈로그 항목을 한 번에 업데이트하는 방법

다음 **설치됨** 탭에는 **모두 업데이트** 배너가 있으며, 이를 사용해 사용 가능한 모든 업데이트를 하나의 작업으로 적용할 수 있습니다.

적용 가능한 모든 항목을 한 번에 업데이트하려면:

1. Panther Console의 왼쪽 탐색 표시줄에서 **카탈로그**.
2. 를 클릭하세요. **설치됨** 탭을 클릭하세요.
3. 페이지 상단의 배너에서 **모두 업데이트**.

업데이트 작업은 백그라운드에서 실행됩니다. 실행되는 동안 페이지를 벗어나도 됩니다—Panther가 [콘솔 내 알림](/ko/system-configuration/notifications.md) 작업이 완료되면 어떤 항목이 업데이트되었는지 요약한 알림을 보냅니다.

{% hint style="info" %}
한 번에 하나의 **모두 업데이트** 작업만 Panther 인스턴스당 실행될 수 있습니다. 이미 작업이 실행 중이면, 다른 작업을 시작하기 전에 완료될 때까지 기다려야 합니다.
{% endhint %}

**모두 업데이트** 현재 업데이트 가능한 항목에만 업데이트를 적용합니다. 병합 충돌이 있거나 단위 테스트가 실패한 항목은 건너뛰며, 개별적으로 처리할 수 있도록 그대로 남아 있습니다.


---

# 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://docs.panther.com/ko/detections/panther-managed/content-catalog/updating-catalog-items.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.
