Skip to content

Commit

Permalink
Remove auto_expand_replicas override in sample data indices (#423)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
(cherry picked from commit 24cec7a)
  • Loading branch information
ohltyler authored and github-actions[bot] committed Feb 15, 2023
1 parent b676031 commit 9f3adfa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/pages/Overview/utils/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ import moment from 'moment';
import React from 'react';
import { EuiIcon } from '@elastic/eui';

// same as default OpenSearch Dashboards sample data
// We don't need to specify auto_expand_replicas - use cluster defaults instead
export const indexSettings = {
index: {
number_of_shards: 1,
auto_expand_replicas: '0-1',
},
};

Expand Down

0 comments on commit 9f3adfa

Please sign in to comment.