> 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/alerts/destinations/tines.md).

# Tines 대상

## 개요

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

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

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

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

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

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

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

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

## 대상에 대한 추가 정보

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

```
GET https://docs.panther.com/ko/alerts/destinations/tines.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
