mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
[RAC] Rule registry plugin (#95903)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
012f1c199b
commit
dfaf3ac8f5
59 changed files with 9844 additions and 1336 deletions
10
typings/elasticsearch/search.d.ts
vendored
10
typings/elasticsearch/search.d.ts
vendored
|
@ -370,6 +370,16 @@ export type AggregateOf<
|
|||
missing: {
|
||||
doc_count: number;
|
||||
} & SubAggregateOf<TAggregationContainer, TDocument>;
|
||||
multi_terms: {
|
||||
doc_count_error_upper_bound: number;
|
||||
sum_other_doc_count: number;
|
||||
buckets: Array<
|
||||
{
|
||||
doc_count: number;
|
||||
key: string[];
|
||||
} & SubAggregateOf<TAggregationContainer, TDocument>
|
||||
>;
|
||||
};
|
||||
nested: {
|
||||
doc_count: number;
|
||||
} & SubAggregateOf<TAggregationContainer, TDocument>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue