Skip to content

Commit

Permalink
Merge branch 'alerts-in-o11y' of github.com:XavierM/kibana into alert…
Browse files Browse the repository at this point in the history
…s-in-o11y
  • Loading branch information
XavierM committed Aug 20, 2021
2 parents 53ab296 + c494512 commit 63f710d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { TechnicalRuleDataFieldName } from '../../common/technical_rule_data_fie
export interface IRuleDataClient {
indexName: string;
isWriteEnabled(): boolean;
getReader(options?: { namespace?: string; indexNames?: string[] }): IRuleDataReader;
getReader(options?: { namespace?: string }): IRuleDataReader;
getWriter(options?: { namespace?: string }): IRuleDataWriter;
}

Expand Down

0 comments on commit 63f710d

Please sign in to comment.