> 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 대상

## 개요

대상은 룰, 정책, 시스템 상태 알림, 그리고 룰 오류에서 오는 알러트를 수신하는 통합입니다. Panther는 알러트를 수신할 대상으로 OpsGenie를 구성하는 것을 지원합니다.

OpsGenie 대상에는 `OpsGenie API 키`. 알러트가 OpsGenie 대상로 전달되면, 지정된 API 키를 사용하여 인시던트를 생성합니다.

## Panther에서 OpsGenie 알러트 대상 설정 방법

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

1. OpsGenie 대시보드에 로그인하세요. 다음으로 이동합니다. **팀** 탭에서 알러트를 받을 팀을 선택합니다.
2. 왼쪽에서 Integrations를 클릭한 다음 **통합 추가**.\
   ![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. 통합 목록에서 클릭합니다. **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. 통합의 이름, 설정 및 권한을 구성합니다. 다음 옆의 확인란을 선택합니다. **활성화됨** 및 **생성 및 업데이트 접근 권한** 권한.\
   ![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 키를 복사하여 안전한 위치에 저장하세요. 다음 단계에서 필요합니다.
6. 클릭합니다 **통합 저장**.

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

1. Panther Console에 로그인합니다.
2. 왼쪽 사이드바에서, 클릭 **알러트 대상**.
3. 클릭합니다 **+첫 번째 대상 추가**.
   * 이미 대상을 만들었다면, 클릭 **새로 만들기** 페이지 오른쪽 상단에서 새 대상을 추가하세요.
4. 클릭합니다 **OpsGenie**.
5. 대상을 구성하기 위해 양식을 작성하세요:
   * **표시 이름**: 설명적인 이름을 입력하세요.
   * **API 키**이 문서의 이전 단계에서 생성한 OpsGenie API 키를 입력하세요.
   * **리전**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.
