mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
resolves https://github.com/elastic/kibana/issues/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.
This commit is contained in:
parent
c5be449b59
commit
7166137751
1 changed files with 5 additions and 1 deletions
|
@ -75,7 +75,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`.
|
||||
|
||||
|
||||
|===
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue