Skip to content

Commit 2f31b09

Browse files
committed
More fixes
1 parent b6d3489 commit 2f31b09

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

x-pack/legacy/plugins/monitoring/public/components/metricbeat_migration/flyout/__snapshots__/flyout.test.js.snap

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/legacy/plugins/monitoring/server/lib/cluster/get_clusters_from_request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export async function getClustersFromRequest(
5555
} = indexPatterns;
5656

5757
const config = req.server.config();
58-
const size = config.get('monitoring.max_bucket_size');
58+
const size = config.get('monitoring.ui.max_bucket_size');
5959
const isStandaloneCluster = clusterUuid === STANDALONE_CLUSTER_CLUSTER_UUID;
6060

6161
let clusters = [];

0 commit comments

Comments
 (0)