Skip to content

Commit 50eed6b

Browse files
fddattalkolchfa-awsnatebower
authored
Documentation Updates for plugins.query.datasources.enabled SQL Setting (opensearch-project#7794)
* Documentation Updates for plugins.query.datasources.enabled SQL Setting This setting allows users to toggle the data source code paths in the SQL plugin. Ref: https://github.com/opensearch-project/sql/pull/2811/files Signed-off-by: Frank Dattalo <fddattal@amazon.com> * Update _search-plugins/sql/settings.md Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --------- Signed-off-by: Frank Dattalo <fddattal@amazon.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Co-authored-by: Nathan Bower <nbower@amazon.com>
1 parent eb08f04 commit 50eed6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_search-plugins/sql/settings.md

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Setting | Default | Description
7878
`plugins.sql.cursor.keep_alive` | 1 minute | Configures how long the cursor context is kept open. Cursor contexts are resource-intensive, so we recommend a low value.
7979
`plugins.query.memory_limit` | 85% | Configures the heap memory usage limit for the circuit breaker of the query engine.
8080
`plugins.query.size_limit` | 200 | Sets the default size of index that the query engine fetches from OpenSearch.
81+
`plugins.query.datasources.enabled` | true | Change to `false` to disable support for data sources in the plugin.
8182

8283
## Spark connector settings
8384

0 commit comments

Comments
 (0)