# 검색 기록

Search History 페이지에서는 Panther 인스턴스에서 실행 중이거나 최근에 실행된 쿼리를 확인할 수 있습니다. Panther Console에서 실행된 최근 30일간의 검색 내역을 표시합니다.

## Search History에 액세스하는 방법

1. Panther Console의 왼쪽 탐색 모음에서 **Investigate > Search History**.
2. 를 클릭합니다.
   * 그러면 다음으로 리디렉션됩니다. [Data Explorer](/ko/search/data-explorer.md) 또는 [Search](/ko/search/search-tool.md)로 이동하며, 여기서 쿼리가 자동으로 실행됩니다. 검색 실행이 완료되면 페이지 하단에서 결과를 볼 수 있습니다.

<figure><img src="/files/ba5bc9cc97c893ae675f36b34e85e75177d9663f" alt="The Search History displays details about searches that have run in your Panther Console."><figcaption></figcaption></figure>

### Search History에 포함된 세부 정보

검색 기록에서는 다음 세부 정보를 볼 수 있습니다:

* 검색 이름 또는 UUID
* SQL 또는 [PantherFlow](/ko/pantherflow.md) 에서 실행했거나 실행을 시도한 표현식
* 검색 유형. 가능한 검색 유형은 다음과 같습니다:
  * **Ad Hoc**: 이는 일반적으로 사용자가 Data Explorer에서 쿼리를 실행할 때 기록됩니다.
  * **알러트 Detail** 및 **알러트 Summary**: 이는 사용자가 알러트의 세부 정보 및 요약 페이지를 볼 때 채워집니다.
  * **PantherFlow Search**: [PantherFlow](/ko/pantherflow.md) 에서 실행된 쿼리 [Search](/ko/search/search-tool.md) 도구입니다.
  * **Scheduled**: [Scheduled Search](/ko/search/scheduled-searches.md)이며, 데이터베이스별 API에 의해 실행됩니다.
  * **Search**: [Search](/ko/search/search-tool.md) 도구입니다.
* 쿼리가 시작되고 종료된 타임스탬프입니다.
* 쿼리 상태: **Succeeded**, **Failed**, **Cancelled** 또는 **Running**.
* 쿼리를 실행하는 사용자 또는 Panther 프로세스입니다.

## 실행 중인 검색을 취소하는 방법

1. Search History 페이지에서 쿼리 이름을 클릭합니다.
   * 그러면 Data Explorer로 리디렉션되며, 여기서 쿼리가 자동으로 실행됩니다.
2. Data Explorer에서 실행 중인 쿼리를 보는 동안 **Cancel** 를 쿼리 아래에서 클릭합니다.\
   ![](/files/7883fb02b2317bf05d426734a8d0131447416c61)

참고로 **Cancel** 옵션은 현재 실행 중인 쿼리에서만 표시됩니다.


---

# 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/search-history.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.
