Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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