|
7 | 7 |
|
8 | 8 | You configure {watcher} settings to set up {watcher} and send notifications via |
9 | 9 | <<email-notification-settings,email>>, |
10 | | -<<hipchat-notification-settings,HipChat>>, |
11 | 10 | <<slack-notification-settings,Slack>>, and |
12 | 11 | <<pagerduty-notification-settings, PagerDuty>>. |
13 | 12 |
|
@@ -67,10 +66,10 @@ Specifies the maximum size an HTTP response is allowed to have, defaults to |
67 | 66 |
|
68 | 67 | `xpack.http.whitelist`:: |
69 | 68 | A list of URLs, that the internal HTTP client is allowed to connect to. This |
70 | | -client is used in the HTTP input, the webhook, the slack, pagerduty, hipchat |
| 69 | +client is used in the HTTP input, the webhook, the slack, pagerduty, |
71 | 70 | and jira actions. This setting can be updated dynamically. It defaults to `*` |
72 | 71 | allowing everything. Note: If you configure this setting and you are using one |
73 | | -of the slack/pagerduty/hipchat actions, you have to ensure that the |
| 72 | +of the slack/pagerduty actions, you have to ensure that the |
74 | 73 | corresponding endpoints are whitelisted as well. |
75 | 74 |
|
76 | 75 | [[ssl-notification-settings]] |
@@ -207,54 +206,6 @@ HTML feature groups>>. |
207 | 206 | Set to `false` to completely disable HTML sanitation. Not recommended. |
208 | 207 | Defaults to `true`. |
209 | 208 |
|
210 | | -[float] |
211 | | -[[hipchat-notification-settings]] |
212 | | -==== HipChat Notification Settings |
213 | | -You can configure the following HipChat notification settings in |
214 | | -`elasticsearch.yml`. For more information about sending notifications |
215 | | -via HipChat, see {xpack-ref}/actions-hipchat.html#configuring-hipchat-actions[Configuring HipChat]. |
216 | | - |
217 | | -`xpack.notification.hipchat` :: |
218 | | -Specifies account information for sending notifications |
219 | | -via HipChat. You can specify the following HipChat account attributes: |
220 | | - |
221 | | -[[hipchat-account-attributes]] |
222 | | - `profile`;; |
223 | | - The HipChat account profile to use: `integration`, |
224 | | - `user`, or `v1`. Required. |
225 | | - |
226 | | - `secure_auth_token` (<<secure-settings,Secure>>);; |
227 | | - The authentication token to use to access the HipChat API. Required. |
228 | | - |
229 | | - `host`;; |
230 | | - The HipChat server hostname. Defaults to `api.hipchat.com`. |
231 | | - |
232 | | - `port`;; |
233 | | - The HipChat server port number. Defaults to 443. |
234 | | - |
235 | | - `room`;; |
236 | | - The room you want to send messages to. Must be specified |
237 | | - if the `profile` is set to `integration`. Not valid for |
238 | | - the `user` or `vi` profiles. |
239 | | - |
240 | | - `user`;; |
241 | | - The HipChat user account to use to send messages. |
242 | | - Specified as an email address. Must be specified if the |
243 | | - `profile` is set to `user`. Not valid for the `integration` |
244 | | - or `v1` profiles. |
245 | | - |
246 | | - `message.format`;; |
247 | | - The format of the message: `text` or `html`. |
248 | | - Defaults to `html`. |
249 | | - |
250 | | - `message.color`;; |
251 | | - The background color of the notification in the room. |
252 | | - Defaults to `yellow`. |
253 | | - `message.notify`;; |
254 | | - Indicates whether people in the room should be |
255 | | - actively notified. Defaults to `false`. |
256 | | - |
257 | | - |
258 | 209 | [float] |
259 | 210 | [[slack-notification-settings]] |
260 | 211 | ==== Slack Notification Settings |
|
0 commit comments