Skip to content

Commit

Permalink
Re-enable serverless mds support for index pattern (opensearch-projec…
Browse files Browse the repository at this point in the history
…t#8909)

Signed-off-by: Anan Zhuang <[email protected]>
  • Loading branch information
ananzh authored Nov 21, 2024
1 parent 1cb2511 commit 0ec00b1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ export const indexPatternTypeConfig: DatasetTypeConfig = {
},

supportedLanguages: (dataset): string[] => {
if (dataset.dataSource?.type === 'OpenSearch Serverless') {
return ['kuery', 'lucene'];
}
return ['kuery', 'lucene', 'PPL', 'SQL'];
},

Expand Down

0 comments on commit 0ec00b1

Please sign in to comment.