| 1234567891011121314151617 | [role="xpack"][[autoscaling-reactive-storage-decider]]=== Reactive storage deciderThe reactive storage decider (`reactive_storage`) calculates the storage required to containthe current data set. It signals that additional storage capacity is necessarywhen existing capacity has been exceeded (reactively).The reactive storage decider is enabled for all policies governing data nodes and has no configuration options.The decider relies partially on using <<data-tier-allocation,data tier preference>>allocation rather than node attributes. In particular, scaling a data tier intoexistence (starting the first node in a tier) will result in starting a node inany data tier that is empty if not using allocation based on data tier preference.Using the <<ilm-migrate,ILM migrate>> action to migrate between tiers is thepreferred way of allocating to tiers and fully supports scaling a tier intoexistence.
 |