Skip to content

Commit

Permalink
[actions] fix broken doc for responseTimeout setting (elastic#99146)
Browse files Browse the repository at this point in the history
resolves elastic#98933

Some vertical bars in text got interpreted as a table, but should have been a
code example.  Changed to use commas instead of vertical bars.
  • Loading branch information
pmuellr authored May 4, 2021
1 parent fbaf9db commit a73990f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/settings/alert-action-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@ a|`xpack.actions.`
| Specifies the max number of bytes of the http response for requests to external resources. Defaults to 1000000 (1MB).

| `xpack.actions.responseTimeout` {ess-icon}
| Specifies the time allowed for requests to external resources. Requests that take longer are aborted. The time is formatted as <count>[ms|s|m|h|d|w|M|Y], for example, '20m', '24h', '7d', '1w'. Defaults to 60s.
| Specifies the time allowed for requests to external resources. Requests that take longer are aborted. The time is formatted as: +
+
`<count>[ms,s,m,h,d,w,M,Y]` +
+
For example, `20m`, `24h`, `7d`, `1w`. Defaults to `60s`.


|===
Expand Down

0 comments on commit a73990f

Please sign in to comment.