mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 09:14:19 +02:00
Compare commits
1 Commits
main
...
hide-ds-in
| Author | SHA1 | Date | |
|---|---|---|---|
| 07adfcadec |
1
TODO.md
1
TODO.md
@@ -6,4 +6,3 @@
|
||||
- add datastream support:
|
||||
https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-get-data-stream
|
||||
|
||||
also exclude data stream backing indices from index ls
|
||||
|
||||
@@ -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