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

# PagerDuty 대상

## 개요

대상은 룰, 정책, 시스템 상태 알림, 그리고 룰 오류에서 오는 알러트를 받는 통합입니다. Panther는 알러트를 받게 될 대상으로 PagerDuty를 구성할 수 있도록 지원합니다.

[PagerDuty](https://www.pagerduty.com/) 중요 시스템의 온콜 교대 근무를 관리하는 서비스입니다. PagerDuty 알러트 대상을 사용하여 온콜 팀에 호출을 보낼 수 있습니다. 일반적으로 이 대상은 다음의 경우에만 권장합니다 `높음` 및 `치명적` 즉시 조치해야 하는 심각도 문제입니다.

### 동영상 개요

{% embed url="<https://youtu.be/AiPw7rtN7Gs>" %}

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

### PagerDuty에서 통합을 구성합니다

1. PagerDuty 계정에 로그인합니다.
2. 다음으로 이동합니다: **서비스 > 서비스 디렉터리**.
3. 클릭합니다 **+새 서비스**.
4. 이름과 설명을 포함하여 새 서비스를 설정할 양식을 작성합니다. 원하는 대로 에스컬레이션 정책과 노이즈 감소 옵션을 선택합니다.

   * 마지막 **Integrations** 양식에서 선택 **이벤트 API V2**.

   ![PagerDuty 콘솔에서 서비스 생성 화면이 표시됩니다. 통합 양식이 표시되며, Events API v2 통합이 선택되어 있습니다.](/files/26f692e5406fd78f3e3389dacf054777ae530071)
5. 다음으로 리디렉션됩니다 **Integrations** 해당 서비스의 페이지로 이동합니다. 이 페이지에서 다음을 복사합니다 **통합 키** 그리고 안전한 위치에 저장합니다. 다음 단계에서 필요합니다.\
   ![In the PagerDuty console, the Integrations page is shown. There are "Integration Name" and "Integration Key" fields, with the latter highlighted.](/files/f02280a1f0eac354b6fa6fb66cc448f223f46822)

{% hint style="info" %}
이 통합에서 알러트를 받으려면 PagerDuty에서 온콜 담당 사용자로 할당된 사용자가 있는지 확인하세요. 온콜 일정 설정에 대한 자세한 내용은 다음을 참조하세요 [PagerDuty의 일정 기본 문서](https://support.pagerduty.com/docs/schedule-basics)
{% endhint %}

### Panther에서 PagerDuty 알러트 대상을 구성합니다

1. Panther Console에 로그인합니다.
2. 왼쪽 사이드바에서, 클릭 **알러트 대상**.
3. 클릭합니다 **+첫 번째 대상 추가**.
   * 이미 대상을 만들었다면, 클릭 **새로 만들기** 페이지 오른쪽 상단에서 새 대상을 추가하세요.
4. 클릭합니다 **PagerDuty**.
5. 대상을 구성하기 위해 양식을 작성하세요:
   * **표시 이름**: 설명적인 이름을 입력하세요.
   * **통합 키**: 이 문서의 이전 단계에서 생성한 PagerDuty 통합 키를 입력합니다.
   * **심각도**: 이 대상으로 보낼 알러트의 심각도 수준을 선택하세요.
   * **알러트 유형**: 이 대상으로 보낼 알러트 유형을 선택하세요.
   * **로그 유형**: 기본적으로 모든 로그 유형의 알러트를 전송합니다. 특정 로그 유형에서만 알러트를 보내고 싶다면 여기에서 로그 유형을 지정하세요.
   * **수동 전송 허용**: 알러트를 [수동으로 전송](https://docs.panther.com/alerts#manual-alert-dispatch) 할 수 있도록 이 토글을 켜세요.\
     ![In the Panther Console, the "Configure your PagerDuty Destination" page is displayed. It contains fields for Display Name, Integration Key, Severity, Alert Types, and Log Types.](/files/705fcd1adf59b474ff1735834433455a297cdcaf)
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/pagerduty.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.
