From cf1e6664f3b130011e854b56f28fc19a6ceda037 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 ed1e685bb6..764c880cd7 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