mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 12:24:17 +02:00
hide ds backend indices as any other hidden indices (#99)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user