# Mindflow 대상

## **개요**

대상은 룰, 정책, 시스템 상태 알림 및 룰 오류로부터 알러트를 수신하는 통합입니다. Panther는 다음을 구성하도록 지원합니다 [Mindflow](https://mindflow.io/) 알러트를 수신할 대상으로 사용됩니다.

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

이 통합을 설정하려면 webhook 트리거가 포함된 워크플로를 Mindflow에서 생성합니다. Panther 알러트를 수신하는 것 외에도, 다음을 호출할 수도 있습니다 [Panther API](/ko/panther/api.md) Mindflow의 워크플로 내에서.

### 1단계: Mindflow에서 Flow 만들기

1. Mindflow 콘솔에서 다음을 클릭합니다 **Flows**.
2. 오른쪽 상단에서 다음을 클릭하세요. **+ Create**.\
   ![On a page titled "Flows," an arrow is drawn from a "Flows" option in a navigation bar to a "+ Create" button.](/files/560961df1112673478dd096d40e0a672dff60fe6)
3. 왼쪽 상단에서 다음을 바꿉니다 `제목 없는 flow` 를 다음과 같은 설명적인 이름으로 `Panther 알러트`.
4. 톱니바퀴(설정) 아이콘을 클릭한 다음 **Triggers** 탭.
5. 다음에서 **Triggers 구성**, 다음을 클릭합니다 **Webhook** 토글을 켭니다.
6. 다음을 복사합니다. **Webhook (비동기)** 값을 저장하고 안전한 위치에 보관합니다. 아래 2단계에서 필요합니다.\
   ![An arrow is drawn from a gear icon to a tab labeled "Triggers." A toggle labeled "Webhook" is circled. A URL value underneath a "Webhook (asynchronous)" label is circled.](/files/e60b914fe9a396f24b6cfd94b7839e5c1fb5dcac)
7. (선택 사항) Flow에 추가 단계를 넣습니다. 다음을 호출하고 싶을 수 있습니다 [Panther API](/ko/panther/api.md) 이후 단계에서.

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

1. Panther Console의 왼쪽 탐색 모음에서 다음을 클릭하세요. **구성** > **알러트 대상지**.
2. 다음을 클릭하세요. **+첫 번째 대상 추가**.
   * 이미 대상이 생성되어 있다면, 다음을 클릭합니다 **새로 만들기** 오른쪽 상단

     페이지에서 새 대상을 추가합니다.
3. 다음을 클릭하세요. **Mindflow**.
4. 양식을 작성하여 대상을 구성합니다:
   * **Display Name**: Mindflow 알러트 대상의 이름을 입력합니다.
   * **사용자 지정 Webhook URL**: 1단계에서 Mindflow에서 생성한 webhook URL을 입력합니다.
   * **심각도**: Mindflow로 보낼 알러트의 심각도 수준을 선택합니다.
   * **알러트 유형**: Mindflow로 보낼 알러트 유형을 선택합니다.
   * **로그 유형**: 기본적으로 모든 로그 유형의 알러트를 보냅니다. 특정 로그 유형의 알러트만 보내려면 여기에서 로그 유형을 지정합니다.
   * **수동 발송 허용**: 다음을 할 수 있도록 하려면 이 토글을 켭니다 [알러트를 수동으로 발송](https://docs.panther.com/alerts#manual-alert-dispatch) 이 대상으로.\
     ![Under a header reading "Configure your Mindflow Destination" there are various form fields, like Webhook URL and Severity Levels.](/files/254c539a2730196af638f1bda35ba984f9202bae)
5. 다음을 클릭하세요. **대상 추가**.
6. (선택 사항) 다음을 클릭합니다 **테스트 알러트 보내기**.
   * 테스트 알러트가 성공적으로 전달되면, 1단계에서 Mindflow에서 생성한 Flow에 다음이 표시됩니다 **배포 진행 중 (수동)**.\
     ![A banner reading "Deploy in progress (manual)" is circled.](/files/d1e913a9b9bbd94d0244a9ed4fe4e24c7671ff25)


---

# 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/mindflow.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.
