Indexing with ?require_alias=true
should create missing data streams
#99882
Labels
>bug
:Data Management/Data streams
Data streams and their lifecycles
Team:Data Management
Meta label for data/management team
The
?require_alias=true
parameter to the indexing APIs is there to let users block indexing before the cluster is properly configured, particularly preventing auto-creation of an index if the intended target was an alias which points to a different index. However, today it also prevents auto-creation of a data stream, even if there is a template installed which shows how the data stream should be created. If there's an appropriate template then the cluster is properly configured, so IMO we should auto-create the missing data stream when processing an indexing request with?require_alias=true
.The text was updated successfully, but these errors were encountered: