# OpsGenie 대상

## 개요

대상은 룰, 정책, 시스템 상태 알러트, 그리고 룰 오류로부터 알러트를 수신하는 통합입니다. Panther는 알러트를 수신할 대상으로 OpsGenie를 구성할 수 있도록 지원합니다.

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

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

### 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. 을 클릭합니다. 통합 목록에서 **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 키를 복사하여 안전한 위치에 저장합니다. 다음 단계에서 이 키가 필요합니다.
6. 다음을 클릭합니다. **Save Integration**.

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

1. Panther Console에 로그인합니다.
2. 왼쪽 사이드바에서 클릭합니다 **Configure > 알러트 대상**.
3. 다음을 클릭합니다. **+첫 번째 대상 추가**.
   * 이미 대상이 만들어져 있다면, 페이지 오른쪽 상단에서 **Create New** 를 클릭하여 새 대상을 추가합니다.
4. 다음을 클릭합니다. **OpsGenie**.
5. Destination을 구성하려면 양식을 작성하세요:
   * **표시 이름**: 설명이 포함된 이름을 입력하세요.
   * **API Key**: 이 문서의 이전 단계에서 생성한 OpsGenie API Key를 입력합니다.
   * **Region**: OpsGenie 계정이 등록된 위치에 따라 지역을 선택합니다.
   * **심각도**: 이 대상로 보낼 알러트의 심각도 수준을 선택합니다.
   * **알러트 유형**: 이 대상로 보낼 알러트 유형을 선택합니다.
   * **로그 유형**: 기본적으로 모든 로그 유형에서 알러트를 보냅니다. 특정 로그 유형에서만 알러트를 보내려면 여기에서 로그 유형을 지정하세요.
   * **수동 전송 허용**: 이 토글을 ON으로 설정하면 [알러트를 수동으로 전송할 수 있습니다](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: 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/alerts/destinations/opsgenie.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.
