elasticsearch
elasticsearch copied to clipboard
Extract `DataStreamIndices` from `DataStream` class
We were seeing more and more common fields between "regular" backing indices and failure store indices (i.e. indices
, rolloverOnWrite
, autoShardingEvent
). To avoid having to duplicate these fields (and possibly any future fields), we extract a record that contains these fields.
Pinging @elastic/es-data-management (Team:Data Management)
Merging this in spite of failing serverless check, as there's already a PR open for fixing the failing test there.