# Tines 대상

## 개요

대상은 룰, 정책, 시스템 상태 알러트, 룰 오류로부터 알러트를 받는 통합입니다. Panther는 알러트를 받을 대상으로 Tines를 구성하는 것을 지원합니다.

Panther 알러트를 Tines로 보내면 Panther 알러트를 수신할 때 시작되는 Tines의 자동화 워크플로를 구성할 수 있습니다.

## Tines를 알러트 대상로 설정하는 방법

Panther에서 Tines를 알러트 대상으로 구성하려면 Tines 스토리를 만든 다음, 해당 웹훅 URL을 사용해 Panther에서 대상을 구성해야 합니다.

### 1단계: Tines에서 스토리 만들기

1. Tines 콘솔에 로그인합니다.
2. 다음을 따르세요 [스토리 생성 방법에 대한 Tines 문서](https://www.tines.com/docs/quickstart/simple-story).
   * 다음을 위해 **작업 유형**, 다음을 선택하세요 [**Webhook 작업**](https://www.tines.com/docs/actions/types/webhook).
   * 작업에 설명적인 **이름**을 지정하세요. 예: "Panther 알러트 수신."
3. 웹훅 URL을 복사하세요. 이 과정의 다음 단계에서 필요합니다.

### 2단계: Panther에서 Tines 알러트 대상 구성

1. Panther 콘솔에 로그인하세요.
2. 왼쪽 사이드바에서 다음을 클릭하세요 **구성 > 알러트 대상**.
3. 클릭 **+첫 번째 대상 추가**.
   * 이미 대상을 생성한 경우, **새로 만들기** 를 페이지 오른쪽 상단에서 클릭하여 새 대상을 추가하세요.
4. 클릭 **Tines(Webhook)**.
5. 대상을 구성하려면 양식을 작성하세요:
   * **표시 이름**: 설명적인 이름을 입력하세요.
   * **Tines 웹훅 URL**: 이전 단계에서 생성한 Tines 웹훅 URL을 입력하세요 [이 문서의 이전 단계](#step-1-create-a-story-in-tines).
   * **심각도**: 이 대상(Destination)으로 전송할 알러트의 심각도 수준을 선택하세요.
   * **알러트 유형**: 이 대상(Destination)으로 전송할 알러트 유형을 선택하세요.
   * **로그 유형**: 기본적으로 모든 로그 유형의 알러트를 전송합니다. 특정 로그 유형의 알러트만 전송하려면 여기에 로그 유형을 지정하세요.
   * **수동 전송 허용**: 이 토글을 켜서 가능하게 하려면 ON으로 설정하세요 [알러트를 수동으로 전송](https://docs.panther.com/alerts#manual-alert-dispatch) 이 대상지로.\
     ![](/files/ded7c4f90b7915346cf986455a58cb90474f65df)
6. 클릭 **대상지 추가**.
7. 마지막 페이지에서, 선택적으로 다음을 클릭하세요 **테스트 알러트 보내기** 통합을 테스트합니다. 완료되면 다음을 클릭하세요 **설정 완료**.

## 대상지에 대한 추가 정보

알러트 라우팅 순서, 대상지 수정 또는 삭제, 워크플로 자동화에 대한 자세한 내용은 Panther 문서를 참조하세요: [목적지](/ko/alerts/destinations.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/alerts/destinations/tines.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.
