> For the complete documentation index, see [llms.txt](https://docs.panther.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.panther.com/ko/search/visualization-and-dashboards.md).

# 시각화 및 대시보드

## 개요

일부 데이터 시각화는 Panther Console에서 직접 사용할 수 있습니다:

* [사용자 정의 대시보드](#custom-dashboards) 사용자 사양에 맞게 구축된
* [Panther에서 관리하는](#panther-managed-dashboards) **개요**, **클라우드 보안**, **데이터**, 그리고 **MITRE ATT\&CK®** 시각화 **대시보드** 페이지
* A [로그 수집 대시보드](/ko/data-onboarding/monitoring-log-sources.md) Log Source Overview 페이지에서
* 내부에서 [검색](/ko/search/search-tool.md) 결과,  [히스토그램 및 요약 막대 차트](#search-histogram-and-summary-bar-charts)

## Panther Console의 데이터 시각화

Panther 데이터의 시각화를 Console에서 대시보드와 검색 히스토그램 내에서 직접 볼 수 있습니다.

### 사용자 정의 대시보드

조직에 중요한 데이터 시각화로 구성된 사용자 정의 대시보드를 Panther Console에서 만들 수 있습니다. 자세한 내용은 다음에서 확인하세요: [사용자 정의 대시보드](/ko/search/visualization-and-dashboards/custom.md).

### Panther 관리형 대시보드

Panther는 네 가지 내장 대시보드를 제공합니다: **개요**, **클라우드 보안**, **데이터**, 그리고 **MITRE ATT\&CK®**. 자세한 내용은 다음에서 확인하세요 [Panther 관리형 대시보드](/ko/search/visualization-and-dashboards/panther-managed.md).

### 검색 히스토그램 및 요약 막대 차트

다음에서 실행한 쿼리의 결과는 [검색](/ko/search/search-tool.md) 히스토그램에 표시됩니다. 결과를 시간의 함수로 보면 급증과 추세를 파악하는 데 도움이 될 수 있습니다. 히스토그램 막대는 클릭할 수 있어, 검색 범위를 반복적으로 좁히는 데 유용할 수 있습니다.

Search에서 반환된 이벤트의 필드 값도 막대 차트로 요약됩니다. 이러한 시각화는 데이터에 대한 빠른 통찰을 제공하는 데 도움이 됩니다.

다음에 대해 자세히 알아보기: [히스토그램](/ko/search/search-tool.md#search-results-histogram) 그리고 [요약 막대 차트](/ko/search/search-tool.md#search-results-summary-charts) 에서 [검색](/ko/search/search-tool.md#search-results-histogram).


---

# 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.panther.com/ko/search/visualization-and-dashboards.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.
