# 로그 소스

## 개요

이 API 작업을 사용하여 상호 작용합니다 [로그 소스](/ko/data-onboarding.md) Panther에서. 다음 소스와 작업이 지원됩니다:

**로그 소스 유형:**

* [Google Cloud Storage(GCS) 소스](/ko/panther/api/rest/log-sources/gcs-sources.md)
* [HTTP 소스](/ko/panther/api/rest/log-sources/http-sources.md)
  * 여기에는 [지원되는 로그 소스](/ko/data-onboarding/supported-logs.md) 는 포함되지 않습니다. 이 소스들은 전송 메커니즘으로 HTTP를 사용합니다.
* [Pub/Sub 소스](/ko/panther/api/rest/log-sources/pubsub-sources.md)
* [S3 소스](/ko/panther/api/rest/log-sources/s3-sources.md)

로그 소스의 드롭오프 알람을 관리하려면 다음을 참조하세요 [로그 소스 알람](/ko/panther/api/rest/log-source-alarms.md).

API를 호출하려면 다음을 참조하세요 [Panther REST API 사용 방법](/ko/panther/api/rest.md#how-to-use-the-panther-rest-api) 지침—다음을 포함하여 [이 문서 페이지에서 직접 호출하는 방법에 대한 안내](/ko/panther/api/rest.md#step-3-invoke-the-panther-rest-api).


---

# Agent Instructions: 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/panther/api/rest/log-sources.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.
