Skip to content

Commit

Permalink
Missing word in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmain committed Aug 10, 2021
1 parent 71990fa commit 88fccc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class RuleDataClient implements IRuleDataClient {
// It's critical that we specify *both* the index pattern and alias in this request. The alias prevents the
// request from finding other namespaces that could match the -* part of the index pattern
// (see https://github.com/elastic/kibana/issues/107704). The index pattern prevents the request from
// finding legacy .siem-signals that we add the alias to for backwards compatibility reasons. Together,
// finding legacy .siem-signals indices that we add the alias to for backwards compatibility reasons. Together,
// the index pattern and alias should ensure that we retrieve only the "new" backing indices for this
// particular alias.
const { body: aliases } = await clusterClient.indices.getAlias({
Expand Down

0 comments on commit 88fccc1

Please sign in to comment.