From 88fccc1af4a1e15ef0a65418fb604a3a51425d91 Mon Sep 17 00:00:00 2001 From: Marshall Main Date: Mon, 9 Aug 2021 18:24:28 -0700 Subject: [PATCH] Missing word in comment --- x-pack/plugins/rule_registry/server/rule_data_client/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/rule_registry/server/rule_data_client/index.ts b/x-pack/plugins/rule_registry/server/rule_data_client/index.ts index bfa9e3b1c2e34..5302fb8f4a802 100644 --- a/x-pack/plugins/rule_registry/server/rule_data_client/index.ts +++ b/x-pack/plugins/rule_registry/server/rule_data_client/index.ts @@ -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({