> For the complete documentation index, see [llms.txt](https://docs.plura.io/ko/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plura.io/ko/fn/comm/mgmt/galam.md).

# 그룹알림

{% hint style="info" %}
**웹훅 알림 설정**

개인 메일 외에 탐지, 방어, 에이전트 중지 알림을 웹훅으로 수신할 수 있습니다.\
지원되는 웹훅 서비스는 다음과 같습니다:

* **Google Chat**
* **Line**
* **Slack**
* **Jandi**
* **Telegram**

선택한 웹훅 서비스의 주소 템플릿이 자동으로 입력되며, **에이전트 중지 웹훅 알림**은 온프레미스 환경에서만 제공됩니다.
{% endhint %}

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/manage/group/01.png" alt=""><figcaption></figcaption></figure>

### 1. 알림 유형 설정 <a href="#id-1" id="id-1"></a>

* **개별 알림**: 이벤트가 발생할 때마다 개별적으로 발송되는 알림
* **묶음 알림**: 여러 이벤트를 하나의 알림으로 묶어서 발송
* 개별 또는 묶음 발송 방식을 선택할 수 있습니다.

### 2. 알림 대상 설정 <a href="#id-2" id="id-2"></a>

* **대표 웹훅**: 모든 로그를 하나의 웹훅 주소로 수신
* **그룹별 웹훅**: 로그 타입 및 그룹별로 다른 웹훅 주소로 수신 (사용로그는 지원하지 않음)

### 3. 알림 상세 선택 <a href="#id-3" id="id-3"></a>

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/manage/group/2.png" alt=""><figcaption></figcaption></figure>

* 웹훅으로 알림을 받을 서버를 추가하거나 삭제할 수 있습니다.
* 알림 받을 로그 종류를 선택하여 탐지, 방어, 사용로그별로 설정이 가능합니다.
  * **탐지 로그**: 상관분석, 호스트, 웹, 네트워크, 계정 탈취, 데이터 유출, 마이터 어택, 웹방화벽, 응용 프로그램, 호스트 보안
  * **방어 로그**: 상관분석, 호스트, 웹, 네트워크, 계정 탈취, 데이터 유출, 웹방화벽, 호스트 보안
  * **사용 로그**: 멤버, 필터, 호스트, 방어, 고객지원, 기타
* **에이전트 중지 웹훅 알림**은 온프레미스 환경에서만 설정할 수 있습니다.

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/manage/group/04.png" alt=""><figcaption></figcaption></figure>

### 4. 환경 정보 입력 <a href="#id-4" id="id-4"></a>

* 선택한 웹훅 서비스의 주소 입력이 필요합니다.
* 기본 제공 템플릿 주소가 자동 입력되며, 필요 시 수정 가능합니다.

### 5. 동영상 안내 <a href="#id-5" id="id-5"></a>

{% embed url="<https://youtu.be/lIFuWAtDVbk>" %}
<https://youtu.be/lIFuWAtDVbk>
{% endembed %}


---

# 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.plura.io/ko/fn/comm/mgmt/galam.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.
