Skip to content

Commit ad9ab81

Browse files
added key field to filter bucket agg (#5013) (#5014)
(cherry picked from commit 80b7017) Co-authored-by: Laura Trotta <[email protected]>
1 parent 623ba4e commit ad9ab81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

specification/_types/aggregations/Aggregate.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,9 @@ export class IpRangeBucket extends MultiBucketBase {
642642
*/
643643
export class FiltersAggregate extends MultiBucketAggregateBase<FiltersBucket> {}
644644

645-
export class FiltersBucket extends MultiBucketBase {}
645+
export class FiltersBucket extends MultiBucketBase {
646+
key?: string
647+
}
646648

647649
/**
648650
* @variant name=adjacency_matrix

0 commit comments

Comments
 (0)