Skip to content

Commit ccd17be

Browse files
Remove auto_expand_replicas override in sample data indices (#423) (#425)
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent b676031 commit ccd17be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

public/pages/Overview/utils/constants.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ import moment from 'moment';
1414
import React from 'react';
1515
import { EuiIcon } from '@elastic/eui';
1616

17-
// same as default OpenSearch Dashboards sample data
17+
// We don't need to specify auto_expand_replicas - use cluster defaults instead
1818
export const indexSettings = {
1919
index: {
2020
number_of_shards: 1,
21-
auto_expand_replicas: '0-1',
2221
},
2322
};
2423

0 commit comments

Comments
 (0)