We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b676031 commit ccd17beCopy full SHA for ccd17be
public/pages/Overview/utils/constants.tsx
@@ -14,11 +14,10 @@ import moment from 'moment';
14
import React from 'react';
15
import { EuiIcon } from '@elastic/eui';
16
17
-// same as default OpenSearch Dashboards sample data
+// We don't need to specify auto_expand_replicas - use cluster defaults instead
18
export const indexSettings = {
19
index: {
20
number_of_shards: 1,
21
- auto_expand_replicas: '0-1',
22
},
23
};
24
0 commit comments