> 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/data-onboarding/data-pipeline-tools/realm.md).

# Realm 온보딩 가이드

## 개요

[Realm](https://realm.security/) 은 로그 데이터를 수집, 변환하고 하위 대상으로 라우팅하는 보안 데이터 पाइ프라인 도구입니다. Realm을 구성하여 Panther로 로그를 전달할 수 있으며, 이를 위해 [HTTP 소스](https://claude.ai/data-onboarding/data-transports/http.md), Panther는 데이터를 수집하고, 구문 분석하며, 디택션 및 조사에 사용할 수 있도록 데이터를 제공합니다.

## Realm 통합 설정 방법

### 사전 요구 사항

* 로그 소스를 생성할 수 있는 권한이 있는 Panther 계정.
* 대상 및 출력 피드를 생성할 수 있는 권한이 있는 Realm 계정.

### 1단계: Panther에서 HTTP 소스 만들기

Panther의 [HTTP Source 구성 지침을](https://docs.panther.com/data-onboarding/data-transports/http#how-to-set-up-an-http-log-source-in-panther).

* 다음의 **인증 방식**, 선택하세요 [Bearer](https://docs.panther.com/data-onboarding/data-transports/http#bearer).
* 이 소스로 전송되는 페이로드는 다음의 적용을 받습니다 [모든 HTTP 소스의 페이로드 요구 사항](https://docs.panther.com/data-onboarding/data-transports/http#payload-requirements).
* HTTP 엔드포인트 생성이 완료될 때까지 다음 단계로 진행하지 마세요.

### 2단계: Realm에서 Panther 대상 구성

1. Realm에서 다음으로 이동합니다. **대상** 페이지.
2. Panther용 새 대상을 만듭니다.
3. 새로 추가 **출력 피드** 그리고 다음 필드를 구성합니다:
   * **이름**: `Panther`
   * **메서드**: `HTTP`
   * **엔드포인트**: 1단계에서 복사한 Panther HTTP 소스 URL.
   * **Bearer 토큰**: 1단계에서 만든 Bearer 토큰.
   * **압축**: `GZIP` 또는 `ZSTD`.
4. 출력 피드를 저장합니다. Realm이 Panther HTTP 소스로 로그 데이터 전달을 시작합니다.


---

# 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/data-onboarding/data-pipeline-tools/realm.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.
