Skip to content

Commit

Permalink
remove indices_mb
Browse files Browse the repository at this point in the history
  • Loading branch information
klacabane committed Jan 24, 2023
1 parent 86cd8f9 commit 1bdb9c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 107 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ export function buildGetIndicesQuery(
inner_hits: {
name: 'earliest',
size: 1,
sort: [{ timestamp: { order: 'asc', unmapped_type: 'date' } }],
sort: [{ timestamp: { order: 'asc', unmapped_type: 'long' } }],
},
},
sort: [{ timestamp: { order: 'desc', unmapped_type: 'date' } }],
sort: [{ timestamp: { order: 'desc', unmapped_type: 'long' } }],
},
};
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default function ({ loadTestFile }) {
loadTestFile(require.resolve('./node_detail_advanced'));
loadTestFile(require.resolve('./node_detail_advanced_mb'));
loadTestFile(require.resolve('./indices'));
loadTestFile(require.resolve('./indices_mb'));
loadTestFile(require.resolve('./index_detail'));
loadTestFile(require.resolve('./index_detail_mb'));
loadTestFile(require.resolve('./ccr'));
Expand Down

This file was deleted.

0 comments on commit 1bdb9c4

Please sign in to comment.