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

# 그룹 관리

{% hint style="info" %}
에이전트가 설치되면 모든 호스트가 자동으로 그룹에 등록됩니다.&#x20;

기본적으로 **Default 그룹**에 자동 등록되며, 운영 환경에 맞게 그룹을 추가하여 호스트를 관리할 수 있습니다.
{% endhint %}

### 1. 그룹 등록 <a href="#id-1" id="id-1"></a>

* **그룹 등록** 버튼을 클릭한 후, 호스트명을 입력하고 추가 버튼을 눌러 원하는 호스트를 선택합니다.
* 등록 완료 팝업창이 나타나면 **확인** 버튼을 눌러 그룹 등록을 완료합니다.

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

### 2. 그룹 수정 <a href="#id-2" id="id-2"></a>

* 그룹 관리 템플릿 우측의 설정 아이콘(톱니바퀴)을 클릭하면 그룹 수정 페이지로 이동합니다.<br>

  <figure><img src="/files/IqpCg8SW8AXn6J4sU48Y" alt="" width="563"><figcaption></figcaption></figure>
* 여기서 그룹명을 수정하거나, 호스트 목록을 추가, 이동, 삭제할 수 있습니다.<br>

  <figure><img src="/files/qaQNtRmjOevjBGLe0c4A" alt="" width="563"><figcaption></figcaption></figure>

### 3. 그룹 삭제 <a href="#id-3" id="id-3"></a>

* 필요 시 그룹을 삭제할 수 있습니다.
* 리스트 왼쪽의 체크박스를 선택한 후 **삭제** 버튼을 클릭하면 해당 그룹이 삭제됩니다.
* 단, 등록된 호스트가 없는 경우에만 삭제가 가능합니다.

<figure><img src="/files/YTamhPtDZSbckVr2Kqv6" alt="" width="563"><figcaption></figcaption></figure>

### 4. 등록된 호스트 리스트 <a href="#id-4" id="id-4"></a>

* **등록된 호스트 수** 정보를 클릭하면 해당 그룹에 속한 호스트 리스트가 표시됩니다.<br>

  <figure><img src="/files/C7qjEdSQLaLSlHG5u1GG" alt="" width="563"><figcaption></figcaption></figure>

### 5. 그룹별 소속 멤버 <a href="#id-5" id="id-5"></a>

* **소속 멤버** 정보를 클릭하면 해당 그룹에 속해 있는 멤버들의 리스트가 표시됩니다.
* 그룹별 멤버 설정(추가 및 삭제)은 관리자 권한이 있는 경우에만 가능합니다.

<figure><img src="/files/rFk7qTwvC3QB5SyQfABE" alt="" width="563"><figcaption></figcaption></figure>


---

# 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/system/group.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.
