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

## 개요

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

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

### 비디오 개요

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

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

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

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

   * 최종 **통합** 양식에서 선택합니다 **Events API V2**.

   ![PagerDuty 콘솔에서 서비스 생성 화면이 표시됩니다. 통합 양식이 표시되며 Events API v2 통합이 선택되어 있습니다.](/files/26f692e5406fd78f3e3389dacf054777ae530071)
5. 다음으로 리디렉션됩니다 **통합** 해당 서비스 페이지로. 이 페이지에서 다음을 복사합니다. **통합 키** 안전한 위치에 저장합니다. 다음 단계에서 필요합니다.\
   ![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 콘솔에 로그인합니다.
2. 왼쪽 사이드바에서 클릭합니다 **Configure > 알러트 대상**.
3. 다음을 클릭합니다: **+첫 번째 대상 추가**.
   * 이미 대상을 생성한 경우, 클릭하세요 **새로 만들기** 페이지 오른쪽 상단에서 새 대상을 추가하세요.
4. 다음을 클릭합니다: **PagerDuty**.
5. Destination을 구성하려면 양식을 작성하세요:
   * **표시 이름**: 설명적인 이름을 입력하세요.
   * **통합 키**: 이 문서의 이전 단계에서 생성한 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.
