

CircuitBreakingException: data too large, data for edit The most common problem is that the index name does not contain trailing digits.įor example, my-index does not match the pattern requirement.Īppend a numeric value to the index name, for example my-index-000001. The index name must match the regex pattern ^.*-\d+ for the rollover action to work. index name does not match pattern ^.*-\d+ edit Use the aliases API to set is_write_index:false for all but one index. Only one index can be designated as the write index for a particular alias. The _alias setting must be configured for the rollover action to work.

Setting for index is empty or not defined edit To see what aliases are configured, use _cat/aliases. _alias does not point to index editĮither the index is using the wrong alias or the alias does not exist.Ĭheck the _alias index setting. The rollover action then manages setting and updating the alias toĭo not explicitly configure this same alias in the aliases section of an index template. You need to explicitly configure this alias one time when you The target rollover alias is specified in an index template’s _alias setting. Rollover alias can point to multiple indices, found duplicated alias in index template edit Problems with rollover aliases are a common cause of errors.Ĭonsider using data streams instead of managing rollover with aliases.
