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

# 웹로그 사용 설정 방법

### 1. 시스템 관리 페이지에서 웹 로그 설정 <a href="#id-1" id="id-1"></a>

* **시스템 > 시스템 관리**로 이동합니다.
* 웹 로그를 설정하려는 사용자의 호스트 IP 주소를 클릭합니다.
* **설정** 탭으로 이동한 후, 우측의 톱니바퀴 아이콘을 클릭합니다.
* **웹 로그 수집** 항목에 체크한 뒤, **수정 > 확인** 버튼을 클릭하여 설정을 완료합니다.

<figure><img src="https://qubitsec.github.io/docs/images/Ins_G/Ins_EDR/005.png" alt=""><figcaption></figcaption></figure>

### 2. Windows Agent에서 IIS(웹 로그) 사용 시 <a href="#id-2" id="id-2"></a>

* 위 방법 외에도 **Agent UI**에서 설정할 수 있습니다.<br>

  <figure><img src="https://qubitsec.github.io/docs/images/Ins_G/Ins_EDR/001.png" alt=""><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/weblog.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.
