elasticsearch icon indicating copy to clipboard operation
elasticsearch copied to clipboard

Extract `DataStreamIndices` from `DataStream` class

Open nielsbauman opened this issue 10 months ago • 1 comments

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.

nielsbauman avatar Apr 17 '24 11:04 nielsbauman

Pinging @elastic/es-data-management (Team:Data Management)

elasticsearchmachine avatar Apr 17 '24 13:04 elasticsearchmachine

Merging this in spite of failing serverless check, as there's already a PR open for fixing the failing test there.

nielsbauman avatar May 14 '24 09:05 nielsbauman