# Torq 대상

## 개요

Destination은 룰, 정책, 시스템 상태 알림, 룰 오류에서 알러트를 수신하는 통합입니다. Panther는 구성할 수 있도록 지원합니다 [Torq](https://torq.io/) 를 알러트를 수신할 destination으로

## Panther에서 Torq 알러트 대상을 설정하는 방법

### 1단계: Torq에서 Panther 트리거 만들기

1. Torq 콘솔에서 다음으로 이동하세요 **Integrations** > **트리거** > **Panther**.
2. 을 클릭합니다 **더하기**.\
   ![Under a "Panther" header, an "Add" button is circled.](/files/4e2580bfaa958c48a1a6f796757daac23777d43e)
3. 에서 **새 통합** 팝업 모달에서 설명이 포함된 **통합 이름**.\
   ![A "New Integration" title is above a text field labeled, "Integration Name." In the bottom-right corner, there are Cancel and Add buttons.](/files/fcfb21f94a9f4b7c8c2eb5db84b57a46a18857f8)
4. 을 클릭합니다 **더하기**.
   * 생성된 **엔드포인트** 값을 복사하여 안전한 위치에 저장하세요. 다음 단계에서 필요합니다.

     <figure><img src="/files/090c380dbafe7f9cb1bbfe327627bc96f502dd54" alt="A &#x22;Panther&#x22; header is above a table row with a &#x22;Panther&#x22; value for the &#x22;Name&#x22; column, and a URL value for the &#x22;Endpoint&#x22; column. The URL is circled."><figcaption></figcaption></figure>

### 2단계: Panther에서 Torq 알러트 대상 구성하기

1. Panther Console의 왼쪽 탐색 표시줄에서 **구성 > 알러트 대상**.
2. 을 클릭합니다 **+첫 번째 Destination 추가**.
   * 이미 Destination을 생성한 경우에는 **새로 만들기** 를 페이지 오른쪽 상단에서 클릭하여 새 Destination을 추가합니다.
3. 을 클릭합니다 **Torq**.
4. 대상을 구성하기 위해 양식을 작성하세요:
   * **표시 이름**: 설명적인 이름을 입력하세요.
   * **Torq Webhook URL**: 1단계에서 생성한 webhook URL을 입력하세요.
   * **심각도**: 이 대상에 보낼 알러트의 심각도 수준을 선택하세요.
   * **알러트 유형**: 이 대상에 보낼 알러트 유형을 선택하세요.
   * **Log Type**: 기본적으로 모든 로그 유형의 알러트를 보냅니다. 특정 로그 유형의 알러트만 보내려면 여기에서 로그 유형을 지정하세요.
   * **수동 전송 허용**: 이 토글을 ON으로 설정하면 [알러트를 수동으로 전송](https://docs.panther.com/alerts#manual-alert-dispatch) 할 수 있습니다.\
     ![A title says, "Configure your Torq Destination" and various fields are below it, including Display Name, Torq Webhook URL, and Severity.](/files/24d4a43ea73628027bd43f8d792299474167a0af)
5. 을 클릭합니다 **Destination 추가**.
6. 마지막 페이지에서 선택적으로 **테스트 알러트 보내기** 을 클릭하여 통합을 테스트하세요. 완료되면, 클릭하세요 **설정 완료**.

## Destination에 대한 추가 정보

알러트 라우팅 순서, destination 수정 또는 삭제, 워크플로 자동화에 대한 자세한 내용은 Panther 문서를 참조하세요: [Destination](https://docs.panther.com/destinations).


---

# 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/alerts/destinations/torq.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.
