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

# 응용프로그램 > 원본

{% hint style="info" %}
**응용프로그램 로그를 수집하여 비정형 데이터를 기반으로 이상 징후를 탐지할 수 있습니다.**

* **로그 수집 경로 설정**: 서버에 접속하지 않고 경로 입력만으로 로그 수집을 지원합니다.
* **실시간 탐지**: 다양한 필터를 활용하여 실시간 탐지를 제공합니다.
* **태그 기반 로그 업로드**: 태그 매칭 기능을 통해 로그를 손쉽게 업로드할 수 있습니다.
  * 경로: 응용프로그램 태그 설정 > 관리 > 목록 > [응용프로그램 태그](https://docs.plura.io/ko/function/common/management/list)
    {% endhint %}

### 1. 로그 상세 내용

* **분석정보 탭**: 로그 해시 전의 전체 내용을 확인할 수 있는 기능을 제공합니다.

<figure><img src="/files/BN26W7rvXKDK42O38opY" alt=""><figcaption></figcaption></figure>

### 2.  로그상세 원본로그 내용

* **로그 상세 탭**: 수집된 원본 로그를 JSON 형태로 가공하여 제공합니다.

<figure><img src="/files/03k2Bgb1stLQJeULUhKj" alt=""><figcaption></figcaption></figure>

### 3 . 탐지 로그 이동 (우클릭 마우스 옵션)

* 로그 컬럼에서 마우스 우클릭을 통해 탐지 로그 페이지로 손쉽게 이동할 수 있습니다.
* IP주소 태그 입력, 시스템 관리 페이지로 이동

<figure><img src="/files/CdkwGbYJyJ7L2Q6rvxk0" alt=""><figcaption></figcaption></figure>

***

### 4. 정렬

* **정렬 기준**: 생성일 기준으로 최신순, 과거순 정렬이 가능합니다.&#x20;
* 기본 정렬은 최신순으로 설정되어 있으며, 마지막으로 생성된 로그가 먼저 표시됩니다.

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/full_log/source/1.png" alt="" width="563"><figcaption></figcaption></figure>

### 5. 페이지당 로그 라인 수 설정

* 한 페이지에서 표시되는 로그 라인 수를 20 \~ 100 라인 사이에서 설정할 수 있습니다.

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/full_log/source/2.png" alt="" width="563"><figcaption></figcaption></figure>

### 6. 날짜/시간 선택

* 기본적으로 당일 발생한 로그를 표시하며, 시간 설정을 통해 특정 로그를 검색할 수 있습니다.&#x20;
* 전날, 1주일, 1개월 등 기간 선택도 가능합니다.

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/full_log/source/3.png" alt="" width="563"><figcaption></figcaption></figure>

### 7. 그룹 선택

* 그룹별로 로그를 정렬할 수 있습니다.

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

### 8. 운영체제 선택

* 운영체제별로 로그를 정렬할 수 있습니다.

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/full_log/source/5.png" alt="" width="563"><figcaption></figcaption></figure>

### 9. 호스트명 선택

* 특정 호스트명을 선택하여 해당 호스트의 로그를 정렬할 수 있습니다.

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/full_log/source/6.png" alt="" width="563"><figcaption></figcaption></figure>

### 10. 호스트 선택

* 특정 호스트를 선택하여 해당 호스트의 로그를 정렬할 수 있습니다.

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/full_log/source/7.png" alt="" width="563"><figcaption></figcaption></figure>

### 참고 문서 <a href="#id-11" id="id-11"></a>

> 응용프로그램 로그 업로드 설정하기
>
> [https://docs.plura.io/ko/faq/comm/uploadapp](https://docs.plura.io/ko/faq/common/uploadapp)


---

# 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/flog/app.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.
