From 1e4ad32f7f27a7b3821e3ec5bd1413d27ad7907c Mon Sep 17 00:00:00 2001 From: Laura Trotta <153528055+l-trotta@users.noreply.github.com> Date: Tue, 22 Jul 2025 14:55:00 +0200 Subject: [PATCH] added key field to filter bucket agg (#5013) (cherry picked from commit 80b7017d475668a6b7c304a028b6b2097628c4db) --- specification/_types/aggregations/Aggregate.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/specification/_types/aggregations/Aggregate.ts b/specification/_types/aggregations/Aggregate.ts index a6327a0431..d6bb1e3150 100644 --- a/specification/_types/aggregations/Aggregate.ts +++ b/specification/_types/aggregations/Aggregate.ts @@ -642,7 +642,9 @@ export class IpRangeBucket extends MultiBucketBase { */ export class FiltersAggregate extends MultiBucketAggregateBase {} -export class FiltersBucket extends MultiBucketBase {} +export class FiltersBucket extends MultiBucketBase { + key?: string +} /** * @variant name=adjacency_matrix