diff --git a/x-pack/legacy/plugins/apm/server/lib/transactions/distribution/get_buckets/fetcher.ts b/x-pack/legacy/plugins/apm/server/lib/transactions/distribution/get_buckets/fetcher.ts index abd64dde93f6e..d265aa5173d2f 100644 --- a/x-pack/legacy/plugins/apm/server/lib/transactions/distribution/get_buckets/fetcher.ts +++ b/x-pack/legacy/plugins/apm/server/lib/transactions/distribution/get_buckets/fetcher.ts @@ -54,7 +54,7 @@ export function bucketFetcher( distribution: { histogram: { field: TRANSACTION_DURATION, - fixed_interval: bucketSize, + interval: bucketSize, min_doc_count: 0, extended_bounds: { min: 0,