# 시각화 및 대시보드

## 개요

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

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

## Panther 콘솔의 데이터 시각화

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

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

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

### Panther가 관리하는 대시보드

Panther는 기본 제공 대시보드 4개를 제공합니다: **개요**, **클라우드 보안**, **데이터**및 **MITRE ATT\&CK®**. 자세한 내용은 [Panther가 관리하는 대시보드](/ko/search/visualization-and-dashboards/panther-managed.md).

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

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

검색에서 반환된 이벤트의 필드 값도 막대 차트로 요약됩니다. 이러한 시각화는 데이터에 대한 빠른 인사이트를 제공하는 데 도움이 될 수 있습니다.

다음에 대해 자세히 알아보세요 [히스토그램](/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: 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:

```
GET https://docs.panther.com/ko/search/visualization-and-dashboards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
