> 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/alerts/destinations/opsgenie.md).

# OpsGenie 대상

## 개요

Destination은 룰, 정책, 시스템 상태 알러트, 그리고 룰 오류에서 알러트를 받는 통합입니다. Panther는 Destination으로 OpsGenie를 구성하여 알러트를 받을 수 있도록 지원합니다.

OpsGenie Destination에는 다음이 필요합니다 `OpsGenie API 키`. 알러트가 OpsGenie Destination으로 전달되면, 지정된 API 키를 사용해 인시던트를 생성합니다.

## Panther에서 OpsGenie 알러트 Destination을 설정하는 방법

### OpsGenie에서 통합 구성하기

1. OpsGenie 대시보드에 로그인합니다. 다음으로 이동하세요. **Teams** 탭에서 알러트를 받을 팀을 선택합니다.
2. 왼쪽에서 Integrations를 클릭한 다음 **Add integration**.\
   ![The image shows the OpsGenie dashboard. On the left sidebar, Integrations is highlighted. The page lists integrations, and there is a button in the upper right labeled "Add integration."](/files/e89c2b5e6082afd9a7d7b1e2cbe1b5dbbb3c7752)
3. Integrations 목록에서 **API**.\
   ![The image shows the integrations list in OpsGenie. There is a search bar at the top to search for a specific integration.](/files/b15a99a7af03253c161bc14cec70e8fee70632e3)
4. 통합의 이름, 설정, 권한을 구성합니다. 다음 항목 옆의 확인란을 선택하세요. **활성화** 그리고 **Create and Update Access** 를 부여하세요.\
   ![The OpsGenie settings page is displayed. There are fields for Name and API Key. The permissions are enabled for Read Access, Create and update access, delete access, and enabled.](/files/a1af369244532237f68d598cbec4ea9ce4a2c909)
5. 구성 설정에서 API Key를 복사하여 안전한 위치에 저장합니다. 다음 단계에서 필요합니다.
6. 다음을 클릭합니다: **Save Integration**.

### Panther에서 OpsGenie 알러트 Destination 구성하기

1. Panther 콘솔에 로그인합니다.
2. 왼쪽 사이드바에서 클릭합니다 **Configure > 알러트 대상**.
3. 다음을 클릭합니다: **+첫 번째 대상 추가**.
   * 이미 대상을 생성한 경우, 클릭하세요 **새로 만들기** 페이지 오른쪽 상단에서 새 대상을 추가하세요.
4. 다음을 클릭합니다: **OpsGenie**.
5. Destination을 구성하려면 양식을 작성하세요:
   * **표시 이름**: 설명적인 이름을 입력하세요.
   * **API Key**: 이 문서의 이전 단계에서 생성한 OpsGenie API Key를 입력하세요.
   * **Region**: OpsGenie 계정이 등록된 위치에 따라 지역을 선택하세요.
   * **심각도**: 이 대상으로 보낼 알러트의 심각도 수준을 선택하세요.
   * **알러트 유형**: 이 대상으로 보낼 알러트 유형을 선택하세요.
   * **로그 유형**: 기본적으로 모든 로그 유형의 알러트를 전송합니다. 특정 로그 유형의 알러트만 보내려면 여기에 로그 유형을 지정하세요.
   * **수동 전송 허용**: 수동으로 전송할 수 있도록 하려면 이 토글을 켜세요 [알러트를 수동으로 전송](https://docs.panther.com/alerts#manual-alert-dispatch) 이 대상으로.\
     ![In the Panther Console, the "Configure your OpsGenie Destination" page is displayed. It contains fields for Display Name, OpsGenie API Key, Severity, Alert Types, and Log Types.](/files/c4d916e82a7e756ea3a73eebd6e74242292fb877)
6. 다음을 클릭합니다: **대상 추가**.
7. 마지막 페이지에서, 필요하면 클릭 **테스트 알러트 보내기** 통합을 테스트합니다. 완료되면 클릭하세요 **설정 완료**.

## 대상에 대한 추가 정보

알러트 라우팅 순서, 대상 수정 또는 삭제, 워크플로 자동화에 대한 자세한 내용은 Panther 문서를 참조하세요: [대상](https://docs.panther.com/destinations).


---

# 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/alerts/destinations/opsgenie.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.
