> 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/supported-logs.md).

# 지원되는 로그

## 개요

Panther는 다음 각 항목에 대해 기본 스키마 지원을 제공합니다 [아래에 나열된 소스](#panther-supported-log-sources), 로그 소스에 따라 데이터를 수집하는 데 사용할 수 있는 지원 방식이 다릅니다.

Panther에서 지원하는 것으로 나열되지 않은 소스에서 로그를 수집하려면, 직접 [사용자 지정 로그](/ko/data-onboarding/custom-log-types.md) 소스를 정의하거나 [새 로그 소스 지원을 요청할 수 있습니다](/ko/data-onboarding.md#request).

Panther 인스턴스 내에서 기록된 활동을 추적하는 방법에 대한 정보는 [Panther 감사 로그](/ko/data-onboarding/supported-logs/panther-audit-logs.md).

모두 보기 [아래 목록의 Panther 지원 로그 소스](#panther-supported-log-sources) 또는 Panther Console에서 다음으로 이동하여 **로그 소스** > **새 소스 추가** 페이지로 이동하세요. 해당 페이지에서 그리드에서 소스를 찾아보거나 검색창을 사용해 소스를 찾을 수 있습니다:

<figure><img src="/files/444bc338151fb8c50f27213b40889bb2c5666316" alt="The heading reads, &#x22;What type of logs do you want to monitor with this source?&#x22; and below it is a circled search bar."><figcaption></figcaption></figure>

## Panther에서 관리하는 스키마 사용하기

각 Panther 지원 로그 소스마다 Panther는 관련 로그 스키마를 생성하고 유지 관리합니다. 각 소스에 연결된 스키마는 해당 소스의 문서 페이지에서 찾을 수 있습니다.

일부 Panther에서 관리하는 스키마에는 [필드 검색](/ko/data-onboarding/field-discovery.md) 이 활성화되어 있습니다. 특정 스키마에서 필드 검색이 활성화되어 있는지 확인하려면 [필드 검색 활성화 확인](/ko/data-onboarding/field-discovery.md#verifying-field-discovery-is-enabled).

### Panther에서 관리하는 스키마 테스트하기

{% hint style="info" %}
로그 파일은 다음 형식으로 압축할 수 있습니다:

* gzip
* zstd(사전 없음)
  {% endhint %}

Panther에서 관리하는 스키마가 로그를 올바르게 파싱하는지 확인하려면, 샘플 로그를 Panther에서 관리하는 스키마로 테스트할 수 있습니다(사용자 지정 스키마로 로그를 테스트할 수 있는 것과 같습니다). 아래 단계를 따르세요:

1. Panther 콘솔의 왼쪽 탐색 표시줄에서 다음을 클릭합니다: **구성** > **스키마**.
2. 라벨이 지정된 스키마 이름을 클릭하세요 `PANTHER 관리됨`**.**
3. 오른쪽 상단에서 다음을 클릭합니다: **스키마 테스트**.
4. 선택 **샘플 파일 업로드** 또는 **샘플 이벤트 붙여넣기**.
5. 샘플을 업로드한 후, 오른쪽 상단에서 **테스트 실행**.

<figure><img src="/files/13ef6098d79ae9f81dc91b8e819d26995a4dd3e9" alt="There is a slide-out panel titled &#x22;Test schema against sample logs&#x22; and a circled &#x22;Run Test&#x22; button."><figcaption></figcaption></figure>

### Panther에서 관리하는 스키마 복제하기

Panther에서 관리하는 스키마는 편집할 수 없습니다. 대신 스키마를 복제하여 편집 가능한 복사본을 만들 수 있습니다. 스키마를 복제하려면:

1. Panther 콘솔의 왼쪽 탐색 표시줄에서 다음을 클릭합니다: **구성** > **스키마**.
2. 목록에서 스키마 이름을 클릭하세요.
3. 스키마 세부 정보 페이지의 오른쪽 상단에서 **복제**.

사용자 지정 스키마 편집에 대한 정보는 [사용자 지정 로그 문서](/ko/data-onboarding/custom-log-types.md#editing-a-custom-schema).

## 지원되는 로그 문제 해결

Panther Knowledge Base를 방문하여 [지원되는 로그 소스에 대한 문서를 보기](https://help.panther.com/Data_Sources/Supported_Logs) 자주 묻는 질문에 답하고 일반적인 오류와 문제를 해결하는 데 도움이 됩니다.


---

# 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:

```
GET https://docs.panther.com/ko/data-onboarding/supported-logs.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.
