> 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 알러트 대상 설정하는 방법

이 통합을 설정하려면 웹훅 트리거가 있는 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. 왼쪽 상단 모서리에서 다음을 바꾸세요. `Untitled flow` 을(를) 다음과 같은 설명이 있는 이름으로 변경하세요. `Panther 알러트`.
4. 톱니바퀴(설정) 아이콘을 클릭한 다음 다음을 클릭하세요. **Triggers** 탭.
5. 아래 **Triggers configuration**, 다음을 클릭하세요. **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) Mindflow의 이후 단계에서.

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

1. Panther Console의 왼쪽 탐색 모음에서 **알러트 대상**.
2. 클릭합니다 **+첫 번째 대상을 추가하세요**.
   * 이미 대상을 만든 경우, **새로 만들기** 페이지 오른쪽 상단에서

     새 Destination을 추가합니다.
3. 클릭합니다 **Mindflow**.
4. 대상을 구성하기 위해 양식을 작성하세요:
   * **표시 이름**: 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에 생성한 Flow에는 다음이 표시됩니다. **배포 진행 중(수동)**.\
     ![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.
