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

# 검색 기록

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

## 검색 기록에 액세스하는 방법

1. Panther 콘솔의 왼쪽 탐색 표시줄에서 다음을 클릭합니다: **조사 > 검색 기록**.
2. 검색 이름을 클릭합니다.
   * 그러면 다음으로 리디렉션됩니다 [Data Explorer](/ko/search/data-explorer.md) 또는 [검색](/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>

### 검색 기록에 포함된 세부 정보

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

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

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

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

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


---

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