Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ Found:
- 0 templates
```

### `<matcher>`
### `<matcher>` (Shared)

#### UTF-8 matchers

Expand Down Expand Up @@ -780,7 +780,7 @@ wechat_configs:
[ - <wechat_config>, ... ]
```

### `<http_config>`
### `<http_config>` (Shared)

An `http_config` allows configuring the HTTP client that the receiver uses to
communicate with HTTP-based API services.
Expand Down Expand Up @@ -839,7 +839,7 @@ http_headers:
[ <http_header> ]
```

#### `<http_header>`
#### `<http_header>` (Shared)

```yaml
# Header name.
Expand All @@ -852,7 +852,7 @@ http_headers:
[ files: [<string>, ...] ]
```

#### `<oauth2>`
#### `<oauth2>` (Shared)

OAuth 2.0 authentication using the client credentials grant type.
Alertmanager fetches an access token from the specified endpoint with
Expand Down Expand Up @@ -894,7 +894,7 @@ tls_config:
[ <string>: [<secret>, ...] ] ]
```

#### `<tls_config>`
#### `<tls_config>` (Shared)

A `tls_config` allows configuring TLS connections.

Expand Down Expand Up @@ -1436,7 +1436,7 @@ links:
[ timeout: <duration> | default = 0s ]
```

#### `<image_config>`
#### `<image_config>` (PagerDuty)

The fields are documented in the [PagerDuty API documentation](https://developer.pagerduty.com/docs/events-api-v2/trigger-events/#the-images-property).

Expand All @@ -1446,7 +1446,7 @@ src: <tmpl_string>
alt: <tmpl_string>
```

#### `<link_config>`
#### `<link_config>` (PagerDuty)

The fields are documented in the [PagerDuty API documentation](https://developer.pagerduty.com/docs/events-api-v2/trigger-events/#the-links-property).

Expand Down Expand Up @@ -1637,7 +1637,7 @@ fields:
[ timeout: <duration> | default = 0s ]
```

#### `<action_config>`
#### `<action_config>` (Slack)

The fields are documented in the Slack API documentation for [message attachments](https://docs.slack.dev/legacy/legacy-messaging/legacy-secondary-message-attachments/) and [interactive messages](https://docs.slack.dev/legacy/legacy-messaging/legacy-interactive-message-field-guide/#action_fields).

Expand All @@ -1653,7 +1653,7 @@ type: <tmpl_string>
[ style: <tmpl_string> | default = '' ]
```

##### `<action_confirm_field_config>`
##### `<action_confirm_field_config>` (Slack)

The fields are documented in the [Slack API documentation](https://api.slack.com/legacy/interactive-message-field-guide#confirmation_fields).

Expand All @@ -1664,7 +1664,7 @@ text: <tmpl_string>
[ title: <tmpl_string> | default '' ]
```

#### `<field_config>`
#### `<field_config>` (Slack)

The fields are documented in the [Slack API documentation](https://docs.slack.dev/legacy/legacy-messaging/legacy-secondary-message-attachments/).

Expand Down Expand Up @@ -1716,7 +1716,7 @@ attributes:
[ http_config: <http_config> | default = global.http_config ]
```

#### `<sigv4_config>`
#### `<sigv4_config>` (SNS)

```yaml
# The AWS region. If blank, the region from the default credentials chain is used.
Expand Down