> 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/backend/databricks.md).

# Databricks

## 개요

Panther는 다음을 사용하는 것을 지원합니다. [Databricks](https://www.databricks.com/) 를 데이터 레이크 백엔드로 사용하여 데이터를 저장하고 검색합니다.

다음을 참조하세요 [여기에서 사용 가능한 데이터베이스](/ko/search/backend.md#available-databases). 다음은 `panther_룰_matches`, `panther_룰_errors`, 그리고 `panther_views` 데이터베이스는 Databricks에서 지원되지 않습니다.

### Databricks에서 지원되지 않는 Panther 기능

일부 Panther 기능은 Panther 측 또는 Databricks 측의 제한 때문에 Databricks 백엔드와 함께 사용할 수 없습니다. 이러한 기능에는 다음이 포함됩니다:

* [상관 룰](/ko/detections/correlation-rules.md)
* [검색 최적화](/ko/search/backend/snowflake/configuration.md#search-optimization) (일명 인덱싱)
* [로그 유형별 RBAC](/ko/system-configuration/rbac.md#rbac-per-log-type)
  * 해결 방법은 Databricks입니다 [Unity Catalog](https://docs.databricks.com/aws/en/data-governance/unity-catalog)
* [알러트](/ko/alerts.md) 데이터 레이크에 저장되지 않으며 데이터 레이크에서 쿼리할 수 없습니다
* 쿼리 성능은 비교 대상에 비해 약간 저하됩니다 [Snowflake](/ko/search/backend/snowflake.md)


---

# 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/backend/databricks.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.
