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>
  • Loading branch information
ohltyler committed Mar 22, 2023
1 parent ed47e94 commit ec57b1d
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 ec57b1d

Please sign in to comment.