# Salesforce 로그

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

* **Salesforce 실시간 이벤트**
  * Amazon EventBridge를 통해 Salesforce에서 이벤트를 실시간으로 스트리밍합니다. 이 방법은 보안 이벤트가 발생하는 즉시 가시성을 제공합니다.
  * 지원되는 이벤트:
    * API 이상 이벤트
    * API 이벤트
    * 벌크 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: 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.
