# SNS 소스

## 개요

아래 단계에 따라 SNS 소스를 Panther에 온보딩할 수 있습니다. SNS 주제를 데이터 전송 대상으로 구성하여 [SQS 큐](/ko/data-onboarding/data-transports/aws/sqs.md) 를 Panther가 관리하도록 할 수 있습니다.

{% hint style="warning" %}
귀하가 [Cloud Connected](/ko/system-configuration/panther-deployment-types/cloud-connected.md) 고객은 Panther 배포가 있는 계정과 별도의 AWS 계정에 모든 로그 소스 인프라를 생성하세요.
{% endhint %}

## Panther에서 SNS 로그 소스를 설정하는 방법

### 1단계: SQS 소스 설정

Panther 문서의 [SQS 소스 설정](/ko/data-onboarding/data-transports/aws/sqs.md) 을 따르되, SNS 주제의 ARN을 목록에 추가해야 합니다. `허용된 소스 ARN`.

{% hint style="info" %}
Panther가 SQS 소스에 대해 생성한 SQS 큐 URL을 기록해 두세요.
{% endhint %}

### 2단계: SNS 구독을 SQS 큐에 생성

1. SNS 주제가 포함된 AWS 계정에 로그인합니다.
2. SNS 서비스로 이동합니다.
3. SNS 주제를 선택합니다.
4. 을 클릭합니다 **구독 생성.**
5. 세부 정보 섹션을 입력합니다.
   * 다음을 선택했는지 확인합니다. **원시 전송 활성화**.
   * Endpoint의 ARN에는 다음 형식을 사용하세요: `arn:aws:sqs:<region>:<account id>:<queue name>`.
6. 구독이 생성되면 Panther 콘솔로 ফিরে가서 SNS 주제 메시지가 표시되기 시작하는지 확인하세요.

## 수집된 로그 보기

로그 소스가 구성된 후 다음을 사용하여 수집된 데이터를 검색할 수 있습니다 [검색](/ko/search/search-tool.md) 또는 [데이터 탐색기](/ko/search/data-explorer.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/data-transports/aws/sqs/sns.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.
