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

# Salesforce 로그

Panther는 Salesforce 로그를 수집하기 위해 다음 방법을 지원합니다:

* **Salesforce 실시간 이벤트**
  * Amazon EventBridge를 통해 Salesforce에서 이벤트를 실시간으로 스트리밍합니다. 이 방법은 발생하는 보안 이벤트를 즉시 확인할 수 있게 해줍니다.
  * 지원되는 이벤트:
    * API 이상 이벤트
    * API 이벤트
    * Bulk API 결과 이벤트
    * 동시 장기 실행 Apex 오류 이벤트
    * 자격 증명 스터핑 이벤트
    * 파일 이벤트
    * 게스트 사용자 이상 이벤트
    * Lightning URI 이벤트
    * 목록 보기 이벤트
    * 로그인 이상 이벤트
    * LoginAs 이벤트
    * 로그인 이벤트
    * 로그아웃 이벤트
    * 권한 세트 이벤트
    * 보고서 이상 이벤트
    * 보고서 이벤트
    * 세션 하이재킹 이벤트
    * URI 이벤트
  * [실시간 이벤트 문서는 여기에서 확인하세요](/ko/data-onboarding/supported-logs/salesforce/real-time-events.md).
* **Salesforce 이벤트 모니터링**
  * API를 통해 Salesforce에서 로그를 직접 가져옵니다.
  * 지원되는 이벤트:
    * LoginAs 이벤트
    * 로그인 이벤트
    * 로그아웃 이벤트
    * URI 이벤트
  * [이벤트 모니터링 문서는 여기에서 확인하세요](/ko/data-onboarding/supported-logs/salesforce/event-monitoring.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:

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