You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/alerting/action-types/pagerduty.asciidoc
+128-5Lines changed: 128 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,142 @@
4
4
5
5
The PagerDuty action type uses the https://v2.developer.pagerduty.com/docs/events-api-v2[v2 Events API] to trigger, acknowledge, and resolve PagerDuty alerts.
6
6
7
+
* <<pagerduty-benefits, PagerDuty and Elastic integration benefits>>
To remove a PagerDuty connector from an alert, simply remove it
122
+
from the *Actions* section of that alert, using the remove (x) icon.
123
+
This will disable the integration for the particular alert.
124
+
125
+
To delete the connector entirely, go to *Management > Alerts and Actions*.
126
+
Select the *Connectors* tab, and then click on the delete icon.
127
+
This is an irreversible action and impacts all alerts that use this connector.
128
+
129
+
7
130
[float]
8
131
[[pagerduty-connector-configuration]]
9
-
==== Connector configuration
132
+
=== Connector configuration
10
133
11
134
PagerDuty connectors have the following configuration properties:
12
135
13
136
Name:: The name of the connector. The name is used to identify a connector in the management UI connector listing, or in the connector list when configuring an action.
14
-
API URL:: An optional PagerDuty event URL. Defaults to `https://events.pagerduty.com/v2/enqueue`. If you are using the <<action-settings, `xpack.actions.whitelistedHosts`>> setting, make sure the hostname is whitelisted.
137
+
API URL:: An optional PagerDuty event URL. Defaults to `https://events.pagerduty.com/v2/enqueue`. If you are using the <<action-settings, `xpack.actions.whitelistedHosts`>> setting, make sure the hostname is whitelisted.
15
138
Routing Key:: A 32 character PagerDuty Integration Key for an integration on a service or on a global ruleset.
16
139
17
140
[float]
18
141
[[pagerduty-action-configuration]]
19
-
==== Action configuration
142
+
=== Action configuration
20
143
21
144
PagerDuty actions have the following properties:
22
145
@@ -26,8 +149,8 @@ Dedup Key:: All actions sharing this key will be associated with the same Pa
26
149
Timestamp:: An *optional* https://v2.developer.pagerduty.com/v2/docs/types#datetime[ISO-8601 format date-time], indicating the time the event was detected or generated.
27
150
Component:: An *optional* value indicating the component of the source machine that is responsible for the event, for example `mysql` or `eth0`.
28
151
Group:: An *optional* value indicating the logical grouping of components of a service, for example `app-stack`.
29
-
Source:: An *optional* value indicating the affected system, preferably a hostname or fully qualified domain name. Defaults to the {kib} saved object id of the action.
152
+
Source:: An *optional* value indicating the affected system, preferably a hostname or fully qualified domain name. Defaults to the {kib} saved object id of the action.
30
153
Summary:: An *optional* text summary of the event, defaults to `No summary provided`. The maximum length is 1024 characters.
31
154
Class:: An *optional* value indicating the class/type of the event, for example `ping failure` or `cpu load`.
32
155
33
-
For more details on these properties, see https://v2.developer.pagerduty.com/v2/docs/send-an-event-events-api-v2[PagerDuty v2 event parameters].
156
+
For more details on these properties, see https://v2.developer.pagerduty.com/v2/docs/send-an-event-events-api-v2[PagerDuty v2 event parameters].
0 commit comments