hide ds backend indices as any other hidden indices

This commit is contained in:
2026-07-16 21:36:42 +02:00
parent d69984b01f
commit 07adfcadec
2 changed files with 0 additions and 6 deletions

View File

@@ -62,11 +62,6 @@ func filterIndices(conf *cfg.Config, list indices.Response) indices.Response {
}
return mapmap.NewSlicer(list).MapSliceValuesImmutable(func(index types.IndicesRecord) bool {
if strings.HasPrefix(*index.Index, ".ds-") {
// ignore data stream backing indicies
return false
}
if !conf.Partials && strings.HasPrefix(*index.Index, "partial-") {
return false
}