Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline committed Jan 28, 2020
1 parent b6d3489 commit 2f31b09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export async function getClustersFromRequest(
} = indexPatterns;

const config = req.server.config();
const size = config.get('monitoring.max_bucket_size');
const size = config.get('monitoring.ui.max_bucket_size');
const isStandaloneCluster = clusterUuid === STANDALONE_CLUSTER_CLUSTER_UUID;

let clusters = [];
Expand Down

0 comments on commit 2f31b09

Please sign in to comment.