Skip to content

Commit

Permalink
Skip hidden indices from the alias-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
reyjrar committed Jul 30, 2024
1 parent 7bc2d99 commit 7988576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/es-alias-manager.pl
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@

# Loop through the indices and take appropriate actions;
foreach my $index (sort keys %{ $indices }) {
next if $index =~ /^[._]/;

debug("$index being evaluated");
my %current = map { $_ => 1 }
grep { !/^\./ }
Expand Down

0 comments on commit 7988576

Please sign in to comment.