> For the complete documentation index, see [llms.txt](https://docs.opsnow.io/dev-opsnow-user-guide-kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsnow.io/dev-opsnow-user-guide-kr/menu/finops-kpis/undefined-1.md).

# 이력 탭

히스토리 탭은 FinOps KPI 기능과 관련된 모든 활동과 생성된 리포트를 기록하는 종합 로그 역할을 합니다. 이 탭은 성과 보고서의 이력 추적 및 설정 변경 내역 검토를 위한 완전한 감사 추적 기능을 제공합니다. 탭은 다음의 두 주요 섹션으로 구성되어 있습니다.

* 리포트 탭: 리포트 섹션은 각 그룹의 월간 KPI 체크리스트를 보여줍니다. 이를 통해 팀은 사전에 정의된 FinOps KPI 기준에 따라 클라우드 성과를 점검하고 개선 방향을 모색할 수 있습니다.
* 감사 로그 탭: KPI 설정과 관련된 모든 구성 변경 사항을 시간 순으로 상세히 기록합니다. 목표, 템플릿, 그룹 멤버 구성 변경 등 모든 수정 내역을 투명하게 추적할 수 있도록 설계되었습니다.

{% tabs %}
{% tab title="리포트 탭" %}

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd2XcraEm-L9uJhWNaOBj-sxYQNtXteROIEuG2tLCTrF7e-yNJXuUmTjlZeldx8_8vXWSAA8R1xGPMMXqmHhO7D6dcL_-5t8ccZjAmaaWc13zX7MTaLkNmkbiZYiEuwaKdVZPda?key=3bCBLp8QiK0_z1LJd00yHQ" alt=""><figcaption></figcaption></figure>

1. 그룹 선택 (FinOps 관리자 전용): 특정 사용자 또는 그룹에 대해 생성된 리포트만 필터링하여 표시합니다.
2. 검색창: 키워드를 사용해 원하는 리포트를 빠르게 찾을 수 있습니다.
3. 날짜 범위 선택: 설정한 기간 내에 생성된 리포트만 표시하도록 필터링합니다. 기본 설정은 최근 30일간의 리포트를 보여줍니다.
4. 리포트 로그 테이블: 선택한 필터 조건에 맞는 리포트 목록을 표 형태로 보여줍니다.
   1. 날짜 / 월 / 연도: 해당 리포트가 생성된 날짜와 시간입니다.
   2. 내용(Contents): 리포트의 제목 또는 간단한 설명입니다.
   3. 그룹 이름(Group Name): 리포트가 작성된 대상 그룹의 이름 또는 식별자입니다.
   4. 보기/복사 아이콘(View/Copy Icon): 해당 항목에 대한 월간 KPI 체크리스트 상세 내용을 확인하거나 복사할 수 있습니다.
      {% endtab %}

{% tab title="감사 로그 탭" %}

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXf2jv_gSWvp-uVAxFdW0SUIugDbo_upEyGv6AanAqra4QAhC2tPHsCVgEneBcZuE1P1p6158Exjfpcd6ZGPdf3m2qlygbAxaY2NA5AIRXOsZlpfkkKLTSQn5YjFXkN24Ln-_OZrpA?key=3bCBLp8QiK0_z1LJd00yHQ" alt=""><figcaption></figcaption></figure>

1. 유형(Type): 수행된 작업의 성격을 분류하는 라벨로, 수정, 생성, 삭제가 있습니다.&#x20;
2. 날짜(Date): 수정, 생성, 삭제가 발생한 시간(UTC 기준)을 표시합니다.
3. 히스토리(History): 어떤 작업이 수행되었는지를 구체적으로 설명, 표시합니다.
   {% endtab %}
   {% endtabs %}


---

# 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.opsnow.io/dev-opsnow-user-guide-kr/menu/finops-kpis/undefined-1.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.
