> 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-transports/log-forwarder.md).

# 로그 포워더 소스(베타)

## 개요

{% hint style="info" %}
Log Forwarder 소스는 Panther 1.126 버전부터 공개 베타로 제공되며, 모든 고객이 사용할 수 있습니다. 버그 보고와 기능 요청은 Panther 지원 팀에 공유해 주세요.
{% endhint %}

Panther의 Log Forwarder 소스를 사용하면 다음을 사용해 로그를 Panther로 쉽게 전송할 수 있습니다. [Panther Log Forwarder(PLF)](/ko/data-onboarding/panther-log-forwarder.md)를 사용하며, 추가 인프라를 구성할 필요가 없습니다. PLF 소스는 Panther 계정에 필요한 인프라(S3 버킷 및 IAM 역할)를 생성하고, PLF 에이전트가 실행 중인 호스트에 직접 배치할 수 있는 해당 PLF YAML 구성 파일을 생성합니다.

## Panther에서 Log Forwarder 소스를 설정하는 방법

### 1단계: 소스 생성

1. Panther Console의 왼쪽 탐색 모음에서 **로그 소스**.
2. 오른쪽 상단에서 다음을 클릭하세요: **새로 만들기**.
3. 선택 **Log Forwarder** 다음의 **사용자 지정 로그 형식** 섹션.
4. 다음 페이지에서 **기본 정보** 페이지에서 다음 필드의 값을 입력하세요:
   * **이름**: 소스의 설명이 잘 드러나는 이름을 입력하세요.
   * **로그 유형**: 이 포워더를 통해 수집할 하나 이상의 스키마를 선택하세요.
5. 클릭합니다 **설정**. 성공 화면으로 이동합니다.

### 2단계: YAML 구성 생성

소스를 생성한 후, 다음을 클릭하여 YAML 구성 생성을 바로 진행할 수 있습니다. **Log Forwarder 구성** 버튼을 성공 화면에서 누르세요. 또는 다음으로 이동할 수 있습니다. **구성** 탭을 연 다음 다음을 클릭하세요. **YAML 구성** 아래 탭에서 PLF 에이전트용으로 바로 사용할 수 있는 구성 파일을 생성하세요.

1. 다음으로 이동하세요. **YAML 구성** 탭.
2. 입력 유형을 선택하세요:
   * **파일**: PLF 에이전트가 모니터링할 로그 파일 경로를 입력하세요.
   * **Syslog**: 프로토콜(TCP 또는 UDP)과 포트 번호를 선택하세요.\\
3. 클릭합니다 **YAML 생성** 를 눌러 바로 사용할 수 있는 구성을 생성하세요.
4. 다음 타일을 클릭하세요: **다운로드** 생성된 YAML 파일을 저장하려면 버튼을, 또는 **복사** 클립보드에 복사하려면 버튼을 누르세요.

{% hint style="warning" %}
생성된 YAML 구성 파일에는 인증 자격 증명이 포함되어 있으므로, 안전하게 보관하세요.
{% endhint %}

### 3단계: Panther Log Forwarder 설치

다음 **설치 가이드** 다음 아래의 **구성** 페이지에서는 PLF 에이전트를 다운로드, 설치, 구성하고 시작하는 간단한 가이드를 제공합니다. 전체 설치 지침과 더 세부적인 설정은 다음을 참조하세요. [Panther Log Forwarder 문서](/ko/data-onboarding/panther-log-forwarder.md).


---

# 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-transports/log-forwarder.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.
