Skip to content

Commit d0429bd

Browse files
Add configuration settings sections.
1 parent 7ab0ebf commit d0429bd

3 files changed

Lines changed: 23 additions & 10 deletions

File tree

docs/reference/autoscaling/deciders/fixed-decider.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The fixed decider is intended for testing only. Do not use this decider in produ
1010
The `fixed` decider responds with a fixed required capacity. It is not enabled
1111
by default but can be enabled for any policy by explicitly configuring it.
1212

13-
It has three configuration options:
13+
==== Configuration settings
1414

1515
`storage`::
1616
(Optional, <<byte-units,byte value>>)

docs/reference/autoscaling/deciders/machine-learning-decider.asciidoc

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@
66
The {ml} decider (`ml`) calculates the memory required to run
77
{ml} jobs created by users.
88

9-
The {ml} decider is enabled for policies governing `ml` nodes and has following
10-
configuration options:
9+
The {ml} decider is enabled for policies governing `ml` nodes.
1110

12-
* `num_anomaly_jobs_in_queue`, default 0
13-
* `num_analytics_jobs_in_queue`, default 0
14-
* `down_scale_delay`, default 1 hour
11+
[[autoscaling-machine-learning-decider-settings]]
12+
==== Configuration settings
13+
14+
`num_anomaly_jobs_in_queue`::
15+
(Optional, integer)
16+
Number of queued anomaly jobs to allow. Default 0.
17+
18+
`num_analytics_jobs_in_queue`::
19+
Number of queued analytics jobs to allow. Default 0.
20+
`down_scale_delay`::
21+
(Optional, <<time-units,time value>>
22+
Delay before scaling down. Default 1 hour.
1523

1624
[[autoscaling-machine-learning-decider-examples]]
1725
==== {api-examples-title}

docs/reference/autoscaling/deciders/proactive-storage-decider.asciidoc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,19 @@
66
The proactive storage decider (`proactive_storage`) calculates the storage required to contain
77
the current data set plus an estimated amount of expected additional data.
88

9-
The proactive storage decider is enabled for all policies governing nodes with the `data_hot` role. A
10-
single configuration option `forecast_window` is available, defaulting to 30
11-
minutes.
9+
The proactive storage decider is enabled for all policies governing nodes with the `data_hot` role.
1210

1311
The estimation of expected additional data is based on past indexing that
14-
occurred within the `forecast_window`, i.e., by default the last 30 minutes.
12+
occurred within the `forecast_window`.
1513
Only indexing into data streams contributes to the estimate.
1614

15+
[[autoscaling-proactive-storage-decider-settings]]
16+
==== Configuration settings
17+
18+
`forecast_window`::
19+
(Optional, <<time-units,time value>>)
20+
The window of time to use for forecasting. Defaults to 30 minutes.
21+
1722
[[autoscaling-proactive-storage-decider-examples]]
1823
==== {api-examples-title}
1924

0 commit comments

Comments
 (0)