> 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/mindflow.md).

# Mindflow 대상

## **개요**

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

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

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

### 1단계: Mindflow에서 플로우 만들기

1. Mindflow 콘솔에서 다음을 클릭합니다. **플로우**.
2. 오른쪽 상단에서 다음을 클릭합니다: **+ 만들기**.\
   ![On a page titled "Flows," an arrow is drawn from a "Flows" option in a navigation bar to a "+ Create" button.](/files/560961df1112673478dd096d40e0a672dff60fe6)
3. 왼쪽 상단에서 다음을 `제목 없는 플로우` 설명적인 이름으로 바꿉니다. 예: `Panther 알러트`.
4. 톱니바퀴(설정) 아이콘을 클릭한 다음 **트리거** 탭.
5. 다음에서 **트리거 구성**, 다음을 클릭합니다. **웹훅** 토글을 켭니다.
6. 다음을 복사합니다 **웹훅(비동기)** 값을 복사하여 안전한 위치에 저장합니다. 아래 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. (선택 사항) 플로우에 추가 단계를 더합니다. 다음을 호출할 수도 있습니다. [Panther API](/ko/panther/api.md) 후속 단계에서.

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

1. Panther 콘솔의 왼쪽 탐색 표시줄에서 다음을 클릭합니다: **구성** > **알러트 대상**.
2. 다음을 클릭합니다: **+첫 번째 대상 추가**.
   * 이미 대상을 생성한 경우, 클릭하세요 **새로 만들기** 페이지 오른쪽 상단

     에서 새 대상 추가
3. 다음을 클릭합니다: **Mindflow**.
4. Destination을 구성하려면 양식을 작성하세요:
   * **표시 이름**: Mindflow 알러트 대상의 이름을 입력합니다.
   * **Custom Webhook URL**: 1단계에서 Mindflow에서 생성한 웹훅 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에 만든 플로우에 다음이 표시됩니다 **배포 진행 중(수동)**.\
     ![A banner reading "Deploy in progress (manual)" is circled.](/files/d1e913a9b9bbd94d0244a9ed4fe4e24c7671ff25)


---

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